<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - graphify-out/graph.html</title>
<script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></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; }
</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"></div>
</div>
<div id="stats">4220 nodes · 11751 edges · 129 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "build_rs", "label": "build.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "build.rs", "community": 4, "community_name": "Community 4", "source_file": "build.rs", "file_type": "code", "degree": 1}, {"id": "build_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 4, "community_name": "Community 4", "source_file": "build.rs", "file_type": "code", "degree": 3}, {"id": "web_app_js", "label": "app.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "app.js", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 10}, {"id": "app_webmonitor", "label": "WebMonitor", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "WebMonitor", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 31}, {"id": "app_webmonitor_constructor", "label": ".constructor()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 7}, {"id": "app_webmonitor_setupcontrolbuttons", "label": ".setupControlButtons()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setupControlButtons()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 2}, {"id": "app_webmonitor_handlecontrolcommand", "label": ".handleControlCommand()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleControlCommand()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 3}, {"id": "app_webmonitor_updatecontrolbuttons", "label": ".updateControlButtons()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateControlButtons()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 3}, {"id": "app_webmonitor_setupmediaquerylistener", "label": ".setupMediaQueryListener()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setupMediaQueryListener()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 2}, {"id": "app_webmonitor_setuptouchhandlers", "label": ".setupTouchHandlers()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setupTouchHandlers()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 2}, {"id": "app_webmonitor_setuppulltorefresh", "label": ".setupPullToRefresh()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setupPullToRefresh()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 2}, {"id": "app_webmonitor_handleptrstart", "label": ".handlePtrStart()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handlePtrStart()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 1}, {"id": "app_webmonitor_handleptrmove", "label": ".handlePtrMove()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handlePtrMove()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 2}, {"id": "app_webmonitor_handleptrend", "label": ".handlePtrEnd()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handlePtrEnd()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 3}, {"id": "app_webmonitor_triggerrefresh", "label": ".triggerRefresh()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".triggerRefresh()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 6}, {"id": "app_webmonitor_handletouchstart", "label": ".handleTouchStart()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleTouchStart()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 1}, {"id": "app_webmonitor_handletouchmove", "label": ".handleTouchMove()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleTouchMove()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 2}, {"id": "app_webmonitor_handletouchend", "label": ".handleTouchEnd()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleTouchEnd()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 3}, {"id": "app_webmonitor_handlecardclick", "label": ".handleCardClick()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleCardClick()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 1}, {"id": "app_webmonitor_fetchstate", "label": ".fetchState()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fetchState()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 7}, {"id": "app_webmonitor_startpolling", "label": ".startPolling()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".startPolling()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 3}, {"id": "app_webmonitor_stoppolling", "label": ".stopPolling()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".stopPolling()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 2}, {"id": "app_webmonitor_connect", "label": ".connect()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".connect()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 6}, {"id": "app_webmonitor_schedulereconnect", "label": ".scheduleReconnect()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".scheduleReconnect()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 3}, {"id": "app_webmonitor_updateconnectionstatus", "label": ".updateConnectionStatus()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateConnectionStatus()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 7}, {"id": "app_webmonitor_showtoast", "label": ".showToast()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".showToast()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 9}, {"id": "app_webmonitor_handlemessage", "label": ".handleMessage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleMessage()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 5}, {"id": "app_webmonitor_renderfullstate", "label": ".renderFullState()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".renderFullState()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 7}, {"id": "app_webmonitor_renderchanges", "label": ".renderChanges()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".renderChanges()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 5}, {"id": "app_webmonitor_updateoverallprogress", "label": ".updateOverallProgress()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateOverallProgress()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 3}, {"id": "app_webmonitor_calculatestats", "label": ".calculateStats()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculateStats()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 2}, {"id": "app_webmonitor_renderchangecard", "label": ".renderChangeCard()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".renderChangeCard()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 2}, {"id": "app_webmonitor_updatetimestamp", "label": ".updateTimestamp()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateTimestamp()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 3}, {"id": "app_webmonitor_escapehtml", "label": ".escapeHtml()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".escapeHtml()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 1}, {"id": "app_throttle", "label": "throttle()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "throttle()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 1}, {"id": "app_debounce", "label": "debounce()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "debounce()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 1}, {"id": "app_inittabs", "label": "initTabs()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "initTabs()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 1}, {"id": "app_fetchworktrees", "label": "fetchWorktrees()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchWorktrees()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 6}, {"id": "app_renderworktrees", "label": "renderWorktrees()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "renderWorktrees()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 2}, {"id": "app_mergeworktree", "label": "mergeWorktree()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mergeWorktree()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 4}, {"id": "app_confirmdeleteworktree", "label": "confirmDeleteWorktree()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "confirmDeleteWorktree()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 2}, {"id": "app_deleteworktree", "label": "deleteWorktree()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteWorktree()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 4}, {"id": "app_escapehtml", "label": "escapeHtml()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "escapeHtml()", "community": 14, "community_name": "Community 14", "source_file": "web/app.js", "file_type": "code", "degree": 3}, {"id": "tests_e2e_tests_rs", "label": "e2e_tests.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "e2e_tests.rs", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 17}, {"id": "e2e_tests_create_mock_openspec", "label": "create_mock_openspec()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "create_mock_openspec()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 11}, {"id": "e2e_tests_create_mock_opencode", "label": "create_mock_opencode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "create_mock_opencode()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 6}, {"id": "e2e_tests_setup_openspec_test_env", "label": "setup_openspec_test_env()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "setup_openspec_test_env()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 11}, {"id": "e2e_tests_test_single_change_flow_mock_setup", "label": "test_single_change_flow_mock_setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_single_change_flow_mock_setup()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 5}, {"id": "e2e_tests_test_single_change_complete_triggers_archive", "label": "test_single_change_complete_triggers_archive()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_single_change_complete_triggers_archive()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 4}, {"id": "e2e_tests_test_multiple_changes_priority_complete_first", "label": "test_multiple_changes_priority_complete_first()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_multiple_changes_priority_complete_first()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 4}, {"id": "e2e_tests_test_multiple_changes_fallback_to_progress_order", "label": "test_multiple_changes_fallback_to_progress_order()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_multiple_changes_fallback_to_progress_order()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 4}, {"id": "e2e_tests_test_openspec_list_failure", "label": "test_openspec_list_failure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openspec_list_failure()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 3}, {"id": "e2e_tests_test_opencode_apply_failure", "label": "test_opencode_apply_failure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_opencode_apply_failure()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 3}, {"id": "e2e_tests_test_archive_failure_handling", "label": "test_archive_failure_handling()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_failure_handling()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 3}, {"id": "e2e_tests_test_empty_changes_list", "label": "test_empty_changes_list()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_empty_changes_list()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 3}, {"id": "e2e_tests_test_partial_failure_continues_with_others", "label": "test_partial_failure_continues_with_others()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_partial_failure_continues_with_others()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 4}, {"id": "e2e_tests_test_openspec_directory_structure", "label": "test_openspec_directory_structure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openspec_directory_structure()", "community": 5, "community_name": "Community 5", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 2}, {"id": "e2e_tests_test_archive_priority_complete_changes_first", "label": "test_archive_priority_complete_changes_first()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_priority_complete_changes_first()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 4}, {"id": "e2e_tests_test_archive_priority_multiple_complete_changes", "label": "test_archive_priority_multiple_complete_changes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_priority_multiple_complete_changes()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 4}, {"id": "e2e_tests_test_mid_apply_completion_detection", "label": "test_mid_apply_completion_detection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_mid_apply_completion_detection()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 4}, {"id": "e2e_tests_test_no_complete_changes_fallback", "label": "test_no_complete_changes_fallback()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_complete_changes_fallback()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_tests.rs", "file_type": "code", "degree": 4}, {"id": "tests_merge_conflict_check_tests_rs", "label": "merge_conflict_check_tests.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_conflict_check_tests.rs", "community": 0, "community_name": "Community 0", "source_file": "tests/merge_conflict_check_tests.rs", "file_type": "code", "degree": 3}, {"id": "merge_conflict_check_tests_run_git", "label": "run_git()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_git()", "community": 0, "community_name": "Community 0", "source_file": "tests/merge_conflict_check_tests.rs", "file_type": "code", "degree": 5}, {"id": "merge_conflict_check_tests_test_git_merge_tree_conflict_detection", "label": "test_git_merge_tree_conflict_detection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_merge_tree_conflict_detection()", "community": 0, "community_name": "Community 0", "source_file": "tests/merge_conflict_check_tests.rs", "file_type": "code", "degree": 3}, {"id": "merge_conflict_check_tests_test_git_merge_tree_clean_merge", "label": "test_git_merge_tree_clean_merge()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_merge_tree_clean_merge()", "community": 0, "community_name": "Community 0", "source_file": "tests/merge_conflict_check_tests.rs", "file_type": "code", "degree": 3}, {"id": "tests_no_backup_files_test_rs", "label": "no_backup_files_test.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "no_backup_files_test.rs", "community": 0, "community_name": "Community 0", "source_file": "tests/no_backup_files_test.rs", "file_type": "code", "degree": 2}, {"id": "no_backup_files_test_no_tracked_backup_files", "label": "no_tracked_backup_files()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "no_tracked_backup_files()", "community": 0, "community_name": "Community 0", "source_file": "tests/no_backup_files_test.rs", "file_type": "code", "degree": 2}, {"id": "no_backup_files_test_heavy_real_boundary_suites_stay_feature_gated", "label": "heavy_real_boundary_suites_stay_feature_gated()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "heavy_real_boundary_suites_stay_feature_gated()", "community": 0, "community_name": "Community 0", "source_file": "tests/no_backup_files_test.rs", "file_type": "code", "degree": 3}, {"id": "tests_e2e_git_worktree_tests_rs", "label": "e2e_git_worktree_tests.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "e2e_git_worktree_tests.rs", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_git_worktree_tests.rs", "file_type": "code", "degree": 7}, {"id": "e2e_git_worktree_tests_init_git_repo", "label": "init_git_repo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "init_git_repo()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_git_worktree_tests.rs", "file_type": "code", "degree": 9}, {"id": "e2e_git_worktree_tests_test_git_worktree_create_and_cleanup", "label": "test_git_worktree_create_and_cleanup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_worktree_create_and_cleanup()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_git_worktree_tests.rs", "file_type": "code", "degree": 3}, {"id": "e2e_git_worktree_tests_test_git_worktree_parallel_execution_flow", "label": "test_git_worktree_parallel_execution_flow()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_worktree_parallel_execution_flow()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_git_worktree_tests.rs", "file_type": "code", "degree": 4}, {"id": "e2e_git_worktree_tests_test_git_worktree_conflict_detection", "label": "test_git_worktree_conflict_detection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_worktree_conflict_detection()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_git_worktree_tests.rs", "file_type": "code", "degree": 3}, {"id": "e2e_git_worktree_tests_test_vcs_backend_auto_detection_git", "label": "test_vcs_backend_auto_detection_git()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_backend_auto_detection_git()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_git_worktree_tests.rs", "file_type": "code", "degree": 2}, {"id": "e2e_git_worktree_tests_test_git_worktree_staged_changes_error", "label": "test_git_worktree_staged_changes_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_worktree_staged_changes_error()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_git_worktree_tests.rs", "file_type": "code", "degree": 3}, {"id": "e2e_git_worktree_tests_test_blocked_rejection_flow_end_to_end_creates_marker_and_removes_worktree", "label": "test_blocked_rejection_flow_end_to_end_creates_marker_and_removes_worktree()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_blocked_rejection_flow_end_to_end_creates_marker_and_removes_worktree()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_git_worktree_tests.rs", "file_type": "code", "degree": 6}, {"id": "tests_install_skills_test_rs", "label": "install_skills_test.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "install_skills_test.rs", "community": 0, "community_name": "Community 0", "source_file": "tests/install_skills_test.rs", "file_type": "code", "degree": 7}, {"id": "install_skills_test_create_test_skills_dir", "label": "create_test_skills_dir()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_skills_dir()", "community": 0, "community_name": "Community 0", "source_file": "tests/install_skills_test.rs", "file_type": "code", "degree": 2}, {"id": "install_skills_test_test_project_scope_install_creates_agents_skills_dir_and_updates_lock_file", "label": "test_project_scope_install_creates_agents_skills_dir_and_updates_lock_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_scope_install_creates_agents_skills_dir_and_updates_lock_file()", "community": 0, "community_name": "Community 0", "source_file": "tests/install_skills_test.rs", "file_type": "code", "degree": 3}, {"id": "install_skills_test_test_global_scope_install_uses_home_agents_dir_and_updates_lock_file", "label": "test_global_scope_install_uses_home_agents_dir_and_updates_lock_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_global_scope_install_uses_home_agents_dir_and_updates_lock_file()", "community": 0, "community_name": "Community 0", "source_file": "tests/install_skills_test.rs", "file_type": "code", "degree": 5}, {"id": "install_skills_test_test_embedded_install_without_skills_dir", "label": "test_embedded_install_without_skills_dir()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_embedded_install_without_skills_dir()", "community": 0, "community_name": "Community 0", "source_file": "tests/install_skills_test.rs", "file_type": "code", "degree": 3}, {"id": "install_skills_test_test_embedded_wins_when_local_skills_dir_exists", "label": "test_embedded_wins_when_local_skills_dir_exists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_embedded_wins_when_local_skills_dir_exists()", "community": 0, "community_name": "Community 0", "source_file": "tests/install_skills_test.rs", "file_type": "code", "degree": 4}, {"id": "install_skills_test_test_project_scope_install_creates_claude_skills_dir_and_updates_lock_file", "label": "test_project_scope_install_creates_claude_skills_dir_and_updates_lock_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_scope_install_creates_claude_skills_dir_and_updates_lock_file()", "community": 0, "community_name": "Community 0", "source_file": "tests/install_skills_test.rs", "file_type": "code", "degree": 3}, {"id": "install_skills_test_test_global_scope_install_uses_home_claude_dir_and_updates_lock_file", "label": "test_global_scope_install_uses_home_claude_dir_and_updates_lock_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_global_scope_install_uses_home_claude_dir_and_updates_lock_file()", "community": 0, "community_name": "Community 0", "source_file": "tests/install_skills_test.rs", "file_type": "code", "degree": 5}, {"id": "tests_process_cleanup_test_rs", "label": "process_cleanup_test.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "process_cleanup_test.rs", "community": 16, "community_name": "Community 16", "source_file": "tests/process_cleanup_test.rs", "file_type": "code", "degree": 3}, {"id": "process_cleanup_test_test_unix_process_group_cleanup", "label": "test_unix_process_group_cleanup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_unix_process_group_cleanup()", "community": 16, "community_name": "Community 16", "source_file": "tests/process_cleanup_test.rs", "file_type": "code", "degree": 6}, {"id": "process_cleanup_test_test_windows_job_object_cleanup", "label": "test_windows_job_object_cleanup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_windows_job_object_cleanup()", "community": 16, "community_name": "Community 16", "source_file": "tests/process_cleanup_test.rs", "file_type": "code", "degree": 1}, {"id": "process_cleanup_test_test_process_group_isolation", "label": "test_process_group_isolation()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_group_isolation()", "community": 16, "community_name": "Community 16", "source_file": "tests/process_cleanup_test.rs", "file_type": "code", "degree": 4}, {"id": "tests_e2e_proposal_session_rs", "label": "e2e_proposal_session.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "e2e_proposal_session.rs", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 18}, {"id": "e2e_proposal_session_create_mock_acp_path", "label": "create_mock_acp_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_mock_acp_path()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 1}, {"id": "e2e_proposal_session_proposal_worktree_path", "label": "proposal_worktree_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_worktree_path()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 4}, {"id": "e2e_proposal_session_create_local_git_repo", "label": "create_local_git_repo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_local_git_repo()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 13}, {"id": "e2e_proposal_session_create_project", "label": "create_project()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "create_project()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 14}, {"id": "e2e_proposal_session_next_non_heartbeat_json", "label": "next_non_heartbeat_json()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "next_non_heartbeat_json()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 7}, {"id": "e2e_proposal_session_make_state_with_transport_env", "label": "make_state_with_transport_env()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "make_state_with_transport_env()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 12}, {"id": "e2e_proposal_session_make_state", "label": "make_state()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "make_state()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 12}, {"id": "e2e_proposal_session_proposal_session_create_and_list_use_frontend_contract_shape", "label": "proposal_session_create_and_list_use_frontend_contract_shape()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_create_and_list_use_frontend_contract_shape()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 8}, {"id": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "label": "proposal_session_prompt_injects_backend_managed_spec_guidance()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_prompt_injects_backend_managed_spec_guidance()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 13}, {"id": "e2e_proposal_session_proposal_session_create_does_not_inject_default_opencode_config_env", "label": "proposal_session_create_does_not_inject_default_opencode_config_env()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_create_does_not_inject_default_opencode_config_env()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 9}, {"id": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "label": "proposal_session_ws_accepts_frontend_message_aliases()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_ws_accepts_frontend_message_aliases()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 12}, {"id": "e2e_proposal_session_proposal_session_close_reports_dirty_worktree_files", "label": "proposal_session_close_reports_dirty_worktree_files()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_close_reports_dirty_worktree_files()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 10}, {"id": "e2e_proposal_session_proposal_session_timeout_marks_timed_out_status", "label": "proposal_session_timeout_marks_timed_out_status()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_timeout_marks_timed_out_status()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 9}, {"id": "e2e_proposal_session_proposal_session_merge_merges_branch_and_removes_worktree", "label": "proposal_session_merge_merges_branch_and_removes_worktree()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_merge_merges_branch_and_removes_worktree()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 9}, {"id": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "label": "proposal_session_ws_cancel_and_reconnect_history_work()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_ws_cancel_and_reconnect_history_work()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 13}, {"id": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "label": "proposal_session_reconnect_does_not_duplicate_acknowledged_prompt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_reconnect_does_not_duplicate_acknowledged_prompt()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 14}, {"id": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "label": "proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 13}, {"id": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "label": "proposal_session_multi_session_websockets_stay_independent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_multi_session_websockets_stay_independent()", "community": 0, "community_name": "Community 0", "source_file": "tests/e2e_proposal_session.rs", "file_type": "code", "degree": 13}, {"id": "tests_run_exit_tests_rs", "label": "run_exit_tests.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "run_exit_tests.rs", "community": 16, "community_name": "Community 16", "source_file": "tests/run_exit_tests.rs", "file_type": "code", "degree": 4}, {"id": "run_exit_tests_setup_empty_project", "label": "setup_empty_project()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setup_empty_project()", "community": 16, "community_name": "Community 16", "source_file": "tests/run_exit_tests.rs", "file_type": "code", "degree": 3}, {"id": "run_exit_tests_run_cflx_with_timeout", "label": "run_cflx_with_timeout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_cflx_with_timeout()", "community": 16, "community_name": "Community 16", "source_file": "tests/run_exit_tests.rs", "file_type": "code", "degree": 6}, {"id": "run_exit_tests_test_run_exits_promptly_on_success_no_web", "label": "test_run_exits_promptly_on_success_no_web()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_exits_promptly_on_success_no_web()", "community": 16, "community_name": "Community 16", "source_file": "tests/run_exit_tests.rs", "file_type": "code", "degree": 3}, {"id": "run_exit_tests_test_run_exits_promptly_on_success_with_web", "label": "test_run_exits_promptly_on_success_with_web()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_exits_promptly_on_success_with_web()", "community": 16, "community_name": "Community 16", "source_file": "tests/run_exit_tests.rs", "file_type": "code", "degree": 3}, {"id": "tests_support_shared_test_support_rs", "label": "shared_test_support.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "shared_test_support.rs", "community": 0, "community_name": "Community 0", "source_file": "tests/support/shared_test_support.rs", "file_type": "code", "degree": 1}, {"id": "shared_test_support_env_lock", "label": "env_lock()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "env_lock()", "community": 0, "community_name": "Community 0", "source_file": "tests/support/shared_test_support.rs", "file_type": "code", "degree": 5}, {"id": "tests_fixtures_mock_opencode_server_py", "label": "mock_opencode_server.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mock_opencode_server.py", "community": 7, "community_name": "Community 7", "source_file": "tests/fixtures/mock_opencode_server.py", "file_type": "code", "degree": 3}, {"id": "mock_opencode_server_push_event", "label": "push_event()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "push_event()", "community": 7, "community_name": "Community 7", "source_file": "tests/fixtures/mock_opencode_server.py", "file_type": "code", "degree": 2}, {"id": "mock_opencode_server_handler", "label": "Handler", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Handler", "community": 7, "community_name": "Community 7", "source_file": "tests/fixtures/mock_opencode_server.py", "file_type": "code", "degree": 8}, {"id": "basehttprequesthandler", "label": "BaseHTTPRequestHandler", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BaseHTTPRequestHandler", "community": 7, "community_name": "Community 7", "source_file": "", "file_type": "code", "degree": 1}, {"id": "mock_opencode_server_handler_read_json", "label": "._read_json()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._read_json()", "community": 7, "community_name": "Community 7", "source_file": "tests/fixtures/mock_opencode_server.py", "file_type": "code", "degree": 3}, {"id": "mock_opencode_server_handler_send_json", "label": "._send_json()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_json()", "community": 7, "community_name": "Community 7", "source_file": "tests/fixtures/mock_opencode_server.py", "file_type": "code", "degree": 4}, {"id": "mock_opencode_server_handler_do_get", "label": ".do_GET()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".do_GET()", "community": 7, "community_name": "Community 7", "source_file": "tests/fixtures/mock_opencode_server.py", "file_type": "code", "degree": 5}, {"id": "mock_opencode_server_handler_do_post", "label": ".do_POST()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".do_POST()", "community": 7, "community_name": "Community 7", "source_file": "tests/fixtures/mock_opencode_server.py", "file_type": "code", "degree": 6}, {"id": "mock_opencode_server_handler_log_message", "label": ".log_message()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".log_message()", "community": 7, "community_name": "Community 7", "source_file": "tests/fixtures/mock_opencode_server.py", "file_type": "code", "degree": 1}, {"id": "mock_opencode_server_main", "label": "main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 7, "community_name": "Community 7", "source_file": "tests/fixtures/mock_opencode_server.py", "file_type": "code", "degree": 1}, {"id": "tests_fixtures_mock_acp_agent_py", "label": "mock_acp_agent.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mock_acp_agent.py", "community": 43, "community_name": "Community 43", "source_file": "tests/fixtures/mock_acp_agent.py", "file_type": "code", "degree": 1}, {"id": "mock_acp_agent_send", "label": "send()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "send()", "community": 43, "community_name": "Community 43", "source_file": "tests/fixtures/mock_acp_agent.py", "file_type": "code", "degree": 1}, {"id": "dashboard_tailwind_config_js", "label": "tailwind.config.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind.config.js", "community": 70, "community_name": "Community 70", "source_file": "dashboard/tailwind.config.js", "file_type": "code", "degree": 0}, {"id": "dashboard_vite_config_js", "label": "vite.config.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "vite.config.js", "community": 71, "community_name": "Community 71", "source_file": "dashboard/vite.config.js", "file_type": "code", "degree": 0}, {"id": "dashboard_eslint_config_js", "label": "eslint.config.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint.config.js", "community": 72, "community_name": "Community 72", "source_file": "dashboard/eslint.config.js", "file_type": "code", "degree": 0}, {"id": "dashboard_postcss_config_js", "label": "postcss.config.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "postcss.config.js", "community": 73, "community_name": "Community 73", "source_file": "dashboard/postcss.config.js", "file_type": "code", "degree": 0}, {"id": "dashboard_public_debug_ws_js", "label": "debug-ws.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "debug-ws.js", "community": 4, "community_name": "Community 4", "source_file": "dashboard/public/debug-ws.js", "file_type": "code", "degree": 4}, {"id": "debug_ws_formatvalue", "label": "formatValue()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "formatValue()", "community": 4, "community_name": "Community 4", "source_file": "dashboard/public/debug-ws.js", "file_type": "code", "degree": 2}, {"id": "debug_ws_loghelperstate", "label": "logHelperState()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "logHelperState()", "community": 4, "community_name": "Community 4", "source_file": "dashboard/public/debug-ws.js", "file_type": "code", "degree": 5}, {"id": "debug_ws_oninput", "label": "onInput()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "onInput()", "community": 4, "community_name": "Community 4", "source_file": "dashboard/public/debug-ws.js", "file_type": "code", "degree": 2}, {"id": "debug_ws_onkeydown", "label": "onKeydown()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "onKeydown()", "community": 4, "community_name": "Community 4", "source_file": "dashboard/public/debug-ws.js", "file_type": "code", "degree": 2}, {"id": "dashboard_src_app_tsx", "label": "App.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "App.tsx", "community": 38, "community_name": "Community 38", "source_file": "dashboard/src/App.tsx", "file_type": "code", "degree": 2}, {"id": "app_setclosesessiontarget", "label": "setCloseSessionTarget()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setCloseSessionTarget()", "community": 38, "community_name": "Community 38", "source_file": "dashboard/src/App.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_main_jsx", "label": "main.jsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "main.jsx", "community": 38, "community_name": "Community 38", "source_file": "dashboard/src/main.jsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_app_persistence_test_tsx", "label": "App.persistence.test.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "App.persistence.test.tsx", "community": 74, "community_name": "Community 74", "source_file": "dashboard/src/App.persistence.test.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_projectcard_test_tsx", "label": "ProjectCard.test.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectCard.test.tsx", "community": 75, "community_name": "Community 75", "source_file": "dashboard/src/components/ProjectCard.test.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_proposalactions_tsx", "label": "ProposalActions.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalActions.tsx", "community": 44, "community_name": "Community 44", "source_file": "dashboard/src/components/ProposalActions.tsx", "file_type": "code", "degree": 1}, {"id": "proposalactions_proposalactions", "label": "ProposalActions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalActions()", "community": 44, "community_name": "Community 44", "source_file": "dashboard/src/components/ProposalActions.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_logentry_tsx", "label": "LogEntry.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LogEntry.tsx", "community": 39, "community_name": "Community 39", "source_file": "dashboard/src/components/LogEntry.tsx", "file_type": "code", "degree": 2}, {"id": "logentry_ansitohtml", "label": "ansiToHtml()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ansiToHtml()", "community": 39, "community_name": "Community 39", "source_file": "dashboard/src/components/LogEntry.tsx", "file_type": "code", "degree": 1}, {"id": "logentry_logentry", "label": "LogEntry()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LogEntry()", "community": 39, "community_name": "Community 39", "source_file": "dashboard/src/components/LogEntry.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_deleteworktreedialog_tsx", "label": "DeleteWorktreeDialog.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DeleteWorktreeDialog.tsx", "community": 45, "community_name": "Community 45", "source_file": "dashboard/src/components/DeleteWorktreeDialog.tsx", "file_type": "code", "degree": 1}, {"id": "deleteworktreedialog_deleteworktreedialog", "label": "DeleteWorktreeDialog()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DeleteWorktreeDialog()", "community": 45, "community_name": "Community 45", "source_file": "dashboard/src/components/DeleteWorktreeDialog.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_fileviewpanel_tsx", "label": "FileViewPanel.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileViewPanel.tsx", "community": 46, "community_name": "Community 46", "source_file": "dashboard/src/components/FileViewPanel.tsx", "file_type": "code", "degree": 1}, {"id": "fileviewpanel_for", "label": "for()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "for()", "community": 46, "community_name": "Community 46", "source_file": "dashboard/src/components/FileViewPanel.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_terminaltab_tsx", "label": "TerminalTab.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TerminalTab.tsx", "community": 47, "community_name": "Community 47", "source_file": "dashboard/src/components/TerminalTab.tsx", "file_type": "code", "degree": 1}, {"id": "terminaltab_terminaltab", "label": "TerminalTab()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TerminalTab()", "community": 47, "community_name": "Community 47", "source_file": "dashboard/src/components/TerminalTab.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_addprojectdialog_tsx", "label": "AddProjectDialog.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddProjectDialog.tsx", "community": 48, "community_name": "Community 48", "source_file": "dashboard/src/components/AddProjectDialog.tsx", "file_type": "code", "degree": 1}, {"id": "addprojectdialog_addprojectdialog", "label": "AddProjectDialog()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddProjectDialog()", "community": 48, "community_name": "Community 48", "source_file": "dashboard/src/components/AddProjectDialog.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_elicitationdialog_test_tsx", "label": "ElicitationDialog.test.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ElicitationDialog.test.tsx", "community": 76, "community_name": "Community 76", "source_file": "dashboard/src/components/ElicitationDialog.test.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_terminalpanel_tsx", "label": "TerminalPanel.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TerminalPanel.tsx", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/components/TerminalPanel.tsx", "file_type": "code", "degree": 2}, {"id": "terminalpanel_roottolabel", "label": "rootToLabel()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rootToLabel()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/components/TerminalPanel.tsx", "file_type": "code", "degree": 1}, {"id": "terminalpanel_restoresessions", "label": "restoreSessions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "restoreSessions()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/components/TerminalPanel.tsx", "file_type": "code", "degree": 3}, {"id": "dashboard_src_components_projectcard_tsx", "label": "ProjectCard.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectCard.tsx", "community": 49, "community_name": "Community 49", "source_file": "dashboard/src/components/ProjectCard.tsx", "file_type": "code", "degree": 1}, {"id": "projectcard_projectcard", "label": "ProjectCard()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectCard()", "community": 49, "community_name": "Community 49", "source_file": "dashboard/src/components/ProjectCard.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_deletedialog_tsx", "label": "DeleteDialog.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DeleteDialog.tsx", "community": 50, "community_name": "Community 50", "source_file": "dashboard/src/components/DeleteDialog.tsx", "file_type": "code", "degree": 1}, {"id": "deletedialog_deletedialog", "label": "DeleteDialog()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DeleteDialog()", "community": 50, "community_name": "Community 50", "source_file": "dashboard/src/components/DeleteDialog.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_elicitationdialog_tsx", "label": "ElicitationDialog.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ElicitationDialog.tsx", "community": 0, "community_name": "Community 0", "source_file": "dashboard/src/components/ElicitationDialog.tsx", "file_type": "code", "degree": 1}, {"id": "elicitationdialog_getfocusableelements", "label": "getFocusableElements()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getFocusableElements()", "community": 0, "community_name": "Community 0", "source_file": "dashboard/src/components/ElicitationDialog.tsx", "file_type": "code", "degree": 2}, {"id": "dashboard_src_components_changespanel_tsx", "label": "ChangesPanel.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangesPanel.tsx", "community": 51, "community_name": "Community 51", "source_file": "dashboard/src/components/ChangesPanel.tsx", "file_type": "code", "degree": 1}, {"id": "changespanel_changespanel", "label": "ChangesPanel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangesPanel()", "community": 51, "community_name": "Community 51", "source_file": "dashboard/src/components/ChangesPanel.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_worktreerow_tsx", "label": "WorktreeRow.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorktreeRow.tsx", "community": 52, "community_name": "Community 52", "source_file": "dashboard/src/components/WorktreeRow.tsx", "file_type": "code", "degree": 1}, {"id": "worktreerow_handlerowclick", "label": "handleRowClick()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "handleRowClick()", "community": 52, "community_name": "Community 52", "source_file": "dashboard/src/components/WorktreeRow.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_createworktreedialog_tsx", "label": "CreateWorktreeDialog.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateWorktreeDialog.tsx", "community": 53, "community_name": "Community 53", "source_file": "dashboard/src/components/CreateWorktreeDialog.tsx", "file_type": "code", "degree": 1}, {"id": "createworktreedialog_createworktreedialog", "label": "CreateWorktreeDialog()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateWorktreeDialog()", "community": 53, "community_name": "Community 53", "source_file": "dashboard/src/components/CreateWorktreeDialog.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_proposalchangeslist_tsx", "label": "ProposalChangesList.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalChangesList.tsx", "community": 77, "community_name": "Community 77", "source_file": "dashboard/src/components/ProposalChangesList.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_changerow_tsx", "label": "ChangeRow.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeRow.tsx", "community": 78, "community_name": "Community 78", "source_file": "dashboard/src/components/ChangeRow.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_changesdrawer_tsx", "label": "ChangesDrawer.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangesDrawer.tsx", "community": 54, "community_name": "Community 54", "source_file": "dashboard/src/components/ChangesDrawer.tsx", "file_type": "code", "degree": 1}, {"id": "changesdrawer_changesdrawer", "label": "ChangesDrawer()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangesDrawer()", "community": 54, "community_name": "Community 54", "source_file": "dashboard/src/components/ChangesDrawer.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_logentry_test_tsx", "label": "LogEntry.test.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LogEntry.test.tsx", "community": 55, "community_name": "Community 55", "source_file": "dashboard/src/components/LogEntry.test.tsx", "file_type": "code", "degree": 1}, {"id": "logentry_test_renderentry", "label": "renderEntry()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "renderEntry()", "community": 55, "community_name": "Community 55", "source_file": "dashboard/src/components/LogEntry.test.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_stopchangedialog_tsx", "label": "StopChangeDialog.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StopChangeDialog.tsx", "community": 56, "community_name": "Community 56", "source_file": "dashboard/src/components/StopChangeDialog.tsx", "file_type": "code", "degree": 1}, {"id": "stopchangedialog_stopchangedialog", "label": "StopChangeDialog()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StopChangeDialog()", "community": 56, "community_name": "Community 56", "source_file": "dashboard/src/components/StopChangeDialog.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_closesessiondialog_tsx", "label": "CloseSessionDialog.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CloseSessionDialog.tsx", "community": 79, "community_name": "Community 79", "source_file": "dashboard/src/components/CloseSessionDialog.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_proposalsessiontabs_test_tsx", "label": "ProposalSessionTabs.test.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSessionTabs.test.tsx", "community": 80, "community_name": "Community 80", "source_file": "dashboard/src/components/ProposalSessionTabs.test.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_changerow_test_tsx", "label": "ChangeRow.test.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeRow.test.tsx", "community": 57, "community_name": "Community 57", "source_file": "dashboard/src/components/ChangeRow.test.tsx", "file_type": "code", "degree": 1}, {"id": "changerow_test_makechange", "label": "makeChange()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "makeChange()", "community": 57, "community_name": "Community 57", "source_file": "dashboard/src/components/ChangeRow.test.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_chatmessagelist_tsx", "label": "ChatMessageList.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ChatMessageList.tsx", "community": 10, "community_name": "Community 10", "source_file": "dashboard/src/components/ChatMessageList.tsx", "file_type": "code", "degree": 8}, {"id": "chatmessagelist_copytexttoclipboard", "label": "copyTextToClipboard()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "copyTextToClipboard()", "community": 10, "community_name": "Community 10", "source_file": "dashboard/src/components/ChatMessageList.tsx", "file_type": "code", "degree": 1}, {"id": "chatmessagelist_formatrelativetime", "label": "formatRelativeTime()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "formatRelativeTime()", "community": 10, "community_name": "Community 10", "source_file": "dashboard/src/components/ChatMessageList.tsx", "file_type": "code", "degree": 1}, {"id": "chatmessagelist_rendercodeblock", "label": "renderCodeBlock()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "renderCodeBlock()", "community": 10, "community_name": "Community 10", "source_file": "dashboard/src/components/ChatMessageList.tsx", "file_type": "code", "degree": 2}, {"id": "chatmessagelist_flushunorderedlist", "label": "flushUnorderedList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "flushUnorderedList()", "community": 10, "community_name": "Community 10", "source_file": "dashboard/src/components/ChatMessageList.tsx", "file_type": "code", "degree": 2}, {"id": "chatmessagelist_flushorderedlist", "label": "flushOrderedList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "flushOrderedList()", "community": 10, "community_name": "Community 10", "source_file": "dashboard/src/components/ChatMessageList.tsx", "file_type": "code", "degree": 2}, {"id": "chatmessagelist_flushcodeblock", "label": "flushCodeBlock()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "flushCodeBlock()", "community": 10, "community_name": "Community 10", "source_file": "dashboard/src/components/ChatMessageList.tsx", "file_type": "code", "degree": 3}, {"id": "chatmessagelist_typingindicator", "label": "TypingIndicator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TypingIndicator()", "community": 10, "community_name": "Community 10", "source_file": "dashboard/src/components/ChatMessageList.tsx", "file_type": "code", "degree": 1}, {"id": "chatmessagelist_updatenearbottom", "label": "updateNearBottom()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "updateNearBottom()", "community": 10, "community_name": "Community 10", "source_file": "dashboard/src/components/ChatMessageList.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_header_tsx", "label": "Header.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Header.tsx", "community": 81, "community_name": "Community 81", "source_file": "dashboard/src/components/Header.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_badge_tsx", "label": "badge.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "badge.tsx", "community": 58, "community_name": "Community 58", "source_file": "dashboard/src/components/badge.tsx", "file_type": "code", "degree": 1}, {"id": "badge_badge", "label": "Badge()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Badge()", "community": 58, "community_name": "Community 58", "source_file": "dashboard/src/components/badge.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_overviewdashboard_tsx", "label": "OverviewDashboard.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OverviewDashboard.tsx", "community": 33, "community_name": "Community 33", "source_file": "dashboard/src/components/OverviewDashboard.tsx", "file_type": "code", "degree": 6}, {"id": "overviewdashboard_formatdurationms", "label": "formatDurationMs()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "formatDurationMs()", "community": 33, "community_name": "Community 33", "source_file": "dashboard/src/components/OverviewDashboard.tsx", "file_type": "code", "degree": 1}, {"id": "overviewdashboard_formattimestamp", "label": "formatTimestamp()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "formatTimestamp()", "community": 33, "community_name": "Community 33", "source_file": "dashboard/src/components/OverviewDashboard.tsx", "file_type": "code", "degree": 1}, {"id": "overviewdashboard_formatpercent", "label": "formatPercent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "formatPercent()", "community": 33, "community_name": "Community 33", "source_file": "dashboard/src/components/OverviewDashboard.tsx", "file_type": "code", "degree": 1}, {"id": "overviewdashboard_getprojectlabel", "label": "getProjectLabel()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getProjectLabel()", "community": 33, "community_name": "Community 33", "source_file": "dashboard/src/components/OverviewDashboard.tsx", "file_type": "code", "degree": 1}, {"id": "overviewdashboard_geteventprojectlabel", "label": "getEventProjectLabel()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getEventProjectLabel()", "community": 33, "community_name": "Community 33", "source_file": "dashboard/src/components/OverviewDashboard.tsx", "file_type": "code", "degree": 1}, {"id": "overviewdashboard_overviewdashboard", "label": "OverviewDashboard()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OverviewDashboard()", "community": 33, "community_name": "Community 33", "source_file": "dashboard/src/components/OverviewDashboard.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_worktreespanel_tsx", "label": "WorktreesPanel.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WorktreesPanel.tsx", "community": 82, "community_name": "Community 82", "source_file": "dashboard/src/components/WorktreesPanel.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_toolcallindicator_tsx", "label": "ToolCallIndicator.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ToolCallIndicator.tsx", "community": 59, "community_name": "Community 59", "source_file": "dashboard/src/components/ToolCallIndicator.tsx", "file_type": "code", "degree": 1}, {"id": "toolcallindicator_toolcallindicator", "label": "ToolCallIndicator()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ToolCallIndicator()", "community": 59, "community_name": "Community 59", "source_file": "dashboard/src/components/ToolCallIndicator.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_proposalchat_tsx", "label": "ProposalChat.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalChat.tsx", "community": 60, "community_name": "Community 60", "source_file": "dashboard/src/components/ProposalChat.tsx", "file_type": "code", "degree": 1}, {"id": "proposalchat_statusplaceholder", "label": "statusPlaceholder()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "statusPlaceholder()", "community": 60, "community_name": "Community 60", "source_file": "dashboard/src/components/ProposalChat.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_logspanel_tsx", "label": "LogsPanel.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LogsPanel.tsx", "community": 61, "community_name": "Community 61", "source_file": "dashboard/src/components/LogsPanel.tsx", "file_type": "code", "degree": 1}, {"id": "logspanel_logspanel", "label": "LogsPanel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LogsPanel()", "community": 61, "community_name": "Community 61", "source_file": "dashboard/src/components/LogsPanel.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_chatinput_tsx", "label": "ChatInput.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChatInput.tsx", "community": 62, "community_name": "Community 62", "source_file": "dashboard/src/components/ChatInput.tsx", "file_type": "code", "degree": 1}, {"id": "chatinput_chatinput", "label": "ChatInput()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChatInput()", "community": 62, "community_name": "Community 62", "source_file": "dashboard/src/components/ChatInput.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_logspanel_test_tsx", "label": "LogsPanel.test.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LogsPanel.test.tsx", "community": 63, "community_name": "Community 63", "source_file": "dashboard/src/components/LogsPanel.test.tsx", "file_type": "code", "degree": 1}, {"id": "logspanel_test_renderlogs", "label": "renderLogs()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "renderLogs()", "community": 63, "community_name": "Community 63", "source_file": "dashboard/src/components/LogsPanel.test.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_projectspanel_tsx", "label": "ProjectsPanel.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectsPanel.tsx", "community": 83, "community_name": "Community 83", "source_file": "dashboard/src/components/ProjectsPanel.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_proposalsessiontabs_tsx", "label": "ProposalSessionTabs.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSessionTabs.tsx", "community": 84, "community_name": "Community 84", "source_file": "dashboard/src/components/ProposalSessionTabs.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_tests_chatmessagelist_test_tsx", "label": "ChatMessageList.test.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChatMessageList.test.tsx", "community": 64, "community_name": "Community 64", "source_file": "dashboard/src/components/__tests__/ChatMessageList.test.tsx", "file_type": "code", "degree": 1}, {"id": "chatmessagelist_test_setscrollmetrics", "label": "setScrollMetrics()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setScrollMetrics()", "community": 64, "community_name": "Community 64", "source_file": "dashboard/src/components/__tests__/ChatMessageList.test.tsx", "file_type": "code", "degree": 1}, {"id": "dashboard_src_components_tests_chatinput_test_tsx", "label": "ChatInput.test.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ChatInput.test.tsx", "community": 85, "community_name": "Community 85", "source_file": "dashboard/src/components/__tests__/ChatInput.test.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_tests_overviewdashboard_test_tsx", "label": "OverviewDashboard.test.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "OverviewDashboard.test.tsx", "community": 86, "community_name": "Community 86", "source_file": "dashboard/src/components/__tests__/OverviewDashboard.test.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_components_tests_proposalchat_test_tsx", "label": "ProposalChat.test.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalChat.test.tsx", "community": 87, "community_name": "Community 87", "source_file": "dashboard/src/components/__tests__/ProposalChat.test.tsx", "file_type": "code", "degree": 0}, {"id": "dashboard_src_hooks_useproposalchat_ts", "label": "useProposalChat.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "useProposalChat.ts", "community": 35, "community_name": "Community 35", "source_file": "dashboard/src/hooks/useProposalChat.ts", "file_type": "code", "degree": 4}, {"id": "useproposalchat_markpendingmessagesfailed", "label": "markPendingMessagesFailed()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "markPendingMessagesFailed()", "community": 35, "community_name": "Community 35", "source_file": "dashboard/src/hooks/useProposalChat.ts", "file_type": "code", "degree": 1}, {"id": "useproposalchat_nowiso", "label": "nowIso()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "nowIso()", "community": 35, "community_name": "Community 35", "source_file": "dashboard/src/hooks/useProposalChat.ts", "file_type": "code", "degree": 1}, {"id": "useproposalchat_toelicitation", "label": "toElicitation()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "toElicitation()", "community": 35, "community_name": "Community 35", "source_file": "dashboard/src/hooks/useProposalChat.ts", "file_type": "code", "degree": 1}, {"id": "useproposalchat_useproposalchat", "label": "useProposalChat()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useProposalChat()", "community": 35, "community_name": "Community 35", "source_file": "dashboard/src/hooks/useProposalChat.ts", "file_type": "code", "degree": 1}, {"id": "dashboard_src_hooks_usewebsocket_ts", "label": "useWebSocket.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useWebSocket.ts", "community": 65, "community_name": "Community 65", "source_file": "dashboard/src/hooks/useWebSocket.ts", "file_type": "code", "degree": 1}, {"id": "usewebsocket_usewebsocket", "label": "useWebSocket()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useWebSocket()", "community": 65, "community_name": "Community 65", "source_file": "dashboard/src/hooks/useWebSocket.ts", "file_type": "code", "degree": 1}, {"id": "dashboard_src_hooks_useproposalchat_test_ts", "label": "useProposalChat.test.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useProposalChat.test.ts", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/hooks/useProposalChat.test.ts", "file_type": "code", "degree": 1}, {"id": "useproposalchat_test_mockwebsocket", "label": "MockWebSocket", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "MockWebSocket", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/hooks/useProposalChat.test.ts", "file_type": "code", "degree": 7}, {"id": "useproposalchat_test_mockwebsocket_constructor", "label": ".constructor()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/hooks/useProposalChat.test.ts", "file_type": "code", "degree": 2}, {"id": "useproposalchat_test_mockwebsocket_send", "label": ".send()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".send()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/hooks/useProposalChat.test.ts", "file_type": "code", "degree": 77}, {"id": "useproposalchat_test_mockwebsocket_close", "label": ".close()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".close()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/hooks/useProposalChat.test.ts", "file_type": "code", "degree": 4}, {"id": "useproposalchat_test_mockwebsocket_emitopen", "label": ".emitOpen()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".emitOpen()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/hooks/useProposalChat.test.ts", "file_type": "code", "degree": 1}, {"id": "useproposalchat_test_mockwebsocket_emitmessage", "label": ".emitMessage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".emitMessage()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/hooks/useProposalChat.test.ts", "file_type": "code", "degree": 1}, {"id": "useproposalchat_test_mockwebsocket_emitclose", "label": ".emitClose()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".emitClose()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/hooks/useProposalChat.test.ts", "file_type": "code", "degree": 1}, {"id": "dashboard_src_lib_uistatepersistence_ts", "label": "uiStatePersistence.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "uiStatePersistence.ts", "community": 18, "community_name": "Community 18", "source_file": "dashboard/src/lib/uiStatePersistence.ts", "file_type": "code", "degree": 4}, {"id": "uistatepersistence_serializefilebrowsecontext", "label": "serializeFileBrowseContext()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "serializeFileBrowseContext()", "community": 18, "community_name": "Community 18", "source_file": "dashboard/src/lib/uiStatePersistence.ts", "file_type": "code", "degree": 1}, {"id": "uistatepersistence_parsefilebrowsecontext", "label": "parseFileBrowseContext()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseFileBrowseContext()", "community": 18, "community_name": "Community 18", "source_file": "dashboard/src/lib/uiStatePersistence.ts", "file_type": "code", "degree": 3}, {"id": "uistatepersistence_parsepersistedtabstate", "label": "parsePersistedTabState()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parsePersistedTabState()", "community": 18, "community_name": "Community 18", "source_file": "dashboard/src/lib/uiStatePersistence.ts", "file_type": "code", "degree": 1}, {"id": "uistatepersistence_resolvepersistedbrowseselection", "label": "resolvePersistedBrowseSelection()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resolvePersistedBrowseSelection()", "community": 18, "community_name": "Community 18", "source_file": "dashboard/src/lib/uiStatePersistence.ts", "file_type": "code", "degree": 2}, {"id": "dashboard_src_lib_uistatepersistence_test_ts", "label": "uiStatePersistence.test.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "uiStatePersistence.test.ts", "community": 40, "community_name": "Community 40", "source_file": "dashboard/src/lib/uiStatePersistence.test.ts", "file_type": "code", "degree": 2}, {"id": "uistatepersistence_test_createproject", "label": "createProject()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createProject()", "community": 40, "community_name": "Community 40", "source_file": "dashboard/src/lib/uiStatePersistence.test.ts", "file_type": "code", "degree": 1}, {"id": "uistatepersistence_test_createworktree", "label": "createWorktree()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createWorktree()", "community": 40, "community_name": "Community 40", "source_file": "dashboard/src/lib/uiStatePersistence.test.ts", "file_type": "code", "degree": 1}, {"id": "dashboard_src_lib_utils_ts", "label": "utils.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "utils.ts", "community": 66, "community_name": "Community 66", "source_file": "dashboard/src/lib/utils.ts", "file_type": "code", "degree": 1}, {"id": "utils_cn", "label": "cn()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cn()", "community": 66, "community_name": "Community 66", "source_file": "dashboard/src/lib/utils.ts", "file_type": "code", "degree": 1}, {"id": "dashboard_src_api_restclient_ts", "label": "restClient.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "restClient.ts", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 34}, {"id": "restclient_apierror", "label": "APIError", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "APIError", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_apierror_constructor", "label": ".constructor()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 1}, {"id": "restclient_fetchapi", "label": "fetchAPI()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchAPI()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 33}, {"id": "restclient_fetchversion", "label": "fetchVersion()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchVersion()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_fetchprojectsstate", "label": "fetchProjectsState()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchProjectsState()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_fetchstatsoverview", "label": "fetchStatsOverview()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchStatsOverview()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_controlrun", "label": "controlRun()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "controlRun()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_controlstop", "label": "controlStop()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "controlStop()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_gitsync", "label": "gitSync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "gitSync()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_deleteproject", "label": "deleteProject()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteProject()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_addproject", "label": "addProject()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "addProject()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_listworktrees", "label": "listWorktrees()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "listWorktrees()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_createworktree", "label": "createWorktree()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createWorktree()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_deleteworktree", "label": "deleteWorktree()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteWorktree()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_mergeworktree", "label": "mergeWorktree()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mergeWorktree()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_refreshworktrees", "label": "refreshWorktrees()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "refreshWorktrees()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_togglechangeselection", "label": "toggleChangeSelection()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "toggleChangeSelection()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_stopanddequeuechange", "label": "stopAndDequeueChange()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "stopAndDequeueChange()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_toggleallchangeselection", "label": "toggleAllChangeSelection()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "toggleAllChangeSelection()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_fetchfiletree", "label": "fetchFileTree()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchFileTree()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_fetchfilecontent", "label": "fetchFileContent()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchFileContent()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_createterminalsession", "label": "createTerminalSession()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createTerminalSession()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_listterminalsessions", "label": "listTerminalSessions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "listTerminalSessions()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 3}, {"id": "restclient_deleteterminalsession", "label": "deleteTerminalSession()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteTerminalSession()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_resizeterminalsession", "label": "resizeTerminalSession()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resizeTerminalSession()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_getterminalwsurl", "label": "getTerminalWsUrl()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getTerminalWsUrl()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 1}, {"id": "restclient_createproposalsession", "label": "createProposalSession()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createProposalSession()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_listproposalsessions", "label": "listProposalSessions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "listProposalSessions()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_deleteproposalsession", "label": "deleteProposalSession()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteProposalSession()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_mergeproposalsession", "label": "mergeProposalSession()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mergeProposalSession()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_listproposalsessionchanges", "label": "listProposalSessionChanges()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "listProposalSessionChanges()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_listproposalsessionmessages", "label": "listProposalSessionMessages()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "listProposalSessionMessages()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_setuistate", "label": "setUiState()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setUiState()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_deleteuistate", "label": "deleteUiState()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteUiState()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 2}, {"id": "restclient_getproposalsessionwsurl", "label": "getProposalSessionWsUrl()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getProposalSessionWsUrl()", "community": 24, "community_name": "Community 24", "source_file": "dashboard/src/api/restClient.ts", "file_type": "code", "degree": 1}, {"id": "dashboard_src_api_wsclient_ts", "label": "wsClient.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "wsClient.ts", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/api/wsClient.ts", "file_type": "code", "degree": 1}, {"id": "wsclient_websocketclient", "label": "WebSocketClient", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "WebSocketClient", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/api/wsClient.ts", "file_type": "code", "degree": 9}, {"id": "wsclient_websocketclient_constructor", "label": ".constructor()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/api/wsClient.ts", "file_type": "code", "degree": 1}, {"id": "wsclient_websocketclient_connect", "label": ".connect()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".connect()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/api/wsClient.ts", "file_type": "code", "degree": 1}, {"id": "wsclient_websocketclient_disconnect", "label": ".disconnect()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".disconnect()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/api/wsClient.ts", "file_type": "code", "degree": 3}, {"id": "wsclient_websocketclient_on", "label": ".on()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/api/wsClient.ts", "file_type": "code", "degree": 1}, {"id": "wsclient_websocketclient_isconnected", "label": ".isConnected()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".isConnected()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/api/wsClient.ts", "file_type": "code", "degree": 1}, {"id": "wsclient_websocketclient_attemptreconnect", "label": ".attemptReconnect()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".attemptReconnect()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/api/wsClient.ts", "file_type": "code", "degree": 3}, {"id": "wsclient_websocketclient_notifyconnectionchange", "label": ".notifyConnectionChange()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".notifyConnectionChange()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/api/wsClient.ts", "file_type": "code", "degree": 3}, {"id": "wsclient_websocketclient_startpingtimer", "label": ".startPingTimer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".startPingTimer()", "community": 11, "community_name": "Community 11", "source_file": "dashboard/src/api/wsClient.ts", "file_type": "code", "degree": 1}, {"id": "dashboard_src_api_types_ts", "label": "types.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "types.ts", "community": 88, "community_name": "Community 88", "source_file": "dashboard/src/api/types.ts", "file_type": "code", "degree": 0}, {"id": "dashboard_src_api_restclient_test_ts", "label": "restClient.test.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "restClient.test.ts", "community": 89, "community_name": "Community 89", "source_file": "dashboard/src/api/restClient.test.ts", "file_type": "code", "degree": 0}, {"id": "dashboard_src_store_useappstore_test_ts", "label": "useAppStore.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "useAppStore.test.ts", "community": 36, "community_name": "Community 36", "source_file": "dashboard/src/store/useAppStore.test.ts", "file_type": "code", "degree": 3}, {"id": "useappstore_test_createproject", "label": "createProject()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createProject()", "community": 36, "community_name": "Community 36", "source_file": "dashboard/src/store/useAppStore.test.ts", "file_type": "code", "degree": 1}, {"id": "useappstore_test_createlogentry", "label": "createLogEntry()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createLogEntry()", "community": 36, "community_name": "Community 36", "source_file": "dashboard/src/store/useAppStore.test.ts", "file_type": "code", "degree": 1}, {"id": "useappstore_test_createstate", "label": "createState()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createState()", "community": 36, "community_name": "Community 36", "source_file": "dashboard/src/store/useAppStore.test.ts", "file_type": "code", "degree": 1}, {"id": "dashboard_src_store_useappstore_ts", "label": "useAppStore.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useAppStore.ts", "community": 41, "community_name": "Community 41", "source_file": "dashboard/src/store/useAppStore.ts", "file_type": "code", "degree": 2}, {"id": "useappstore_appreducer", "label": "appReducer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "appReducer()", "community": 41, "community_name": "Community 41", "source_file": "dashboard/src/store/useAppStore.ts", "file_type": "code", "degree": 1}, {"id": "useappstore_useappstore", "label": "useAppStore()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useAppStore()", "community": 41, "community_name": "Community 41", "source_file": "dashboard/src/store/useAppStore.ts", "file_type": "code", "degree": 1}, {"id": "scripts_init_skill_py", "label": "init_skill.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "init_skill.py", "community": 37, "community_name": "Community 37", "source_file": "scripts/init_skill.py", "file_type": "code", "degree": 2}, {"id": "init_skill_create_skill_structure", "label": "create_skill_structure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_skill_structure()", "community": 37, "community_name": "Community 37", "source_file": "scripts/init_skill.py", "file_type": "code", "degree": 3}, {"id": "init_skill_main", "label": "main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 37, "community_name": "Community 37", "source_file": "scripts/init_skill.py", "file_type": "code", "degree": 2}, {"id": "init_skill_rationale_12", "label": "Create the skill directory structure with template files.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create the skill directory structure with template files.", "community": 37, "community_name": "Community 37", "source_file": "scripts/init_skill.py", "file_type": "rationale", "degree": 1}, {"id": "scripts_package_skill_py", "label": "package_skill.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "package_skill.py", "community": 7, "community_name": "Community 7", "source_file": "scripts/package_skill.py", "file_type": "code", "degree": 4}, {"id": "package_skill_validate_yaml_frontmatter", "label": "validate_yaml_frontmatter()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_yaml_frontmatter()", "community": 7, "community_name": "Community 7", "source_file": "scripts/package_skill.py", "file_type": "code", "degree": 4}, {"id": "package_skill_validate_skill_structure", "label": "validate_skill_structure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_skill_structure()", "community": 7, "community_name": "Community 7", "source_file": "scripts/package_skill.py", "file_type": "code", "degree": 7}, {"id": "package_skill_package_skill", "label": "package_skill()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "package_skill()", "community": 7, "community_name": "Community 7", "source_file": "scripts/package_skill.py", "file_type": "code", "degree": 3}, {"id": "package_skill_main", "label": "main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 7, "community_name": "Community 7", "source_file": "scripts/package_skill.py", "file_type": "code", "degree": 3}, {"id": "package_skill_rationale_15", "label": "Validate YAML frontmatter in SKILL.md.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate YAML frontmatter in SKILL.md.", "community": 7, "community_name": "Community 7", "source_file": "scripts/package_skill.py", "file_type": "rationale", "degree": 1}, {"id": "package_skill_rationale_55", "label": "Validate skill directory structure.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate skill directory structure.", "community": 7, "community_name": "Community 7", "source_file": "scripts/package_skill.py", "file_type": "rationale", "degree": 1}, {"id": "package_skill_rationale_87", "label": "Package skill into a .skill file (zip with .skill extension).", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Package skill into a .skill file (zip with .skill extension).", "community": 7, "community_name": "Community 7", "source_file": "scripts/package_skill.py", "file_type": "rationale", "degree": 1}, {"id": "skills_tests_conftest_py", "label": "conftest.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "conftest.py", "community": 67, "community_name": "Community 67", "source_file": "skills/tests/conftest.py", "file_type": "code", "degree": 1}, {"id": "conftest_rationale_1", "label": "Configure sys.path so shared modules are importable from tests.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Configure sys.path so shared modules are importable from tests.", "community": 67, "community_name": "Community 67", "source_file": "skills/tests/conftest.py", "file_type": "rationale", "degree": 1}, {"id": "skills_tests_test_cflx_spec_promotion_py", "label": "test_cflx_spec_promotion.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cflx_spec_promotion.py", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 12}, {"id": "test_cflx_spec_promotion_load", "label": "_load()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_load()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 22}, {"id": "test_cflx_spec_promotion_testaddedonly", "label": "TestAddedOnly", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAddedOnly", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 4}, {"id": "test_cflx_spec_promotion_testaddedonly_test_new_requirement_appears_in_result", "label": ".test_new_requirement_appears_in_result()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_new_requirement_appears_in_result()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testaddedonly_test_existing_requirement_retained", "label": ".test_existing_requirement_retained()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_existing_requirement_retained()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testaddedonly_test_result_differs_from_canonical", "label": ".test_result_differs_from_canonical()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_result_differs_from_canonical()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testmodifiedonly", "label": "TestModifiedOnly", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestModifiedOnly", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_spec_promotion_testmodifiedonly_test_requirement_block_is_replaced", "label": ".test_requirement_block_is_replaced()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_requirement_block_is_replaced()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testmodifiedonly_test_old_content_not_retained", "label": ".test_old_content_not_retained()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_old_content_not_retained()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testmodifiedonly_test_heading_appears_exactly_once", "label": ".test_heading_appears_exactly_once()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_heading_appears_exactly_once()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 4}, {"id": "test_cflx_spec_promotion_testmodifiedonly_test_no_errors_returned", "label": ".test_no_errors_returned()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_no_errors_returned()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testremovedonly", "label": "TestRemovedOnly", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestRemovedOnly", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_spec_promotion_testremovedonly_test_removed_requirement_absent_from_result", "label": ".test_removed_requirement_absent_from_result()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_removed_requirement_absent_from_result()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testremovedonly_test_retained_requirement_still_present", "label": ".test_retained_requirement_still_present()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retained_requirement_still_present()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testremovedonly_test_result_well_formed", "label": ".test_result_well_formed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_result_well_formed()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testremovedonly_test_no_errors_returned", "label": ".test_no_errors_returned()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_no_errors_returned()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testmixed", "label": "TestMixed", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestMixed", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_spec_promotion_testmixed_test_added_requirement_present", "label": ".test_added_requirement_present()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_added_requirement_present()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testmixed_test_modified_requirement_replaced", "label": ".test_modified_requirement_replaced()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_modified_requirement_replaced()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testmixed_test_removed_requirement_gone", "label": ".test_removed_requirement_gone()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_removed_requirement_gone()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testmixed_test_no_errors_returned", "label": ".test_no_errors_returned()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_no_errors_returned()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testnoopormissingtarget", "label": "TestNoOpOrMissingTarget", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestNoOpOrMissingTarget", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 4}, {"id": "test_cflx_spec_promotion_testnoopormissingtarget_test_modified_missing_target_returns_error", "label": ".test_modified_missing_target_returns_error()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_modified_missing_target_returns_error()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testnoopormissingtarget_test_removed_missing_target_returns_error", "label": ".test_removed_missing_target_returns_error()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_removed_missing_target_returns_error()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testnoopormissingtarget_test_canonical_unchanged_on_error", "label": ".test_canonical_unchanged_on_error()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_canonical_unchanged_on_error()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testspeconlynoop", "label": "TestSpecOnlyNoOp", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSpecOnlyNoOp", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_spec_promotion_testspeconlynoop_test_spec_only_no_op_returns_error", "label": ".test_spec_only_no_op_returns_error()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_spec_only_no_op_returns_error()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testspeconlynoop_test_spec_only_no_op_canonical_unchanged", "label": ".test_spec_only_no_op_canonical_unchanged()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_spec_only_no_op_canonical_unchanged()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testspeconlynoop_test_simulate_promotion_no_op_errors", "label": ".test_simulate_promotion_no_op_errors()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_simulate_promotion_no_op_errors()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_test_no_op_or_missing_target_modified_fails", "label": "test_no_op_or_missing_target_modified_fails()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_op_or_missing_target_modified_fails()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_test_no_op_or_missing_target_removed_fails", "label": "test_no_op_or_missing_target_removed_fails()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_op_or_missing_target_removed_fails()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_test_no_op_or_missing_target_no_op_identical_modified_fails", "label": "test_no_op_or_missing_target_no_op_identical_modified_fails()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_op_or_missing_target_no_op_identical_modified_fails()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testdeltatocanonical", "label": "TestDeltaToCanonical", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestDeltaToCanonical", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testdeltatocanonical_test_added_only_produces_canonical", "label": ".test_added_only_produces_canonical()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_added_only_produces_canonical()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_testdeltatocanonical_test_new_spec_via_simulate_promotion", "label": ".test_new_spec_via_simulate_promotion()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_new_spec_via_simulate_promotion()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_spec_promotion_rationale_1", "label": "Regression tests for the shared spec promotion engine. Covers: - ADDED-only del", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Regression tests for the shared spec promotion engine. Covers: - ADDED-only del", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_spec_promotion_rationale_25", "label": "Return (canonical_text, delta_text) for a named fixture.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return (canonical_text, delta_text) for a named fixture.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_spec_promotion_rationale_152", "label": "MODIFIED delta targeting a non-existent canonical requirement must fail.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MODIFIED delta targeting a non-existent canonical requirement must fail.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_spec_promotion_rationale_161", "label": "REMOVED delta targeting a non-existent canonical requirement must fail.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "REMOVED delta targeting a non-existent canonical requirement must fail.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_spec_promotion_rationale_170", "label": "Canonical must be returned unchanged when promotion errors occur.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Canonical must be returned unchanged when promotion errors occur.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_spec_promotion_rationale_182", "label": "Regression: a MODIFIED delta whose content is identical to canonical must fa", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Regression: a MODIFIED delta whose content is identical to canonical must fa", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_spec_promotion_rationale_212", "label": "MODIFIED delta targeting a non-existent requirement must return errors.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MODIFIED delta targeting a non-existent requirement must return errors.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_spec_promotion_rationale_229", "label": "REMOVED delta targeting a non-existent requirement must return errors.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "REMOVED delta targeting a non-existent requirement must return errors.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_spec_promotion_rationale_246", "label": "MODIFIED delta with identical content to canonical must return no-op error.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MODIFIED delta with identical content to canonical must return no-op error.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "skills_tests_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 90, "community_name": "Community 90", "source_file": "skills/tests/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_tumf_work_conflux_skills_tests_test_spec_only_acceptance_py", "label": "test_spec_only_acceptance.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_spec_only_acceptance.py", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "code", "degree": 6}, {"id": "test_spec_only_acceptance_load_manager_class", "label": "_load_manager_class()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_load_manager_class()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "code", "degree": 1}, {"id": "test_spec_only_acceptance_make_manager", "label": "_make_manager()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_make_manager()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "code", "degree": 2}, {"id": "test_spec_only_acceptance_create_spec_only_change", "label": "_create_spec_only_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_create_spec_only_change()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "code", "degree": 5}, {"id": "test_spec_only_acceptance_testspeconlyacceptancepass", "label": "TestSpecOnlyAcceptancePass", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSpecOnlyAcceptancePass", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "code", "degree": 5}, {"id": "test_spec_only_acceptance_testspeconlyacceptancepass_test_added_delta_passes_validation", "label": ".test_added_delta_passes_validation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_added_delta_passes_validation()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "code", "degree": 3}, {"id": "test_spec_only_acceptance_testspeconlyacceptancepass_test_fixture_spec_only_passes", "label": ".test_fixture_spec_only_passes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fixture_spec_only_passes()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "code", "degree": 4}, {"id": "test_spec_only_acceptance_testspeconlyacceptancefail", "label": "TestSpecOnlyAcceptanceFail", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestSpecOnlyAcceptanceFail", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "code", "degree": 5}, {"id": "test_spec_only_acceptance_testspeconlyacceptancefail_test_modified_only_delta_produces_archive_risk_warning", "label": ".test_modified_only_delta_produces_archive_risk_warning()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_modified_only_delta_produces_archive_risk_warning()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "code", "degree": 5}, {"id": "test_spec_only_acceptance_testspeconlyacceptancefail_test_fixture_spec_only_risky_produces_warning", "label": ".test_fixture_spec_only_risky_produces_warning()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fixture_spec_only_risky_produces_warning()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "code", "degree": 5}, {"id": "test_spec_only_acceptance_rationale_1", "label": "Tests for spec-only acceptance behavior (archive-readiness checks).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for spec-only acceptance behavior (archive-readiness checks).", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 2}, {"id": "test_spec_only_acceptance_rationale_39", "label": "Helper: scaffold a spec-only change and optional canonical spec.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper: scaffold a spec-only change and optional canonical spec.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 1}, {"id": "test_spec_only_acceptance_rationale_66", "label": "Spec-only changes with ADDED deltas pass archive-readiness checks.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Spec-only changes with ADDED deltas pass archive-readiness checks.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 1}, {"id": "test_spec_only_acceptance_rationale_83", "label": "Spec-only changes with archive-risk deltas produce warnings that acceptance shou", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Spec-only changes with archive-risk deltas produce warnings that acceptance shou", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 2}, {"id": "test_spec_only_acceptance_rationale_94", "label": "Spec-only changes with archive-risk deltas produce warnings that acceptance shou", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Spec-only changes with archive-risk deltas produce warnings that acceptance shou", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 1}, {"id": "test_spec_only_acceptance_rationale_97", "label": "MODIFIED-only spec-only delta emits an ARCHIVE-RISK warning (no-op promotion ris", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MODIFIED-only spec-only delta emits an ARCHIVE-RISK warning (no-op promotion ris", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 1}, {"id": "test_spec_only_acceptance_rationale_113", "label": "The spec-only-risky fixture produces an ARCHIVE-RISK warning.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "The spec-only-risky fixture produces an ARCHIVE-RISK warning.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 1}, {"id": "users_tumf_work_conflux_skills_tests_test_cflx_list_ignores_invalid_change_dirs_py", "label": "test_cflx_list_ignores_invalid_change_dirs.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cflx_list_ignores_invalid_change_dirs.py", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_list_ignores_invalid_change_dirs.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_list_ignores_invalid_change_dirs_load_manager_class", "label": "_load_manager_class()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_load_manager_class()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_list_ignores_invalid_change_dirs.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_list_ignores_invalid_change_dirs_write_valid_change", "label": "_write_valid_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_write_valid_change()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_list_ignores_invalid_change_dirs.py", "file_type": "code", "degree": 2}, {"id": "test_cflx_list_ignores_invalid_change_dirs_test_list_changes_ignores_invalid_dir", "label": "test_list_changes_ignores_invalid_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_ignores_invalid_dir()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_list_ignores_invalid_change_dirs.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_list_ignores_invalid_change_dirs_test_find_change_dir_ignores_invalid", "label": "test_find_change_dir_ignores_invalid()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_find_change_dir_ignores_invalid()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_list_ignores_invalid_change_dirs.py", "file_type": "code", "degree": 4}, {"id": "test_cflx_list_ignores_invalid_change_dirs_rationale_1", "label": "Tests invalid change directory filtering for cflx.py list/show flows.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests invalid change directory filtering for cflx.py list/show flows.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_list_ignores_invalid_change_dirs.py", "file_type": "rationale", "degree": 1}, {"id": "skills_tests_test_cflx_workflow_no_delta_marker_py", "label": "test_cflx_workflow_no_delta_marker.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cflx_workflow_no_delta_marker.py", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_workflow_no_delta_marker.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_workflow_no_delta_marker_load_manager_class", "label": "_load_manager_class()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_load_manager_class()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_workflow_no_delta_marker.py", "file_type": "code", "degree": 6}, {"id": "test_cflx_workflow_no_delta_marker_write_change", "label": "_write_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_write_change()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_workflow_no_delta_marker.py", "file_type": "code", "degree": 6}, {"id": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation", "label": "TestNoDeltaMarkerValidation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestNoDeltaMarkerValidation", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_workflow_no_delta_marker.py", "file_type": "code", "degree": 4}, {"id": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_passes_with_only_no_delta_marker", "label": ".test_strict_validation_passes_with_only_no_delta_marker()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_strict_validation_passes_with_only_no_delta_marker()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_workflow_no_delta_marker.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_when_marker_and_delta_dir_coexist", "label": ".test_strict_validation_fails_when_marker_and_delta_dir_coexist()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_strict_validation_fails_when_marker_and_delta_dir_coexist()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_workflow_no_delta_marker.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_without_marker_or_delta_dir", "label": ".test_strict_validation_fails_without_marker_or_delta_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_strict_validation_fails_without_marker_or_delta_dir()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_workflow_no_delta_marker.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow", "label": "TestNoDeltaMarkerArchiveFlow", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestNoDeltaMarkerArchiveFlow", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_workflow_no_delta_marker.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_archive_change_succeeds_with_no_delta_marker", "label": ".test_archive_change_succeeds_with_no_delta_marker()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_archive_change_succeeds_with_no_delta_marker()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_workflow_no_delta_marker.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_simulate_spec_promotion_returns_empty_errors_without_spec_dirs", "label": ".test_simulate_spec_promotion_returns_empty_errors_without_spec_dirs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_simulate_spec_promotion_returns_empty_errors_without_spec_dirs()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_workflow_no_delta_marker.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_workflow_no_delta_marker_rationale_1", "label": "Tests for .no-delta marker support in cflx-workflow cflx.py.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for .no-delta marker support in cflx-workflow cflx.py.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_workflow_no_delta_marker.py", "file_type": "rationale", "degree": 1}, {"id": "users_tumf_work_conflux_skills_tests_test_cflx_proposal_change_types_py", "label": "test_cflx_proposal_change_types.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cflx_proposal_change_types.py", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 6}, {"id": "test_cflx_proposal_change_types_load_manager_class", "label": "_load_manager_class()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_load_manager_class()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 1}, {"id": "test_cflx_proposal_change_types_manager_for_fixture", "label": "_manager_for_fixture()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_manager_for_fixture()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 10}, {"id": "test_cflx_proposal_change_types_testchangetypevalidation", "label": "TestChangeTypeValidation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestChangeTypeValidation", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 9}, {"id": "test_cflx_proposal_change_types_testchangetypevalidation_test_spec_only_type_accepted", "label": ".test_spec_only_type_accepted()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_spec_only_type_accepted()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_proposal_change_types_testchangetypevalidation_test_implementation_type_accepted", "label": ".test_implementation_type_accepted()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_implementation_type_accepted()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_proposal_change_types_testchangetypevalidation_test_hybrid_type_accepted", "label": ".test_hybrid_type_accepted()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_hybrid_type_accepted()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_proposal_change_types_testchangetypevalidation_test_missing_change_type_rejected_in_strict_mode", "label": ".test_missing_change_type_rejected_in_strict_mode()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_missing_change_type_rejected_in_strict_mode()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 4}, {"id": "test_cflx_proposal_change_types_testchangetypevalidation_test_invalid_change_type_rejected", "label": ".test_invalid_change_type_rejected()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invalid_change_type_rejected()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 4}, {"id": "test_cflx_proposal_change_types_testchangetypevalidation_test_change_type_not_required_in_non_strict_mode", "label": ".test_change_type_not_required_in_non_strict_mode()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_change_type_not_required_in_non_strict_mode()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 4}, {"id": "test_cflx_proposal_change_types_testarchiveriskwarning", "label": "TestArchiveRiskWarning", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TestArchiveRiskWarning", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 7}, {"id": "test_cflx_proposal_change_types_testarchiveriskwarning_test_spec_only_added_delta_no_warning", "label": ".test_spec_only_added_delta_no_warning()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_spec_only_added_delta_no_warning()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 4}, {"id": "test_cflx_proposal_change_types_testarchiveriskwarning_test_spec_only_modified_only_delta_triggers_warning", "label": ".test_spec_only_modified_only_delta_triggers_warning()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_spec_only_modified_only_delta_triggers_warning()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 5}, {"id": "test_cflx_proposal_change_types_testarchiveriskwarning_test_implementation_proposal_no_archive_warning", "label": ".test_implementation_proposal_no_archive_warning()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_implementation_proposal_no_archive_warning()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 4}, {"id": "test_cflx_proposal_change_types_testarchiveriskwarning_test_hybrid_proposal_no_archive_warning", "label": ".test_hybrid_proposal_no_archive_warning()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_hybrid_proposal_no_archive_warning()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 4}, {"id": "test_cflx_proposal_change_types_testbehaviorverificationwarnings", "label": "TestBehaviorVerificationWarnings", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestBehaviorVerificationWarnings", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 6}, {"id": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_behavior_task_requires_verification_ownership_in_warning_mode", "label": ".test_behavior_task_requires_verification_ownership_in_warning_mode()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_behavior_task_requires_verification_ownership_in_warning_mode()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_executable_surface_without_runnable_verification_warns", "label": ".test_executable_surface_without_runnable_verification_warns()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_executable_surface_without_runnable_verification_warns()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_runtime_claim_without_behavior_task_warns", "label": ".test_runtime_claim_without_behavior_task_warns()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_runtime_claim_without_behavior_task_warns()", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "code", "degree": 3}, {"id": "test_cflx_proposal_change_types_rationale_1", "label": "Tests for Change Type classification and archive-risk warning in cflx.py validat", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests for Change Type classification and archive-risk warning in cflx.py validat", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 2}, {"id": "test_cflx_proposal_change_types_rationale_27", "label": "Return a manager rooted at the fixture directory and the change_id.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a manager rooted at the fixture directory and the change_id.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_47", "label": "Task 1.1: validate_change rejects missing or invalid Change Type in strict mode.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task 1.1: validate_change rejects missing or invalid Change Type in strict mode.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_74", "label": "A proposal without a Change Type field fails strict validation.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "A proposal without a Change Type field fails strict validation.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_96", "label": "A proposal with an unrecognised Change Type fails strict validation.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "A proposal with an unrecognised Change Type fails strict validation.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_119", "label": "Missing Change Type is tolerated in non-strict mode.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Missing Change Type is tolerated in non-strict mode.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_140", "label": "Task 2.2: spec-only proposals with MODIFIED/REMOVED-only deltas emit a warning.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task 2.2: spec-only proposals with MODIFIED/REMOVED-only deltas emit a warning.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_143", "label": "ADDED-only spec-only delta does not trigger archive-risk warning.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ADDED-only spec-only delta does not trigger archive-risk warning.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_150", "label": "MODIFIED-only spec-only delta triggers archive-risk warning.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MODIFIED-only spec-only delta triggers archive-risk warning.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_160", "label": "Implementation proposals never get archive-risk warnings.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Implementation proposals never get archive-risk warnings.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_167", "label": "Hybrid proposals with ADDED deltas do not get archive-risk warnings.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hybrid proposals with ADDED deltas do not get archive-risk warnings.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_175", "label": "Behavior-changing proposals should carry ownership and runnable verification gui", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Behavior-changing proposals should carry ownership and runnable verification gui", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "skills_shared_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 91, "community_name": "Community 91", "source_file": "skills/shared/__init__.py", "file_type": "code", "degree": 0}, {"id": "skills_shared_cflx_spec_promotion_py", "label": "cflx_spec_promotion.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "cflx_spec_promotion.py", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "code", "degree": 8}, {"id": "cflx_spec_promotion_split_spec", "label": "_split_spec()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_split_spec()", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "code", "degree": 4}, {"id": "cflx_spec_promotion_parse_delta_sections", "label": "parse_delta_sections()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_delta_sections()", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "code", "degree": 8}, {"id": "cflx_spec_promotion_blocks_equal", "label": "_blocks_equal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_blocks_equal()", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "code", "degree": 4}, {"id": "cflx_spec_promotion_reconstruct", "label": "_reconstruct()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_reconstruct()", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "code", "degree": 4}, {"id": "cflx_spec_promotion_merge_spec_delta", "label": "merge_spec_delta()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_spec_delta()", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "code", "degree": 7}, {"id": "cflx_spec_promotion_simulate_promotion", "label": "simulate_promotion()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "simulate_promotion()", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "code", "degree": 4}, {"id": "cflx_spec_promotion_delta_to_canonical", "label": "delta_to_canonical()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "delta_to_canonical()", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "code", "degree": 5}, {"id": "cflx_spec_promotion_rationale_1", "label": "Shared spec promotion engine for Conflux archive workflow. Provides requirement", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shared spec promotion engine for Conflux archive workflow. Provides requirement", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_spec_promotion_rationale_13", "label": "Split spec content into (preamble, [(normalized_key, full_block), ...]). fu", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Split spec content into (preamble, [(normalized_key, full_block), ...]). fu", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_spec_promotion_rationale_34", "label": "Parse delta content into {section_type: {normalized_key: full_block}}. sect", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse delta content into {section_type: {normalized_key: full_block}}. sect", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_spec_promotion_rationale_57", "label": "Return True if two block lists have identical keys and stripped content.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return True if two block lists have identical keys and stripped content.", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_spec_promotion_rationale_67", "label": "Reassemble a spec from its preamble and requirement blocks.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reassemble a spec from its preamble and requirement blocks.", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_spec_promotion_rationale_80", "label": "Merge a change delta into a canonical spec using requirement identity matching.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Merge a change delta into a canonical spec using requirement identity matching.", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_spec_promotion_rationale_142", "label": "Simulate spec promotion without writing any files. Returns (result_content,", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Simulate spec promotion without writing any files. Returns (result_content,", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_spec_promotion_rationale_154", "label": "Convert a delta-format spec to canonical format for brand-new specs.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a delta-format spec to canonical format for brand-new specs.", "community": 31, "community_name": "Community 31", "source_file": "skills/shared/cflx_spec_promotion.py", "file_type": "rationale", "degree": 1}, {"id": "skills_cflx_workflow_scripts_cflx_py", "label": "cflx.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "cflx.py", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 6}, {"id": "cflx_colors", "label": "Colors", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Colors", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 2}, {"id": "cflx_openspecmanager", "label": "OpenSpecManager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenSpecManager", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 43}, {"id": "cflx_openspecmanager_init", "label": ".__init__()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 1}, {"id": "cflx_openspecmanager_check_obsolete_artifacts", "label": ".check_obsolete_artifacts()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_obsolete_artifacts()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 3}, {"id": "cflx_openspecmanager_is_valid_change_dir", "label": "._is_valid_change_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._is_valid_change_dir()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 4}, {"id": "cflx_warn_invalid_change_dir", "label": "_warn_invalid_change_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_warn_invalid_change_dir()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 3}, {"id": "cflx_openspecmanager_list_changes", "label": ".list_changes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_changes()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 8}, {"id": "cflx_openspecmanager_list_specs", "label": "._list_specs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._list_specs()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 2}, {"id": "cflx_openspecmanager_get_change_info", "label": "._get_change_info()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_change_info()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 5}, {"id": "cflx_openspecmanager_count_tasks", "label": "._count_tasks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._count_tasks()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 4}, {"id": "cflx_openspecmanager_show_change", "label": ".show_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".show_change()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 6}, {"id": "cflx_openspecmanager_find_change_dir", "label": "._find_change_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._find_change_dir()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 7}, {"id": "cflx_openspecmanager_validate_change", "label": ".validate_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_change()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 7}, {"id": "cflx_openspecmanager_validate_change_dir", "label": "._validate_change_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._validate_change_dir()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 5}, {"id": "cflx_openspecmanager_validate_tasks_file", "label": "._validate_tasks_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._validate_tasks_file()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 3}, {"id": "cflx_openspecmanager_validate_specs_dir", "label": "._validate_specs_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._validate_specs_dir()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 3}, {"id": "cflx_openspecmanager_archive_change", "label": ".archive_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".archive_change()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 6}, {"id": "cflx_openspecmanager_simulate_spec_promotion", "label": "._simulate_spec_promotion()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._simulate_spec_promotion()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 5}, {"id": "cflx_openspecmanager_update_specs_from_change", "label": "._update_specs_from_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._update_specs_from_change()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 3}, {"id": "cflx_print_changes", "label": "print_changes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "print_changes()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 4}, {"id": "cflx_print_change_detail", "label": "print_change_detail()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "print_change_detail()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 5}, {"id": "cflx_main", "label": "main()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "code", "degree": 9}, {"id": "cflx_rationale_28", "label": "ANSI color codes for terminal output.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ANSI color codes for terminal output.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_40", "label": "Manage OpenSpec changes and specifications.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Manage OpenSpec changes and specifications.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_60", "label": "Warn about obsolete OpenSpec artifacts that should be removed.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Warn about obsolete OpenSpec artifacts that should be removed.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_78", "label": "Return True when directory is a valid change (has proposal.md).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return True when directory is a valid change (has proposal.md).", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_83", "label": "Emit warning for invalid change directory.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Emit warning for invalid change directory.", "community": 92, "community_name": "Community 92", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_92", "label": "List all changes or specs.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List all changes or specs.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_143", "label": "Extract change information from directory.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract change information from directory.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_168", "label": "Count completed and total tasks.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Count completed and total tasks.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_202", "label": "Show detailed information about a change.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Show detailed information about a change.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_248", "label": "Find the directory for a given change ID.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Find the directory for a given change ID.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_272", "label": "Validate a change or all changes.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a change or all changes.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_292", "label": "Validate a single change directory.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a single change directory.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_353", "label": "Validate tasks.md file format.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate tasks.md file format.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_391", "label": "Validate spec delta files.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate spec delta files.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_435", "label": "Archive a deployed change.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Archive a deployed change.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_478", "label": "Simulate spec promotion and return errors without writing any files.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Simulate spec promotion and return errors without writing any files.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_503", "label": "Update canonical specs from change deltas (simulation already passed).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Update canonical specs from change deltas (simulation already passed).", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_541", "label": "Print changes or specs in a formatted way.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Print changes or specs in a formatted way.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_571", "label": "Print detailed change information.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Print detailed change information.", "community": 1, "community_name": "Community 1", "source_file": "skills/cflx-workflow/scripts/cflx.py", "file_type": "rationale", "degree": 1}, {"id": "users_tumf_work_conflux_src_openspec_cmd_rs", "label": "openspec_cmd.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "openspec_cmd.rs", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 60}, {"id": "openspec_cmd_deltasections", "label": "DeltaSections", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DeltaSections", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 1}, {"id": "openspec_cmd_split_spec", "label": "split_spec()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "split_spec()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 9}, {"id": "openspec_cmd_parse_delta_sections", "label": "parse_delta_sections()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_delta_sections()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 11}, {"id": "openspec_cmd_reconstruct", "label": "reconstruct()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "reconstruct()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 6}, {"id": "openspec_cmd_blocks_equal", "label": "blocks_equal()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "blocks_equal()", "community": 18, "community_name": "Community 18", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 4}, {"id": "openspec_cmd_merge_spec_delta", "label": "merge_spec_delta()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_spec_delta()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 42}, {"id": "openspec_cmd_delta_to_canonical", "label": "delta_to_canonical()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "delta_to_canonical()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 10}, {"id": "openspec_cmd_simulate_promotion", "label": "simulate_promotion()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "simulate_promotion()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 10}, {"id": "openspec_cmd_openspecmanager", "label": "OpenSpecManager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenSpecManager", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 31}, {"id": "openspec_cmd_openspecmanager_new", "label": ".new()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 26}, {"id": "openspec_cmd_openspecmanager_find_change_dir", "label": ".find_change_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".find_change_dir()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 3}, {"id": "openspec_cmd_openspecmanager_list_changes", "label": ".list_changes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_changes()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 5}, {"id": "openspec_cmd_openspecmanager_list_specs", "label": ".list_specs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_specs()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 4}, {"id": "openspec_cmd_openspecmanager_get_change_info", "label": ".get_change_info()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_change_info()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 4}, {"id": "openspec_cmd_openspecmanager_show_change", "label": ".show_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".show_change()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 6}, {"id": "openspec_cmd_openspecmanager_validate_change", "label": ".validate_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_change()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 28}, {"id": "openspec_cmd_openspecmanager_validate_change_dir", "label": ".validate_change_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_change_dir()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 9}, {"id": "openspec_cmd_openspecmanager_validate_specs_dir", "label": ".validate_specs_dir()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_specs_dir()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 5}, {"id": "openspec_cmd_openspecmanager_archive_change", "label": ".archive_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".archive_change()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 7}, {"id": "openspec_cmd_openspecmanager_simulate_spec_promotion", "label": ".simulate_spec_promotion()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".simulate_spec_promotion()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 5}, {"id": "openspec_cmd_openspecmanager_update_specs_from_change", "label": ".update_specs_from_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_specs_from_change()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 6}, {"id": "openspec_cmd_changeinfo", "label": "ChangeInfo", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeInfo", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 1}, {"id": "openspec_cmd_specinfo", "label": "SpecInfo", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SpecInfo", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 1}, {"id": "openspec_cmd_showinfo", "label": "ShowInfo", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ShowInfo", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 1}, {"id": "openspec_cmd_count_tasks", "label": "count_tasks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "count_tasks()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 7}, {"id": "openspec_cmd_extract_change_type", "label": "extract_change_type()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_change_type()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 5}, {"id": "openspec_cmd_looks_like_behavior_task", "label": "looks_like_behavior_task()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "looks_like_behavior_task()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 3}, {"id": "openspec_cmd_has_repository_evidence_hint", "label": "has_repository_evidence_hint()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "has_repository_evidence_hint()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 3}, {"id": "openspec_cmd_has_verification_ownership_marker", "label": "has_verification_ownership_marker()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "has_verification_ownership_marker()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 3}, {"id": "openspec_cmd_looks_like_artifact_heavy_task", "label": "looks_like_artifact_heavy_task()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "looks_like_artifact_heavy_task()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 3}, {"id": "openspec_cmd_proposal_mentions_executable_surface", "label": "proposal_mentions_executable_surface()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_mentions_executable_surface()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 3}, {"id": "openspec_cmd_verification_mentions_executable_surface", "label": "verification_mentions_executable_surface()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "verification_mentions_executable_surface()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 3}, {"id": "openspec_cmd_proposal_mentions_runtime_behavior", "label": "proposal_mentions_runtime_behavior()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_mentions_runtime_behavior()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 3}, {"id": "openspec_cmd_validate_tasks_content", "label": "validate_tasks_content()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_tasks_content()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 25}, {"id": "openspec_cmd_check_archive_risk", "label": "check_archive_risk()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "check_archive_risk()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 5}, {"id": "openspec_cmd_cmd_list", "label": "cmd_list()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "cmd_list()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 6}, {"id": "openspec_cmd_cmd_show", "label": "cmd_show()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "cmd_show()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 7}, {"id": "openspec_cmd_cmd_validate", "label": "cmd_validate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "cmd_validate()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 7}, {"id": "openspec_cmd_cmd_archive", "label": "cmd_archive()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cmd_archive()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 4}, {"id": "openspec_cmd_check_obsolete_artifacts", "label": "check_obsolete_artifacts()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "check_obsolete_artifacts()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 4}, {"id": "openspec_cmd_test_split_spec_empty", "label": "test_split_spec_empty()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_split_spec_empty()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_split_spec_with_blocks", "label": "test_split_spec_with_blocks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_split_spec_with_blocks()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_parse_delta_sections", "label": "test_parse_delta_sections()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_delta_sections()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_merge_spec_delta_added", "label": "test_merge_spec_delta_added()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_spec_delta_added()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_merge_spec_delta_modified", "label": "test_merge_spec_delta_modified()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_spec_delta_modified()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_merge_spec_delta_removed", "label": "test_merge_spec_delta_removed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_spec_delta_removed()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_merge_spec_delta_modified_target_missing", "label": "test_merge_spec_delta_modified_target_missing()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_spec_delta_modified_target_missing()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_merge_spec_delta_removed_target_missing", "label": "test_merge_spec_delta_removed_target_missing()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_spec_delta_removed_target_missing()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_merge_spec_delta_noop_rejection", "label": "test_merge_spec_delta_noop_rejection()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_spec_delta_noop_rejection()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_delta_to_canonical", "label": "test_delta_to_canonical()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_delta_to_canonical()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_delta_to_canonical_fallback", "label": "test_delta_to_canonical_fallback()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_delta_to_canonical_fallback()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_simulate_promotion_new_spec", "label": "test_simulate_promotion_new_spec()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_simulate_promotion_new_spec()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_simulate_promotion_existing_spec", "label": "test_simulate_promotion_existing_spec()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_simulate_promotion_existing_spec()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_count_tasks_basic", "label": "test_count_tasks_basic()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_count_tasks_basic()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_count_tasks_excludes_future_work", "label": "test_count_tasks_excludes_future_work()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_count_tasks_excludes_future_work()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_extract_change_type_bold", "label": "test_extract_change_type_bold()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_type_bold()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 1}, {"id": "openspec_cmd_test_extract_change_type_plain", "label": "test_extract_change_type_plain()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_type_plain()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 1}, {"id": "openspec_cmd_test_extract_change_type_missing", "label": "test_extract_change_type_missing()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_type_missing()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 1}, {"id": "openspec_cmd_test_validate_tasks_checkbox_in_excluded", "label": "test_validate_tasks_checkbox_in_excluded()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_tasks_checkbox_in_excluded()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_validate_tasks_bare_task", "label": "test_validate_tasks_bare_task()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_tasks_bare_task()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_validate_tasks_evidence_warn", "label": "test_validate_tasks_evidence_warn()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_tasks_evidence_warn()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_validate_tasks_evidence_error", "label": "test_validate_tasks_evidence_error()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_tasks_evidence_error()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_validate_tasks_with_verification_hint", "label": "test_validate_tasks_with_verification_hint()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_tasks_with_verification_hint()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_validate_tasks_with_weak_verification", "label": "test_validate_tasks_with_weak_verification()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_tasks_with_weak_verification()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_warns_missing_verification_ownership", "label": "test_warns_missing_verification_ownership()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_warns_missing_verification_ownership()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_warns_artifact_heavy_tasks_dominate", "label": "test_warns_artifact_heavy_tasks_dominate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_warns_artifact_heavy_tasks_dominate()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_warns_executable_surface_without_runnable_verification", "label": "test_warns_executable_surface_without_runnable_verification()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_warns_executable_surface_without_runnable_verification()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_warns_runtime_claim_without_behavior_tasks", "label": "test_warns_runtime_claim_without_behavior_tasks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_warns_runtime_claim_without_behavior_tasks()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_cmd_list_runs_without_panic", "label": "test_cmd_list_runs_without_panic()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cmd_list_runs_without_panic()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_cmd_show_not_found", "label": "test_cmd_show_not_found()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cmd_show_not_found()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_cmd_validate_all", "label": "test_cmd_validate_all()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cmd_validate_all()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "openspec_cmd_test_cmd_validate_nonexistent", "label": "test_cmd_validate_nonexistent()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cmd_validate_nonexistent()", "community": 1, "community_name": "Community 1", "source_file": "src/openspec_cmd.rs", "file_type": "code", "degree": 2}, {"id": "src_serial_run_service_rs", "label": "serial_run_service.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "serial_run_service.rs", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 12}, {"id": "serial_run_service_serialrunservice", "label": "SerialRunService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SerialRunService", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 19}, {"id": "serial_run_service_serialrunservice_new", "label": ".new()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 3}, {"id": "serial_run_service_serialrunservice_repo_root", "label": ".repo_root()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".repo_root()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_serialrunservice_iteration", "label": ".iteration()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".iteration()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_serialrunservice_changes_processed", "label": ".changes_processed()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".changes_processed()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_serialrunservice_current_change_id", "label": ".current_change_id()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".current_change_id()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_serialrunservice_apply_count", "label": ".apply_count()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_count()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 3}, {"id": "serial_run_service_serialrunservice_increment_apply_count", "label": ".increment_apply_count()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".increment_apply_count()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 2}, {"id": "serial_run_service_serialrunservice_is_stalled", "label": ".is_stalled()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_stalled()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 3}, {"id": "serial_run_service_serialrunservice_is_completed", "label": ".is_completed()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_completed()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 3}, {"id": "serial_run_service_serialrunservice_select_next_change", "label": ".select_next_change()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".select_next_change()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 10}, {"id": "serial_run_service_serialrunservice_mark_stalled", "label": ".mark_stalled()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".mark_stalled()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 5}, {"id": "serial_run_service_serialrunservice_process_change", "label": ".process_change()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".process_change()", "community": 6, "community_name": "Community 6", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 11}, {"id": "serial_run_service_serialrunservice_archive_change_internal", "label": ".archive_change_internal()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".archive_change_internal()", "community": 6, "community_name": "Community 6", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 13}, {"id": "serial_run_service_serialrunservice_apply_change_internal", "label": ".apply_change_internal()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_change_internal()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 19}, {"id": "serial_run_service_serialrunservice_check_stall_after_apply", "label": ".check_stall_after_apply()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_stall_after_apply()", "community": 19, "community_name": "Community 19", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 6}, {"id": "serial_run_service_serialrunservice_refetch_change_after_apply", "label": ".refetch_change_after_apply()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".refetch_change_after_apply()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 4}, {"id": "serial_run_service_serialrunservice_process_acceptance_result", "label": ".process_acceptance_result()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".process_acceptance_result()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 9}, {"id": "serial_run_service_serialrunservice_update_operation_tracker", "label": ".update_operation_tracker()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_operation_tracker()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 3}, {"id": "serial_run_service_changeprocessresult", "label": "ChangeProcessResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeProcessResult", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_is_progress_complete", "label": "is_progress_complete()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "is_progress_complete()", "community": 19, "community_name": "Community 19", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 2}, {"id": "serial_run_service_serialapplyeventhandler", "label": "SerialApplyEventHandler", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SerialApplyEventHandler", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_serialapplyeventhandler_a_o", "label": "SerialApplyEventHandler<'a, O>", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SerialApplyEventHandler<'a, O>", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 7}, {"id": "serial_run_service_serialapplyeventhandler_a_o_new", "label": ".new()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 13}, {"id": "serial_run_service_serialapplyeventhandler_a_o_on_apply_started", "label": ".on_apply_started()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_apply_started()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_serialapplyeventhandler_a_o_on_progress_updated", "label": ".on_progress_updated()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_progress_updated()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_serialapplyeventhandler_a_o_on_hook_started", "label": ".on_hook_started()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_started()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_serialapplyeventhandler_a_o_on_hook_completed", "label": ".on_hook_completed()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_completed()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_serialapplyeventhandler_a_o_on_hook_failed", "label": ".on_hook_failed()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_failed()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_serialapplyeventhandler_a_o_on_apply_output", "label": ".on_apply_output()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_apply_output()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 1}, {"id": "serial_run_service_create_test_change", "label": "create_test_change()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 3}, {"id": "serial_run_service_test_select_next_change_prioritizes_progress", "label": "test_select_next_change_prioritizes_progress()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_select_next_change_prioritizes_progress()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 4}, {"id": "serial_run_service_test_select_next_change_excludes_stalled", "label": "test_select_next_change_excludes_stalled()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_select_next_change_excludes_stalled()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 5}, {"id": "serial_run_service_test_select_next_change_prioritizes_complete_for_archive", "label": "test_select_next_change_prioritizes_complete_for_archive()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_select_next_change_prioritizes_complete_for_archive()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 4}, {"id": "serial_run_service_test_process_acceptance_result_archive_readiness_fail_blocks_archive_progression", "label": "test_process_acceptance_result_archive_readiness_fail_blocks_archive_progression()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_acceptance_result_archive_readiness_fail_blocks_archive_progression()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 4}, {"id": "serial_run_service_test_process_acceptance_result_archive_readiness_pass_allows_archive_progression", "label": "test_process_acceptance_result_archive_readiness_pass_allows_archive_progression()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_acceptance_result_archive_readiness_pass_allows_archive_progression()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 4}, {"id": "serial_run_service_test_process_acceptance_result_blocked_returns_fallback_error_variant", "label": "test_process_acceptance_result_blocked_returns_fallback_error_variant()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_acceptance_result_blocked_returns_fallback_error_variant()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 4}, {"id": "serial_run_service_test_mark_stalled_prevents_reselection", "label": "test_mark_stalled_prevents_reselection()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_mark_stalled_prevents_reselection()", "community": 23, "community_name": "Community 23", "source_file": "src/serial_run_service.rs", "file_type": "code", "degree": 5}, {"id": "src_openspec_rs", "label": "openspec.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "openspec.rs", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 37}, {"id": "openspec_proposalpriority", "label": "ProposalPriority", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalPriority", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 1}, {"id": "openspec_proposalmetadata", "label": "ProposalMetadata", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalMetadata", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 1}, {"id": "openspec_proposal_priority_label", "label": "proposal_priority_label()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_priority_label()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 1}, {"id": "openspec_warnings_to_strings", "label": "warnings_to_strings()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "warnings_to_strings()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 2}, {"id": "openspec_frontmatter_metadata_to_metadata", "label": "frontmatter_metadata_to_metadata()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "frontmatter_metadata_to_metadata()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 3}, {"id": "openspec_read_proposal_from_path", "label": "read_proposal_from_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "read_proposal_from_path()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 7}, {"id": "openspec_read_proposal", "label": "read_proposal()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "read_proposal()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 7}, {"id": "openspec_parse_proposal_metadata_from_file", "label": "parse_proposal_metadata_from_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_proposal_metadata_from_file()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 9}, {"id": "openspec_parse_proposal_metadata", "label": "parse_proposal_metadata()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_proposal_metadata()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 8}, {"id": "openspec_split_frontmatter", "label": "split_frontmatter()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "split_frontmatter()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 3}, {"id": "openspec_parse_frontmatter_metadata", "label": "parse_frontmatter_metadata()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_frontmatter_metadata()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 10}, {"id": "openspec_change", "label": "Change", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Change", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 3}, {"id": "openspec_change_progress_percent", "label": ".progress_percent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".progress_percent()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 1}, {"id": "openspec_change_is_complete", "label": ".is_complete()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_complete()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 1}, {"id": "openspec_proposalfrontmatterwarning", "label": "ProposalFrontmatterWarning", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalFrontmatterWarning", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 1}, {"id": "openspec_proposalfrontmattermetadata", "label": "ProposalFrontmatterMetadata", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalFrontmatterMetadata", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 2}, {"id": "openspec_proposalfrontmattermetadata_is_empty", "label": ".is_empty()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_empty()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 6}, {"id": "openspec_rawproposalfrontmatter", "label": "RawProposalFrontmatter", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RawProposalFrontmatter", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 1}, {"id": "openspec_proposalreadresult", "label": "ProposalReadResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalReadResult", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 2}, {"id": "openspec_proposalreadresult_dependencies_for_analysis", "label": ".dependencies_for_analysis()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".dependencies_for_analysis()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 1}, {"id": "openspec_parse_body_dependencies", "label": "parse_body_dependencies()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_body_dependencies()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 7}, {"id": "openspec_parse_dependencies", "label": "parse_dependencies()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_dependencies()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 4}, {"id": "openspec_extract_dependency_id", "label": "extract_dependency_id()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_dependency_id()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 3}, {"id": "openspec_list_changes_native", "label": "list_changes_native()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "list_changes_native()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 30}, {"id": "openspec_test_change_progress", "label": "test_change_progress()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_change_progress()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 3}, {"id": "openspec_test_change_is_complete", "label": "test_change_is_complete()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_change_is_complete()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 3}, {"id": "openspec_test_list_changes_native_returns_ok", "label": "test_list_changes_native_returns_ok()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_native_returns_ok()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 2}, {"id": "openspec_test_list_changes_native_excludes_archive", "label": "test_list_changes_native_excludes_archive()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_native_excludes_archive()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 2}, {"id": "openspec_test_list_changes_native_excludes_hidden", "label": "test_list_changes_native_excludes_hidden()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_native_excludes_hidden()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 2}, {"id": "openspec_test_list_changes_native_sorted_by_id", "label": "test_list_changes_native_sorted_by_id()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_native_sorted_by_id()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 3}, {"id": "openspec_test_list_changes_native_parses_task_counts", "label": "test_list_changes_native_parses_task_counts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_native_parses_task_counts()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 2}, {"id": "openspec_test_list_changes_native_integration", "label": "test_list_changes_native_integration()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_native_integration()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 2}, {"id": "openspec_test_list_changes_native_excludes_rejected_marker_changes", "label": "test_list_changes_native_excludes_rejected_marker_changes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_native_excludes_rejected_marker_changes()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 4}, {"id": "openspec_test_read_proposal_prefers_frontmatter_dependencies", "label": "test_read_proposal_prefers_frontmatter_dependencies()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_read_proposal_prefers_frontmatter_dependencies()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 4}, {"id": "openspec_test_read_proposal_falls_back_to_body_dependencies_without_frontmatter_field", "label": "test_read_proposal_falls_back_to_body_dependencies_without_frontmatter_field()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_read_proposal_falls_back_to_body_dependencies_without_frontmatter_field()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 4}, {"id": "openspec_test_read_proposal_warns_on_unknown_frontmatter_keys", "label": "test_read_proposal_warns_on_unknown_frontmatter_keys()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_read_proposal_warns_on_unknown_frontmatter_keys()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 4}, {"id": "openspec_test_list_changes_native_excludes_without_proposal", "label": "test_list_changes_native_excludes_without_proposal()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_native_excludes_without_proposal()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 4}, {"id": "openspec_test_parse_proposal_metadata_prefers_frontmatter_dependencies", "label": "test_parse_proposal_metadata_prefers_frontmatter_dependencies()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_proposal_metadata_prefers_frontmatter_dependencies()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 3}, {"id": "openspec_test_parse_proposal_metadata_falls_back_to_body_dependencies", "label": "test_parse_proposal_metadata_falls_back_to_body_dependencies()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_proposal_metadata_falls_back_to_body_dependencies()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 3}, {"id": "openspec_test_parse_proposal_metadata_warns_on_unknown_frontmatter_keys", "label": "test_parse_proposal_metadata_warns_on_unknown_frontmatter_keys()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_proposal_metadata_warns_on_unknown_frontmatter_keys()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 3}, {"id": "openspec_test_list_changes_native_suppresses_repetitive_logs", "label": "test_list_changes_native_suppresses_repetitive_logs()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_native_suppresses_repetitive_logs()", "community": 13, "community_name": "Community 13", "source_file": "src/openspec.rs", "file_type": "code", "degree": 7}, {"id": "src_events_rs", "label": "events.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "events.rs", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 34}, {"id": "events_loglevel", "label": "LogLevel", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LogLevel", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_logentry", "label": "LogEntry", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LogEntry", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 9}, {"id": "events_ansi_csi_regex", "label": "ansi_csi_regex()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ansi_csi_regex()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 3}, {"id": "events_ansi_fragment_regex", "label": "ansi_fragment_regex()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ansi_fragment_regex()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 3}, {"id": "events_sanitize_log_message", "label": "sanitize_log_message()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "sanitize_log_message()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 7}, {"id": "events_logentry_info", "label": ".info()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".info()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 71}, {"id": "events_logentry_success", "label": ".success()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".success()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 3}, {"id": "events_logentry_warn", "label": ".warn()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".warn()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 21}, {"id": "events_logentry_error", "label": ".error()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".error()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 3}, {"id": "events_logentry_with_change_id", "label": ".with_change_id()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_change_id()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 20}, {"id": "events_logentry_with_operation", "label": ".with_operation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_operation()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 23}, {"id": "events_logentry_with_iteration", "label": ".with_iteration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_iteration()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 16}, {"id": "events_logentry_with_workspace_path", "label": ".with_workspace_path()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_workspace_path()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_rejectionoutcome", "label": "RejectionOutcome", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RejectionOutcome", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_executionevent", "label": "ExecutionEvent", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ExecutionEvent", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_eventsink", "label": "EventSink", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EventSink", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_noopeventsink", "label": "NoopEventSink", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "NoopEventSink", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 3}, {"id": "events_noopeventsink_on_event", "label": ".on_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_event()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_noopeventsink_on_state_changed", "label": ".on_state_changed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_state_changed()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_send_event", "label": "send_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "send_event()", "community": 14, "community_name": "Community 14", "source_file": "src/events.rs", "file_type": "code", "degree": 16}, {"id": "events_dispatch_event", "label": "dispatch_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "dispatch_event()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 5}, {"id": "events_cli_event_sinks", "label": "cli_event_sinks()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cli_event_sinks()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 2}, {"id": "events_mockeventsink", "label": "MockEventSink", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "MockEventSink", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 5}, {"id": "events_mockeventsink_new", "label": ".new()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 5}, {"id": "events_mockeventsink_events", "label": ".events()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".events()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 2}, {"id": "events_mockeventsink_on_event", "label": ".on_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_event()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 3}, {"id": "events_mockeventsink_on_state_changed", "label": ".on_state_changed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_state_changed()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 2}, {"id": "events_test_execution_event_debug", "label": "test_execution_event_debug()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execution_event_debug()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_test_dispatch_event_notifies_mock_sink", "label": "test_dispatch_event_notifies_mock_sink()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dispatch_event_notifies_mock_sink()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 4}, {"id": "events_test_log_entry_info", "label": "test_log_entry_info()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_entry_info()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 2}, {"id": "events_test_log_entry_strips_ansi_sequences", "label": "test_log_entry_strips_ansi_sequences()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_entry_strips_ansi_sequences()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 2}, {"id": "events_test_log_entry_strips_sgr_fragments", "label": "test_log_entry_strips_sgr_fragments()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_entry_strips_sgr_fragments()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 2}, {"id": "events_test_log_entry_with_change_id", "label": "test_log_entry_with_change_id()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_entry_with_change_id()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 3}, {"id": "events_test_hook_started_event", "label": "test_hook_started_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_started_event()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_test_hook_completed_event", "label": "test_hook_completed_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_completed_event()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_test_hook_failed_event", "label": "test_hook_failed_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_failed_event()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_test_progress_updated_event", "label": "test_progress_updated_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_updated_event()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_test_log_entry_with_operation", "label": "test_log_entry_with_operation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_entry_with_operation()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 3}, {"id": "events_test_log_entry_with_iteration", "label": "test_log_entry_with_iteration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_entry_with_iteration()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 3}, {"id": "events_test_log_entry_with_operation_and_iteration", "label": "test_log_entry_with_operation_and_iteration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_entry_with_operation_and_iteration()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 5}, {"id": "events_test_log_entry_info_level", "label": "test_log_entry_info_level()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_entry_info_level()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 2}, {"id": "events_test_log_entry_success_level", "label": "test_log_entry_success_level()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_entry_success_level()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 2}, {"id": "events_test_log_entry_warn_level", "label": "test_log_entry_warn_level()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_entry_warn_level()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 2}, {"id": "events_test_log_entry_error_level", "label": "test_log_entry_error_level()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_entry_error_level()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 2}, {"id": "events_test_log_level_equality", "label": "test_log_level_equality()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_level_equality()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_test_acceptance_started_event_with_command", "label": "test_acceptance_started_event_with_command()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_started_event_with_command()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_test_archive_started_event_with_command", "label": "test_archive_started_event_with_command()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_started_event_with_command()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "events_test_resolve_started_event_with_command", "label": "test_resolve_started_event_with_command()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_started_event_with_command()", "community": 4, "community_name": "Community 4", "source_file": "src/events.rs", "file_type": "code", "degree": 1}, {"id": "src_analyzer_rs", "label": "analyzer.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "analyzer.rs", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 24}, {"id": "analyzer_parallelgroup", "label": "ParallelGroup", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ParallelGroup", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 1}, {"id": "analyzer_analysisresult", "label": "AnalysisResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AnalysisResult", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 1}, {"id": "analyzer_parallelizationanalyzer", "label": "ParallelizationAnalyzer", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ParallelizationAnalyzer", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 23}, {"id": "analyzer_analyzepromptmetadata", "label": "AnalyzePromptMetadata", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AnalyzePromptMetadata", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 2}, {"id": "analyzer_analyzepromptmetadata_from_frontmatter", "label": ".from_frontmatter()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".from_frontmatter()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 2}, {"id": "analyzer_parallelizationanalyzer_new", "label": ".new()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 20}, {"id": "analyzer_parallelizationanalyzer_analyze", "label": ".analyze()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 2}, {"id": "analyzer_parallelizationanalyzer_analyze_with_inflight", "label": ".analyze_with_inflight()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_with_inflight()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_parallelizationanalyzer_analyze_with_callback", "label": ".analyze_with_callback()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_with_callback()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 11}, {"id": "analyzer_parallelizationanalyzer_execute_analysis_command", "label": ".execute_analysis_command()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_analysis_command()", "community": 16, "community_name": "Community 16", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 9}, {"id": "analyzer_parallelizationanalyzer_parse_and_validate_output", "label": ".parse_and_validate_output()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_and_validate_output()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 7}, {"id": "analyzer_parallelizationanalyzer_analyze_groups", "label": ".analyze_groups()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_groups()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_parallelizationanalyzer_analyze_groups_with_callback", "label": ".analyze_groups_with_callback()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_groups_with_callback()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 7}, {"id": "analyzer_parallelizationanalyzer_extract_stream_json_result", "label": ".extract_stream_json_result()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".extract_stream_json_result()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 5}, {"id": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "label": ".build_parallelization_prompt()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_parallelization_prompt()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 12}, {"id": "analyzer_parallelizationanalyzer_format_change_prompt_entry", "label": ".format_change_prompt_entry()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_change_prompt_entry()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 5}, {"id": "analyzer_parallelizationanalyzer_read_prompt_metadata", "label": ".read_prompt_metadata()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".read_prompt_metadata()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 5}, {"id": "analyzer_parallelizationanalyzer_parse_response", "label": ".parse_response()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_response()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 8}, {"id": "analyzer_parallelizationanalyzer_validate_json_schema", "label": ".validate_json_schema()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_json_schema()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 5}, {"id": "analyzer_parallelizationanalyzer_extract_json", "label": ".extract_json()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".extract_json()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 5}, {"id": "analyzer_parallelizationanalyzer_validate_change_ids", "label": ".validate_change_ids()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_change_ids()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 9}, {"id": "analyzer_parallelizationanalyzer_validate_dependency_graph", "label": ".validate_dependency_graph()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_dependency_graph()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 11}, {"id": "analyzer_parallelizationanalyzer_detect_cycles_from_dependencies", "label": ".detect_cycles_from_dependencies()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".detect_cycles_from_dependencies()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 6}, {"id": "analyzer_parallelizationanalyzer_has_cycle_in_dependencies", "label": ".has_cycle_in_dependencies()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".has_cycle_in_dependencies()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 5}, {"id": "analyzer_parallelizationanalyzer_order_to_groups", "label": ".order_to_groups()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".order_to_groups()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 7}, {"id": "analyzer_parallelizationanalyzer_has_dependency_between", "label": ".has_dependency_between()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".has_dependency_between()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 4}, {"id": "analyzer_parallelizationanalyzer_dependencies_satisfied", "label": ".dependencies_satisfied()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".dependencies_satisfied()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 5}, {"id": "analyzer_create_test_change", "label": "create_test_change()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_create_test_analyzer", "label": "create_test_analyzer()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_analyzer()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 28}, {"id": "analyzer_test_extract_json_pure", "label": "test_extract_json_pure()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_json_pure()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_test_extract_json_markdown", "label": "test_extract_json_markdown()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_json_markdown()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_test_validate_change_ids_missing", "label": "test_validate_change_ids_missing()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_change_ids_missing()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 4}, {"id": "analyzer_test_validate_change_ids_duplicate", "label": "test_validate_change_ids_duplicate()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_change_ids_duplicate()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 4}, {"id": "analyzer_test_validate_dependency_graph_valid", "label": "test_validate_dependency_graph_valid()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_dependency_graph_valid()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 4}, {"id": "analyzer_test_validate_dependency_graph_self_reference", "label": "test_validate_dependency_graph_self_reference()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_dependency_graph_self_reference()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 4}, {"id": "analyzer_test_validate_dependency_graph_cycle", "label": "test_validate_dependency_graph_cycle()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_dependency_graph_cycle()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 4}, {"id": "analyzer_test_build_prompt_includes_frontmatter_metadata_context", "label": "test_build_prompt_includes_frontmatter_metadata_context()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_prompt_includes_frontmatter_metadata_context()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 6}, {"id": "analyzer_test_build_prompt_with_selected_markers", "label": "test_build_prompt_with_selected_markers()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_prompt_with_selected_markers()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_test_build_prompt_all_selected", "label": "test_build_prompt_all_selected()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_prompt_all_selected()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_test_build_prompt_none_selected", "label": "test_build_prompt_none_selected()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_prompt_none_selected()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_test_prompt_clarifies_dependency_vs_order", "label": "test_prompt_clarifies_dependency_vs_order()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_prompt_clarifies_dependency_vs_order()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_test_validate_dependency_strict_criteria", "label": "test_validate_dependency_strict_criteria()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_dependency_strict_criteria()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_test_order_can_differ_from_dependency_graph", "label": "test_order_can_differ_from_dependency_graph()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_order_can_differ_from_dependency_graph()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_test_build_prompt_with_inflight_changes", "label": "test_build_prompt_with_inflight_changes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_prompt_with_inflight_changes()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "analyzer_test_validate_dependency_graph_with_inflight", "label": "test_validate_dependency_graph_with_inflight()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_dependency_graph_with_inflight()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 4}, {"id": "analyzer_test_validate_dependency_graph_invalid_inflight_ref", "label": "test_validate_dependency_graph_invalid_inflight_ref()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_dependency_graph_invalid_inflight_ref()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 4}, {"id": "analyzer_test_build_prompt_without_inflight_changes", "label": "test_build_prompt_without_inflight_changes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_prompt_without_inflight_changes()", "community": 18, "community_name": "Community 18", "source_file": "src/analyzer.rs", "file_type": "code", "degree": 3}, {"id": "src_acceptance_rs", "label": "acceptance.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance.rs", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 76}, {"id": "acceptance_acceptanceresult", "label": "AcceptanceResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AcceptanceResult", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 3}, {"id": "acceptance_parse_json_verdict", "label": "parse_json_verdict()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_json_verdict()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 7}, {"id": "acceptance_detect_verdict_in_line", "label": "detect_verdict_in_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_verdict_in_line()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 6}, {"id": "acceptance_canonical_verdict_kind", "label": "canonical_verdict_kind()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "canonical_verdict_kind()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 4}, {"id": "acceptance_parse_acceptance_output", "label": "parse_acceptance_output()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_acceptance_output()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 23}, {"id": "acceptance_strip_markdown_decorations", "label": "strip_markdown_decorations()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "strip_markdown_decorations()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_parse_findings", "label": "parse_findings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_findings()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 5}, {"id": "acceptance_test_parse_pass", "label": "test_parse_pass()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_pass_with_extra_output", "label": "test_parse_pass_with_extra_output()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_extra_output()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_fail_with_findings", "label": "test_parse_fail_with_findings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_fail_with_findings()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_parse_fail_with_no_findings", "label": "test_parse_fail_with_no_findings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_fail_with_no_findings()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_parse_fail_with_multiline_findings", "label": "test_parse_fail_with_multiline_findings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_fail_with_multiline_findings()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_parse_no_status", "label": "test_parse_no_status()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_no_status()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_no_marker_defaults_to_continue", "label": "test_parse_no_marker_defaults_to_continue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_no_marker_defaults_to_continue()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_findings_with_trailing_content", "label": "test_parse_findings_with_trailing_content()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_findings_with_trailing_content()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_parse_continue", "label": "test_parse_continue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_continue()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_continue_with_extra_output", "label": "test_parse_continue_with_extra_output()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_continue_with_extra_output()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_pass_with_bold_decoration", "label": "test_parse_pass_with_bold_decoration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_bold_decoration()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_pass_with_bold_decoration_and_extra_output", "label": "test_parse_pass_with_bold_decoration_and_extra_output()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_bold_decoration_and_extra_output()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_fail_with_bold_decoration", "label": "test_parse_fail_with_bold_decoration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_fail_with_bold_decoration()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_parse_continue_with_bold_decoration", "label": "test_parse_continue_with_bold_decoration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_continue_with_bold_decoration()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_pass_with_italic_decoration", "label": "test_parse_pass_with_italic_decoration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_italic_decoration()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_pass_with_mixed_decorations", "label": "test_parse_pass_with_mixed_decorations()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_mixed_decorations()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_strip_markdown_decorations", "label": "test_strip_markdown_decorations()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_strip_markdown_decorations()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_ignores_acceptance_in_code_blocks", "label": "test_parse_ignores_acceptance_in_code_blocks()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_ignores_acceptance_in_code_blocks()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_ignores_multiple_code_blocks", "label": "test_parse_ignores_multiple_code_blocks()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_ignores_multiple_code_blocks()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_code_block_with_language_specifier", "label": "test_parse_code_block_with_language_specifier()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_code_block_with_language_specifier()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_unclosed_code_block", "label": "test_parse_unclosed_code_block()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_unclosed_code_block()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_pass_with_trailing_text_is_not_canonical", "label": "test_parse_pass_with_trailing_text_is_not_canonical()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_trailing_text_is_not_canonical()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_pass_with_trailing_heading_is_not_canonical", "label": "test_parse_pass_with_trailing_heading_is_not_canonical()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_trailing_heading_is_not_canonical()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_pass_with_trailing_text_in_context_is_not_canonical", "label": "test_parse_pass_with_trailing_text_in_context_is_not_canonical()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_trailing_text_in_context_is_not_canonical()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_pass_with_trailing_text_falls_through_to_canonical_pass", "label": "test_parse_pass_with_trailing_text_falls_through_to_canonical_pass()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_trailing_text_falls_through_to_canonical_pass()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_fail_with_trailing_text_is_not_canonical", "label": "test_parse_fail_with_trailing_text_is_not_canonical()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_fail_with_trailing_text_is_not_canonical()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_continue_with_trailing_text_is_not_canonical", "label": "test_parse_continue_with_trailing_text_is_not_canonical()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_continue_with_trailing_text_is_not_canonical()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_blocked_with_trailing_text_is_not_canonical", "label": "test_parse_blocked_with_trailing_text_is_not_canonical()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_blocked_with_trailing_text_is_not_canonical()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_passed_word_boundary_is_not_canonical", "label": "test_parse_passed_word_boundary_is_not_canonical()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_passed_word_boundary_is_not_canonical()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_canonical_verdict_kind_strict_match", "label": "test_canonical_verdict_kind_strict_match()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_canonical_verdict_kind_strict_match()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_blocked", "label": "test_parse_blocked()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_blocked()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_blocked_with_extra_output", "label": "test_parse_blocked_with_extra_output()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_blocked_with_extra_output()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_blocked_with_bold_decoration", "label": "test_parse_blocked_with_bold_decoration()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_blocked_with_bold_decoration()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_fail_findings_excludes_preamble", "label": "test_parse_fail_findings_excludes_preamble()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_fail_findings_excludes_preamble()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_parse_fail_findings_from_findings_section_only", "label": "test_parse_fail_findings_from_findings_section_only()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_fail_findings_from_findings_section_only()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_parse_pass_with_heading_prefix", "label": "test_parse_pass_with_heading_prefix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_heading_prefix()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_pass_with_heading_h3_prefix", "label": "test_parse_pass_with_heading_h3_prefix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_heading_h3_prefix()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_fail_with_heading_prefix", "label": "test_parse_fail_with_heading_prefix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_fail_with_heading_prefix()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_parse_pass_with_blockquote_prefix", "label": "test_parse_pass_with_blockquote_prefix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_blockquote_prefix()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_fail_with_blockquote_prefix", "label": "test_parse_fail_with_blockquote_prefix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_fail_with_blockquote_prefix()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_parse_pass_with_bullet_prefix", "label": "test_parse_pass_with_bullet_prefix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_bullet_prefix()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_continue_with_heading_prefix", "label": "test_parse_continue_with_heading_prefix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_continue_with_heading_prefix()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_blocked_with_heading_prefix", "label": "test_parse_blocked_with_heading_prefix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_blocked_with_heading_prefix()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_pass_with_heading_and_bold", "label": "test_parse_pass_with_heading_and_bold()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_pass_with_heading_and_bold()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_strip_markdown_decorations_heading", "label": "test_strip_markdown_decorations_heading()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_strip_markdown_decorations_heading()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_strip_markdown_decorations_blockquote", "label": "test_strip_markdown_decorations_blockquote()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_strip_markdown_decorations_blockquote()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_strip_markdown_decorations_bullet", "label": "test_strip_markdown_decorations_bullet()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_strip_markdown_decorations_bullet()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_strip_markdown_decorations_heading_and_bold", "label": "test_strip_markdown_decorations_heading_and_bold()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_strip_markdown_decorations_heading_and_bold()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_fail_empty_findings_when_no_section", "label": "test_parse_fail_empty_findings_when_no_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_fail_empty_findings_when_no_section()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_marker_detection_consistency_with_parser", "label": "test_marker_detection_consistency_with_parser()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_marker_detection_consistency_with_parser()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_marker_detection_rejects_trailing_text_uniformly", "label": "test_marker_detection_rejects_trailing_text_uniformly()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_marker_detection_rejects_trailing_text_uniformly()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_code_fence_markers_rejected_by_both_parser_and_detection", "label": "test_code_fence_markers_rejected_by_both_parser_and_detection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_code_fence_markers_rejected_by_both_parser_and_detection()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_json_verdict_pass", "label": "test_parse_json_verdict_pass()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_json_verdict_pass()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_json_verdict_fail_with_findings", "label": "test_parse_json_verdict_fail_with_findings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_json_verdict_fail_with_findings()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_parse_json_verdict_continue_and_blocked", "label": "test_parse_json_verdict_continue_and_blocked()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_json_verdict_continue_and_blocked()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_json_verdict_case_insensitive_value", "label": "test_parse_json_verdict_case_insensitive_value()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_json_verdict_case_insensitive_value()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_json_verdict_rejects_non_object_and_unknown_kind", "label": "test_parse_json_verdict_rejects_non_object_and_unknown_kind()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_json_verdict_rejects_non_object_and_unknown_kind()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_acceptance_output_json_pass_single_line", "label": "test_parse_acceptance_output_json_pass_single_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_acceptance_output_json_pass_single_line()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_acceptance_output_json_fail_findings_preferred_over_text_section", "label": "test_parse_acceptance_output_json_fail_findings_preferred_over_text_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_acceptance_output_json_fail_findings_preferred_over_text_section()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_parse_acceptance_output_json_beats_text_fallback_regardless_of_order", "label": "test_parse_acceptance_output_json_beats_text_fallback_regardless_of_order()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_acceptance_output_json_beats_text_fallback_regardless_of_order()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_acceptance_output_text_fallback_when_no_json", "label": "test_parse_acceptance_output_text_fallback_when_no_json()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_acceptance_output_text_fallback_when_no_json()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_acceptance_output_json_inside_opencode_format_json_assistant_event", "label": "test_parse_acceptance_output_json_inside_opencode_format_json_assistant_event()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_acceptance_output_json_inside_opencode_format_json_assistant_event()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_parse_acceptance_output_json_inside_opencode_format_json_result_event", "label": "test_parse_acceptance_output_json_inside_opencode_format_json_result_event()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_acceptance_output_json_inside_opencode_format_json_result_event()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_detect_verdict_in_line_json_direct", "label": "test_detect_verdict_in_line_json_direct()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_verdict_in_line_json_direct()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_detect_verdict_in_line_json_inside_assistant_event", "label": "test_detect_verdict_in_line_json_inside_assistant_event()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_verdict_in_line_json_inside_assistant_event()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_detect_verdict_in_line_text_fallback", "label": "test_detect_verdict_in_line_text_fallback()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_verdict_in_line_text_fallback()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_detect_verdict_in_line_text_inside_assistant_event", "label": "test_detect_verdict_in_line_text_inside_assistant_event()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_verdict_in_line_text_inside_assistant_event()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_detect_verdict_in_line_unrelated_events_return_none", "label": "test_detect_verdict_in_line_unrelated_events_return_none()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_verdict_in_line_unrelated_events_return_none()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_regression_malformed_text_then_json_pass", "label": "test_regression_malformed_text_then_json_pass()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_regression_malformed_text_then_json_pass()", "community": 20, "community_name": "Community 20", "source_file": "src/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "src_spec_delta_rs", "label": "spec_delta.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "spec_delta.rs", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 25}, {"id": "spec_delta_deltatype", "label": "DeltaType", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DeltaType", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 1}, {"id": "spec_delta_requirementdelta", "label": "RequirementDelta", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RequirementDelta", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 1}, {"id": "spec_delta_conflict", "label": "Conflict", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Conflict", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 1}, {"id": "spec_delta_conflictreason", "label": "ConflictReason", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConflictReason", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 1}, {"id": "spec_delta_parse_change_deltas", "label": "parse_change_deltas()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_change_deltas()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 4}, {"id": "spec_delta_collect_deltas_recursive", "label": "collect_deltas_recursive()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "collect_deltas_recursive()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "spec_delta_parse_spec_file", "label": "parse_spec_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_spec_file()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 11}, {"id": "spec_delta_detect_conflicts", "label": "detect_conflicts()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_conflicts()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 9}, {"id": "spec_delta_check_conflict_pair", "label": "check_conflict_pair()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "check_conflict_pair()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 5}, {"id": "spec_delta_format_conflicts_human", "label": "format_conflicts_human()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "format_conflicts_human()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 6}, {"id": "spec_delta_format_conflicts_json", "label": "format_conflicts_json()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "format_conflicts_json()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "spec_delta_test_parse_spec_file_added_section", "label": "test_parse_spec_file_added_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_spec_file_added_section()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "spec_delta_test_parse_spec_file_modified_section", "label": "test_parse_spec_file_modified_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_spec_file_modified_section()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "spec_delta_test_parse_spec_file_removed_section", "label": "test_parse_spec_file_removed_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_spec_file_removed_section()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "spec_delta_test_parse_spec_file_renamed_section", "label": "test_parse_spec_file_renamed_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_spec_file_renamed_section()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "spec_delta_test_parse_spec_file_multiple_sections", "label": "test_parse_spec_file_multiple_sections()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_spec_file_multiple_sections()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "spec_delta_test_content_mismatch_conflict", "label": "test_content_mismatch_conflict()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_content_mismatch_conflict()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "spec_delta_test_remove_conflict", "label": "test_remove_conflict()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remove_conflict()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "spec_delta_test_no_conflict_same_content", "label": "test_no_conflict_same_content()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_conflict_same_content()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "spec_delta_test_detect_conflicts", "label": "test_detect_conflicts()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_conflicts()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 2}, {"id": "spec_delta_test_detect_rename_conflict", "label": "test_detect_rename_conflict()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_rename_conflict()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 2}, {"id": "spec_delta_test_no_conflict_different_requirements", "label": "test_no_conflict_different_requirements()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_conflict_different_requirements()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 2}, {"id": "spec_delta_test_no_conflict_both_removed", "label": "test_no_conflict_both_removed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_conflict_both_removed()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 2}, {"id": "spec_delta_test_format_conflicts_human", "label": "test_format_conflicts_human()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_format_conflicts_human()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "spec_delta_test_format_conflicts_json", "label": "test_format_conflicts_json()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_format_conflicts_json()", "community": 0, "community_name": "Community 0", "source_file": "src/spec_delta.rs", "file_type": "code", "degree": 3}, {"id": "src_error_rs", "label": "error.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "error.rs", "community": 0, "community_name": "Community 0", "source_file": "src/error.rs", "file_type": "code", "degree": 1}, {"id": "error_orchestratorerror", "label": "OrchestratorError", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "OrchestratorError", "community": 0, "community_name": "Community 0", "source_file": "src/error.rs", "file_type": "code", "degree": 4}, {"id": "error_orchestratorerror_git_command", "label": ".git_command()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".git_command()", "community": 0, "community_name": "Community 0", "source_file": "src/error.rs", "file_type": "code", "degree": 1}, {"id": "error_orchestratorerror_from_vcs_error", "label": ".from_vcs_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".from_vcs_error()", "community": 0, "community_name": "Community 0", "source_file": "src/error.rs", "file_type": "code", "degree": 3}, {"id": "error_orchestratorerror_from", "label": ".from()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".from()", "community": 0, "community_name": "Community 0", "source_file": "src/error.rs", "file_type": "code", "degree": 2}, {"id": "src_embedded_skills_rs", "label": "embedded_skills.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "embedded_skills.rs", "community": 32, "community_name": "Community 32", "source_file": "src/embedded_skills.rs", "file_type": "code", "degree": 10}, {"id": "embedded_skills_get_cflx_embedded_skills", "label": "get_cflx_embedded_skills()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_cflx_embedded_skills()", "community": 32, "community_name": "Community 32", "source_file": "src/embedded_skills.rs", "file_type": "code", "degree": 5}, {"id": "embedded_skills_test_embedded_skills_count", "label": "test_embedded_skills_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_embedded_skills_count()", "community": 32, "community_name": "Community 32", "source_file": "src/embedded_skills.rs", "file_type": "code", "degree": 2}, {"id": "embedded_skills_test_embedded_skills_names", "label": "test_embedded_skills_names()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_embedded_skills_names()", "community": 32, "community_name": "Community 32", "source_file": "src/embedded_skills.rs", "file_type": "code", "degree": 3}, {"id": "embedded_skills_test_embedded_skills_have_auxiliary_files", "label": "test_embedded_skills_have_auxiliary_files()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_embedded_skills_have_auxiliary_files()", "community": 32, "community_name": "Community 32", "source_file": "src/embedded_skills.rs", "file_type": "code", "degree": 2}, {"id": "embedded_skills_test_cflx_accept_skill_does_not_duplicate_fixed_procedure", "label": "test_cflx_accept_skill_does_not_duplicate_fixed_procedure()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cflx_accept_skill_does_not_duplicate_fixed_procedure()", "community": 32, "community_name": "Community 32", "source_file": "src/embedded_skills.rs", "file_type": "code", "degree": 1}, {"id": "embedded_skills_test_cflx_accept_skill_references_command_template", "label": "test_cflx_accept_skill_references_command_template()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cflx_accept_skill_references_command_template()", "community": 32, "community_name": "Community 32", "source_file": "src/embedded_skills.rs", "file_type": "code", "degree": 1}, {"id": "embedded_skills_test_rust_prompt_builder_does_not_contain_acceptance_checklist", "label": "test_rust_prompt_builder_does_not_contain_acceptance_checklist()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_rust_prompt_builder_does_not_contain_acceptance_checklist()", "community": 32, "community_name": "Community 32", "source_file": "src/embedded_skills.rs", "file_type": "code", "degree": 2}, {"id": "embedded_skills_test_acceptance_verdict_contract_consistency", "label": "test_acceptance_verdict_contract_consistency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_verdict_contract_consistency()", "community": 32, "community_name": "Community 32", "source_file": "src/embedded_skills.rs", "file_type": "code", "degree": 1}, {"id": "embedded_skills_test_cflx_workflow_verdict_format_prohibitions", "label": "test_cflx_workflow_verdict_format_prohibitions()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cflx_workflow_verdict_format_prohibitions()", "community": 32, "community_name": "Community 32", "source_file": "src/embedded_skills.rs", "file_type": "code", "degree": 1}, {"id": "embedded_skills_test_cflx_workflow_reference_documents_strict_canonical_contract", "label": "test_cflx_workflow_reference_documents_strict_canonical_contract()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cflx_workflow_reference_documents_strict_canonical_contract()", "community": 32, "community_name": "Community 32", "source_file": "src/embedded_skills.rs", "file_type": "code", "degree": 1}, {"id": "src_lib_rs", "label": "lib.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lib.rs", "community": 93, "community_name": "Community 93", "source_file": "src/lib.rs", "file_type": "code", "degree": 0}, {"id": "src_permission_rs", "label": "permission.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "permission.rs", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 12}, {"id": "permission_permission_reject_pattern", "label": "permission_reject_pattern()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "permission_reject_pattern()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 3}, {"id": "permission_permissionreject", "label": "PermissionReject", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PermissionReject", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 3}, {"id": "permission_permissionreject_new", "label": ".new()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 4}, {"id": "permission_permissionreject_format_error_message", "label": ".format_error_message()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_error_message()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 2}, {"id": "permission_detect_permission_reject", "label": "detect_permission_reject()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_permission_reject()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 14}, {"id": "permission_test_detect_permission_reject_basic", "label": "test_detect_permission_reject_basic()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_permission_reject_basic()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 2}, {"id": "permission_test_detect_permission_reject_stderr", "label": "test_detect_permission_reject_stderr()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_permission_reject_stderr()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 2}, {"id": "permission_test_detect_permission_reject_combined", "label": "test_detect_permission_reject_combined()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_permission_reject_combined()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 2}, {"id": "permission_test_detect_permission_reject_case_insensitive", "label": "test_detect_permission_reject_case_insensitive()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_permission_reject_case_insensitive()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 2}, {"id": "permission_test_detect_permission_reject_no_match", "label": "test_detect_permission_reject_no_match()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_permission_reject_no_match()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 2}, {"id": "permission_test_detect_permission_reject_partial_match", "label": "test_detect_permission_reject_partial_match()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_permission_reject_partial_match()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 2}, {"id": "permission_test_format_error_message", "label": "test_format_error_message()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_format_error_message()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 3}, {"id": "permission_test_detect_permission_reject_multiline", "label": "test_detect_permission_reject_multiline()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_permission_reject_multiline()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 2}, {"id": "permission_test_detect_permission_reject_empty_input", "label": "test_detect_permission_reject_empty_input()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_permission_reject_empty_input()", "community": 19, "community_name": "Community 19", "source_file": "src/permission.rs", "file_type": "code", "degree": 2}, {"id": "src_shell_command_rs", "label": "shell_command.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "shell_command.rs", "community": 15, "community_name": "Community 15", "source_file": "src/shell_command.rs", "file_type": "code", "degree": 4}, {"id": "shell_command_build_login_shell_command", "label": "build_login_shell_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "build_login_shell_command()", "community": 15, "community_name": "Community 15", "source_file": "src/shell_command.rs", "file_type": "code", "degree": 8}, {"id": "shell_command_test_build_login_shell_command_runs_echo", "label": "test_build_login_shell_command_runs_echo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_login_shell_command_runs_echo()", "community": 15, "community_name": "Community 15", "source_file": "src/shell_command.rs", "file_type": "code", "degree": 2}, {"id": "shell_command_test_build_login_shell_command_inherits_env", "label": "test_build_login_shell_command_inherits_env()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_login_shell_command_inherits_env()", "community": 15, "community_name": "Community 15", "source_file": "src/shell_command.rs", "file_type": "code", "degree": 2}, {"id": "shell_command_test_build_login_shell_command_uses_login_shell", "label": "test_build_login_shell_command_uses_login_shell()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_login_shell_command_uses_login_shell()", "community": 15, "community_name": "Community 15", "source_file": "src/shell_command.rs", "file_type": "code", "degree": 2}, {"id": "src_ai_command_runner_rs", "label": "ai_command_runner.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ai_command_runner.rs", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 12}, {"id": "ai_command_runner_outputline", "label": "OutputLine", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputLine", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 1}, {"id": "ai_command_runner_aicommandrunner", "label": "AiCommandRunner", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AiCommandRunner", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 7}, {"id": "ai_command_runner_aicommandrunner_new", "label": ".new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 13}, {"id": "ai_command_runner_aicommandrunner_set_stream_json_textify", "label": ".set_stream_json_textify()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_stream_json_textify()", "community": 9, "community_name": "Community 9", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 10}, {"id": "ai_command_runner_aicommandrunner_set_strict_process_cleanup", "label": ".set_strict_process_cleanup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_strict_process_cleanup()", "community": 9, "community_name": "Community 9", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 10}, {"id": "ai_command_runner_aicommandrunner_queue_config", "label": ".queue_config()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".queue_config()", "community": 19, "community_name": "Community 19", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 2}, {"id": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "label": ".execute_streaming_with_retry()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_streaming_with_retry()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 42}, {"id": "ai_command_runner_aicommandrunner_execute_streaming", "label": ".execute_streaming()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_streaming()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 6}, {"id": "ai_command_runner_make_fail_status", "label": "make_fail_status()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "make_fail_status()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 1}, {"id": "ai_command_runner_test_shared_stagger_state", "label": "test_shared_stagger_state()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_shared_stagger_state()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 4}, {"id": "ai_command_runner_test_streaming_with_retry_real_pid", "label": "test_streaming_with_retry_real_pid()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_streaming_with_retry_real_pid()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 5}, {"id": "ai_command_runner_test_streaming_retry_no_leaked_processes", "label": "test_streaming_retry_no_leaked_processes()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_streaming_retry_no_leaked_processes()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 7}, {"id": "ai_command_runner_test_streaming_with_retry_terminates_pipeline", "label": "test_streaming_with_retry_terminates_pipeline()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_streaming_with_retry_terminates_pipeline()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 5}, {"id": "ai_command_runner_test_inactivity_timeout_streaming_pipeline", "label": "test_inactivity_timeout_streaming_pipeline()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_inactivity_timeout_streaming_pipeline()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 6}, {"id": "ai_command_runner_test_inactivity_timeout_retry", "label": "test_inactivity_timeout_retry()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_inactivity_timeout_retry()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 6}, {"id": "ai_command_runner_test_post_completion_cleanup_on_success", "label": "test_post_completion_cleanup_on_success()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_post_completion_cleanup_on_success()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 5}, {"id": "ai_command_runner_test_post_completion_cleanup_on_failure", "label": "test_post_completion_cleanup_on_failure()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_post_completion_cleanup_on_failure()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 5}, {"id": "ai_command_runner_test_post_completion_cleanup_on_cancellation", "label": "test_post_completion_cleanup_on_cancellation()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_post_completion_cleanup_on_cancellation()", "community": 16, "community_name": "Community 16", "source_file": "src/ai_command_runner.rs", "file_type": "code", "degree": 5}, {"id": "src_test_support_rs", "label": "test_support.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_support.rs", "community": 13, "community_name": "Community 13", "source_file": "src/test_support.rs", "file_type": "code", "degree": 1}, {"id": "test_support_cwd_lock", "label": "cwd_lock()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cwd_lock()", "community": 13, "community_name": "Community 13", "source_file": "src/test_support.rs", "file_type": "code", "degree": 21}, {"id": "src_hooks_rs", "label": "hooks.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "hooks.rs", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 78}, {"id": "hooks_hooktype", "label": "HookType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HookType", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_hooktype_config_key", "label": ".config_key()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".config_key()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_hooktype_fmt", "label": ".fmt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".fmt()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_hookconfig", "label": "HookConfig", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HookConfig", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_default_continue_on_failure", "label": "default_continue_on_failure()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_continue_on_failure()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_default_timeout", "label": "default_timeout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_timeout()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_default_retry_delay_secs", "label": "default_retry_delay_secs()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_retry_delay_secs()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_default_index_lock_wait_secs", "label": "default_index_lock_wait_secs()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_index_lock_wait_secs()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_hookconfig_from_command", "label": ".from_command()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".from_command()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_hookconfigvalue", "label": "HookConfigValue", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HookConfigValue", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_hookconfigvalue_deserialize", "label": ".deserialize()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".deserialize()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_hookconfigvalue_into_hook_config", "label": ".into_hook_config()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".into_hook_config()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_hooksconfig", "label": "HooksConfig", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HooksConfig", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_hooksconfig_merge", "label": ".merge()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".merge()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_hooksconfig_get", "label": ".get()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".get()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 16}, {"id": "hooks_hooksconfig_has_any_hooks", "label": ".has_any_hooks()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".has_any_hooks()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_hookcontext", "label": "HookContext", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "HookContext", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 9}, {"id": "hooks_hookcontext_new", "label": ".new()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 3, "community_name": "Community 3", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_hookcontext_with_change", "label": ".with_change()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_change()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 40}, {"id": "hooks_hookcontext_with_apply_count", "label": ".with_apply_count()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_apply_count()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 24}, {"id": "hooks_hookcontext_with_status", "label": ".with_status()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_status()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_hookcontext_with_error", "label": ".with_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_error()", "community": 10, "community_name": "Community 10", "source_file": "src/hooks.rs", "file_type": "code", "degree": 9}, {"id": "hooks_hookcontext_with_parallel_context", "label": ".with_parallel_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_parallel_context()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 12}, {"id": "hooks_hookcontext_to_env_vars", "label": ".to_env_vars()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_env_vars()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 10}, {"id": "hooks_hookcontext_expand_placeholders", "label": ".expand_placeholders()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".expand_placeholders()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 9}, {"id": "hooks_truncate_hook_output", "label": "truncate_hook_output()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "truncate_hook_output()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 7}, {"id": "hooks_hookrunner", "label": "HookRunner", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "HookRunner", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 12}, {"id": "hooks_hookrunner_fmt", "label": ".fmt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".fmt()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_hookrunner_new", "label": ".new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_hookrunner_with_output_handler", "label": ".with_output_handler()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_output_handler()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 8}, {"id": "hooks_hookrunner_with_event_tx", "label": ".with_event_tx()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_event_tx()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_hookrunner_empty", "label": ".empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".empty()", "community": 0, "community_name": "Community 0", "source_file": "src/hooks.rs", "file_type": "code", "degree": 56}, {"id": "hooks_hookrunner_has_hook", "label": ".has_hook()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".has_hook()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_hookrunner_wait_for_index_lock_release", "label": ".wait_for_index_lock_release()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".wait_for_index_lock_release()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_hookrunner_emit_hook_output", "label": ".emit_hook_output()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".emit_hook_output()", "community": 10, "community_name": "Community 10", "source_file": "src/hooks.rs", "file_type": "code", "degree": 9}, {"id": "hooks_hookrunner_run_hook", "label": ".run_hook()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_hook()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 51}, {"id": "hooks_hookrunner_execute_hook", "label": ".execute_hook()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_hook()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 7}, {"id": "hooks_hookrunner_config", "label": ".config()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".config()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_test_hook_type_display", "label": "test_hook_type_display()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_type_display()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_test_hook_config_from_command", "label": "test_hook_config_from_command()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_config_from_command()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_test_hook_context_expand_placeholders", "label": "test_hook_context_expand_placeholders()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_context_expand_placeholders()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 6}, {"id": "hooks_test_hook_context_to_env_vars", "label": "test_hook_context_to_env_vars()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_context_to_env_vars()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hooks_config_deserialize_simple_string", "label": "test_hooks_config_deserialize_simple_string()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_deserialize_simple_string()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_hooks_config_deserialize_full_object", "label": "test_hooks_config_deserialize_full_object()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_deserialize_full_object()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_hooks_config_deserialize_git_commit_no_verify", "label": "test_hooks_config_deserialize_git_commit_no_verify()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_deserialize_git_commit_no_verify()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_hooks_config_deserialize_mixed", "label": "test_hooks_config_deserialize_mixed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_deserialize_mixed()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_hooks_config_has_any_hooks", "label": "test_hooks_config_has_any_hooks()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_has_any_hooks()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_hook_runner_has_hook", "label": "test_hook_runner_has_hook()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_runner_has_hook()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_hook_runner_run_hook_not_configured", "label": "test_hook_runner_run_hook_not_configured()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_runner_run_hook_not_configured()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_test_hook_runner_run_hook_success", "label": "test_hook_runner_run_hook_success()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_runner_run_hook_success()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_runner_run_hook_failure_with_continue", "label": "test_hook_runner_run_hook_failure_with_continue()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_runner_run_hook_failure_with_continue()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_runner_run_hook_failure_without_continue", "label": "test_hook_runner_run_hook_failure_without_continue()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_runner_run_hook_failure_without_continue()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_runner_timeout", "label": "test_hook_runner_timeout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_runner_timeout()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_runner_with_env_vars", "label": "test_hook_runner_with_env_vars()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_runner_with_env_vars()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_runner_exposes_git_commit_no_verify_true", "label": "test_hook_runner_exposes_git_commit_no_verify_true()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_runner_exposes_git_commit_no_verify_true()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_runner_exposes_git_commit_no_verify_false_by_default", "label": "test_hook_runner_exposes_git_commit_no_verify_false_by_default()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_runner_exposes_git_commit_no_verify_false_by_default()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hooks_config_on_queue_add", "label": "test_hooks_config_on_queue_add()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_on_queue_add()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_on_queue_add_hook_execution", "label": "test_on_queue_add_hook_execution()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_queue_add_hook_execution()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hooks_config_on_queue_remove", "label": "test_hooks_config_on_queue_remove()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_on_queue_remove()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_on_queue_remove_hook_execution", "label": "test_on_queue_remove_hook_execution()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_queue_remove_hook_execution()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hooks_config_on_change_start", "label": "test_hooks_config_on_change_start()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_on_change_start()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_on_change_start_hook_receives_change_id", "label": "test_on_change_start_hook_receives_change_id()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_change_start_hook_receives_change_id()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 6}, {"id": "hooks_test_on_change_start_placeholder_expansion", "label": "test_on_change_start_placeholder_expansion()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_change_start_placeholder_expansion()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_test_hooks_config_on_change_end", "label": "test_hooks_config_on_change_end()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_on_change_end()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_on_change_end_hook_execution", "label": "test_on_change_end_hook_execution()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_change_end_hook_execution()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_on_change_end_tracks_progress", "label": "test_on_change_end_tracks_progress()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_change_end_tracks_progress()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_test_hook_types_config_key_order", "label": "test_hook_types_config_key_order()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_types_config_key_order()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 1}, {"id": "hooks_test_hook_runner_is_reusable_for_tui_and_cli", "label": "test_hook_runner_is_reusable_for_tui_and_cli()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_runner_is_reusable_for_tui_and_cli()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_test_apply_count_increments", "label": "test_apply_count_increments()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_count_increments()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_test_on_finish_with_status_placeholder", "label": "test_on_finish_with_status_placeholder()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_finish_with_status_placeholder()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_test_on_finish_with_iteration_limit_status", "label": "test_on_finish_with_iteration_limit_status()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_finish_with_iteration_limit_status()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_test_on_error_with_error_placeholder", "label": "test_on_error_with_error_placeholder()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_error_with_error_placeholder()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_on_error_env_vars", "label": "test_on_error_env_vars()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_error_env_vars()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_on_start_has_no_change_id", "label": "test_on_start_has_no_change_id()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_start_has_no_change_id()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_all_hook_types_can_be_configured", "label": "test_all_hook_types_can_be_configured()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_all_hook_types_can_be_configured()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_hook_context_with_parallel_context", "label": "test_hook_context_with_parallel_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_context_with_parallel_context()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_test_hook_context_parallel_env_vars", "label": "test_hook_context_parallel_env_vars()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_context_parallel_env_vars()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_context_parallel_env_vars_without_group_index", "label": "test_hook_context_parallel_env_vars_without_group_index()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_context_parallel_env_vars_without_group_index()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_context_no_parallel_context", "label": "test_hook_context_no_parallel_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_context_no_parallel_context()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_test_hook_output_captured_and_logged", "label": "test_hook_output_captured_and_logged()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_output_captured_and_logged()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 8}, {"id": "hooks_test_hook_without_event_tx_still_works", "label": "test_hook_without_event_tx_still_works()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_without_event_tx_still_works()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_recordingoutputhandler", "label": "RecordingOutputHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RecordingOutputHandler", "community": 10, "community_name": "Community 10", "source_file": "src/hooks.rs", "file_type": "code", "degree": 11}, {"id": "hooks_recordingoutputhandler_new", "label": ".new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 47}, {"id": "hooks_recordingoutputhandler_all", "label": ".all()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".all()", "community": 18, "community_name": "Community 18", "source_file": "src/hooks.rs", "file_type": "code", "degree": 6}, {"id": "hooks_recordingoutputhandler_content", "label": ".content()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".content()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 9}, {"id": "hooks_recordingoutputhandler_on_stdout", "label": ".on_stdout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stdout()", "community": 10, "community_name": "Community 10", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_recordingoutputhandler_on_stderr", "label": ".on_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_recordingoutputhandler_on_agent_stderr", "label": ".on_agent_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_agent_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_recordingoutputhandler_on_info", "label": ".on_info()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_info()", "community": 10, "community_name": "Community 10", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_recordingoutputhandler_on_warn", "label": ".on_warn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_warn()", "community": 10, "community_name": "Community 10", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_recordingoutputhandler_on_error", "label": ".on_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_error()", "community": 10, "community_name": "Community 10", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_recordingoutputhandler_on_success", "label": ".on_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_success()", "community": 10, "community_name": "Community 10", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_test_cli_hook_stdout_visible_via_output_handler", "label": "test_cli_hook_stdout_visible_via_output_handler()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cli_hook_stdout_visible_via_output_handler()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 7}, {"id": "hooks_test_cli_hook_stderr_visible_via_output_handler", "label": "test_cli_hook_stderr_visible_via_output_handler()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cli_hook_stderr_visible_via_output_handler()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 7}, {"id": "hooks_test_cli_hook_output_visible_even_on_failure", "label": "test_cli_hook_output_visible_even_on_failure()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cli_hook_output_visible_even_on_failure()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 7}, {"id": "hooks_test_cli_hook_global_hooks_no_change_id", "label": "test_cli_hook_global_hooks_no_change_id()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cli_hook_global_hooks_no_change_id()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 7}, {"id": "hooks_test_cli_hook_truncated_output_marked_explicitly", "label": "test_cli_hook_truncated_output_marked_explicitly()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cli_hook_truncated_output_marked_explicitly()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 8}, {"id": "hooks_test_truncate_hook_output_below_limit", "label": "test_truncate_hook_output_below_limit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_truncate_hook_output_below_limit()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_test_truncate_hook_output_at_limit", "label": "test_truncate_hook_output_at_limit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_truncate_hook_output_at_limit()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_test_truncate_hook_output_above_limit", "label": "test_truncate_hook_output_above_limit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_truncate_hook_output_above_limit()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_test_truncate_hook_output_multibyte_boundary", "label": "test_truncate_hook_output_multibyte_boundary()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_truncate_hook_output_multibyte_boundary()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_test_hook_config_deserialize_with_max_retries", "label": "test_hook_config_deserialize_with_max_retries()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_config_deserialize_with_max_retries()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_hook_config_default_retry_values", "label": "test_hook_config_default_retry_values()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_config_default_retry_values()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_hook_config_simple_string_has_default_retry_values", "label": "test_hook_config_simple_string_has_default_retry_values()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_config_simple_string_has_default_retry_values()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_hooks_config_backward_compat_no_new_fields", "label": "test_hooks_config_backward_compat_no_new_fields()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_backward_compat_no_new_fields()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_hooks_config_index_lock_wait_secs", "label": "test_hooks_config_index_lock_wait_secs()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_index_lock_wait_secs()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_test_hooks_config_index_lock_wait_secs_default", "label": "test_hooks_config_index_lock_wait_secs_default()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_index_lock_wait_secs_default()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_test_hook_retry_success_after_failure", "label": "test_hook_retry_success_after_failure()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_retry_success_after_failure()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_retry_all_fail_continue_on_failure", "label": "test_hook_retry_all_fail_continue_on_failure()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_retry_all_fail_continue_on_failure()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_retry_all_fail_no_continue", "label": "test_hook_retry_all_fail_no_continue()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_retry_all_fail_no_continue()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_no_retry_by_default", "label": "test_hook_no_retry_by_default()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_no_retry_by_default()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_hook_runner_cwd_is_repo_root", "label": "test_hook_runner_cwd_is_repo_root()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hook_runner_cwd_is_repo_root()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_index_lock_wait_no_lock_file", "label": "test_index_lock_wait_no_lock_file()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_index_lock_wait_no_lock_file()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_test_index_lock_wait_lock_released", "label": "test_index_lock_wait_lock_released()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_index_lock_wait_lock_released()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_test_index_lock_wait_timeout", "label": "test_index_lock_wait_timeout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_index_lock_wait_timeout()", "community": 6, "community_name": "Community 6", "source_file": "src/hooks.rs", "file_type": "code", "degree": 4}, {"id": "src_error_history_rs", "label": "error_history.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "error_history.rs", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 12}, {"id": "error_history_circuitbreakerconfig", "label": "CircuitBreakerConfig", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CircuitBreakerConfig", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 2}, {"id": "error_history_circuitbreakerconfig_default", "label": ".default()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 3}, {"id": "error_history_errorhistory", "label": "ErrorHistory", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorHistory", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 5}, {"id": "error_history_errorhistory_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 7}, {"id": "error_history_errorhistory_record_error", "label": ".record_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".record_error()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 9}, {"id": "error_history_errorhistory_detect_same_error", "label": ".detect_same_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".detect_same_error()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 4}, {"id": "error_history_errorhistory_last_error", "label": ".last_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".last_error()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 3}, {"id": "error_history_normalize_error_message", "label": "normalize_error_message()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "normalize_error_message()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 7}, {"id": "error_history_test_normalize_removes_paths", "label": "test_normalize_removes_paths()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_normalize_removes_paths()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 2}, {"id": "error_history_test_normalize_removes_line_numbers", "label": "test_normalize_removes_line_numbers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_normalize_removes_line_numbers()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 2}, {"id": "error_history_test_normalize_removes_json_fields", "label": "test_normalize_removes_json_fields()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_normalize_removes_json_fields()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 2}, {"id": "error_history_test_normalize_handles_complex_json", "label": "test_normalize_handles_complex_json()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_normalize_handles_complex_json()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 2}, {"id": "error_history_test_detect_same_error_with_threshold", "label": "test_detect_same_error_with_threshold()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_same_error_with_threshold()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 3}, {"id": "error_history_test_detect_same_error_different_errors", "label": "test_detect_same_error_different_errors()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_same_error_different_errors()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 3}, {"id": "error_history_test_circuit_breaker_disabled", "label": "test_circuit_breaker_disabled()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_circuit_breaker_disabled()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 3}, {"id": "error_history_test_clear_history", "label": "test_clear_history()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_clear_history()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 5}, {"id": "error_history_test_last_error", "label": "test_last_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_last_error()", "community": 30, "community_name": "Community 30", "source_file": "src/error_history.rs", "file_type": "code", "degree": 5}, {"id": "src_history_rs", "label": "history.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "history.rs", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 42}, {"id": "history_outputcollector", "label": "OutputCollector", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputCollector", "community": 10, "community_name": "Community 10", "source_file": "src/history.rs", "file_type": "code", "degree": 8}, {"id": "history_outputcollector_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 10, "community_name": "Community 10", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_outputcollector_with_max_lines", "label": ".with_max_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_max_lines()", "community": 10, "community_name": "Community 10", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_outputcollector_add_stdout", "label": ".add_stdout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_stdout()", "community": 10, "community_name": "Community 10", "source_file": "src/history.rs", "file_type": "code", "degree": 14}, {"id": "history_outputcollector_add_stderr", "label": ".add_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/history.rs", "file_type": "code", "degree": 13}, {"id": "history_outputcollector_stdout_tail", "label": ".stdout_tail()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".stdout_tail()", "community": 10, "community_name": "Community 10", "source_file": "src/history.rs", "file_type": "code", "degree": 13}, {"id": "history_outputcollector_stderr_tail", "label": ".stderr_tail()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".stderr_tail()", "community": 10, "community_name": "Community 10", "source_file": "src/history.rs", "file_type": "code", "degree": 12}, {"id": "history_outputcollector_default", "label": ".default()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_applyattempt", "label": "ApplyAttempt", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ApplyAttempt", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 1}, {"id": "history_applyhistory", "label": "ApplyHistory", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ApplyHistory", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 9}, {"id": "history_applyhistory_new", "label": ".new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_applyhistory_record", "label": ".record()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".record()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_applyhistory_get", "label": ".get()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_applyhistory_last", "label": ".last()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".last()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 13}, {"id": "history_applyhistory_count", "label": ".count()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".count()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 3}, {"id": "history_applyhistory_clear", "label": ".clear()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_applyhistory_format_context", "label": ".format_context()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_context()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_applyhistory_default", "label": ".default()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_archiveattempt", "label": "ArchiveAttempt", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ArchiveAttempt", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 1}, {"id": "history_archivehistory", "label": "ArchiveHistory", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ArchiveHistory", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 8}, {"id": "history_archivehistory_new", "label": ".new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_archivehistory_record", "label": ".record()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".record()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_archivehistory_get", "label": ".get()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_archivehistory_count", "label": ".count()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".count()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 3}, {"id": "history_archivehistory_clear", "label": ".clear()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_archivehistory_format_context", "label": ".format_context()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_context()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_archivehistory_default", "label": ".default()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_acceptanceattempt", "label": "AcceptanceAttempt", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AcceptanceAttempt", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 1}, {"id": "history_acceptancehistory", "label": "AcceptanceHistory", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "AcceptanceHistory", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 14}, {"id": "history_acceptancehistory_new", "label": ".new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_acceptancehistory_record", "label": ".record()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".record()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_acceptancehistory_get", "label": ".get()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 20}, {"id": "history_acceptancehistory_count", "label": ".count()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".count()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 23}, {"id": "history_acceptancehistory_clear", "label": ".clear()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 22}, {"id": "history_acceptancehistory_count_consecutive_continues", "label": ".count_consecutive_continues()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".count_consecutive_continues()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 5}, {"id": "history_acceptancehistory_last_commit_hash", "label": ".last_commit_hash()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".last_commit_hash()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 7}, {"id": "history_acceptancehistory_last_findings", "label": ".last_findings()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".last_findings()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 5}, {"id": "history_acceptancehistory_get_last_attempt", "label": ".get_last_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_last_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_acceptancehistory_last_stdout_tail", "label": ".last_stdout_tail()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".last_stdout_tail()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 8}, {"id": "history_acceptancehistory_last_stderr_tail", "label": ".last_stderr_tail()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".last_stderr_tail()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 8}, {"id": "history_acceptancehistory_format_context", "label": ".format_context()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_context()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 24}, {"id": "history_acceptancehistory_default", "label": ".default()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 5}, {"id": "history_resolveattempt", "label": "ResolveAttempt", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResolveAttempt", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 1}, {"id": "history_resolvecontext", "label": "ResolveContext", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ResolveContext", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 5}, {"id": "history_resolvecontext_new", "label": ".new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 41}, {"id": "history_resolvecontext_record", "label": ".record()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".record()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 27}, {"id": "history_resolvecontext_current_attempt", "label": ".current_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".current_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_resolvecontext_format_continuation_context", "label": ".format_continuation_context()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_continuation_context()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 9}, {"id": "history_create_test_attempt", "label": "create_test_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 5}, {"id": "history_test_new_history_is_empty", "label": "test_new_history_is_empty()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_new_history_is_empty()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_test_record_and_retrieve", "label": "test_record_and_retrieve()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_record_and_retrieve()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 5}, {"id": "history_test_multiple_attempts_accumulation", "label": "test_multiple_attempts_accumulation()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_multiple_attempts_accumulation()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 6}, {"id": "history_test_separate_changes_tracked_independently", "label": "test_separate_changes_tracked_independently()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_separate_changes_tracked_independently()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_clear_functionality", "label": "test_clear_functionality()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_clear_functionality()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 5}, {"id": "history_test_format_context_empty_history", "label": "test_format_context_empty_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_format_context_empty_history()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 3}, {"id": "history_test_format_context_single_failed_attempt", "label": "test_format_context_single_failed_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_format_context_single_failed_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_format_context_successful_attempt", "label": "test_format_context_successful_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_format_context_successful_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_format_context_multiple_attempts", "label": "test_format_context_multiple_attempts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_format_context_multiple_attempts()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_last_returns_none_for_unknown_change", "label": "test_last_returns_none_for_unknown_change()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_last_returns_none_for_unknown_change()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_test_default_impl", "label": "test_default_impl()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_default_impl()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_create_test_archive_attempt", "label": "create_test_archive_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_archive_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_archive_history_new", "label": "test_archive_history_new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_history_new()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_test_archive_history_record_and_retrieve", "label": "test_archive_history_record_and_retrieve()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_history_record_and_retrieve()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 5}, {"id": "history_test_archive_history_multiple_attempts", "label": "test_archive_history_multiple_attempts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_history_multiple_attempts()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_archive_history_clear", "label": "test_archive_history_clear()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_history_clear()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 5}, {"id": "history_test_archive_history_format_context_empty", "label": "test_archive_history_format_context_empty()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_history_format_context_empty()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 3}, {"id": "history_test_archive_history_format_context_single_attempt", "label": "test_archive_history_format_context_single_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_history_format_context_single_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_archive_history_format_context_multiple_attempts", "label": "test_archive_history_format_context_multiple_attempts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_history_format_context_multiple_attempts()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_archive_history_default", "label": "test_archive_history_default()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_history_default()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_test_resolve_context_new", "label": "test_resolve_context_new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_context_new()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_test_resolve_context_record", "label": "test_resolve_context_record()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_context_record()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 3}, {"id": "history_test_resolve_context_format_continuation", "label": "test_resolve_context_format_continuation()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_context_format_continuation()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_resolve_context_multiple_attempts", "label": "test_resolve_context_multiple_attempts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_context_multiple_attempts()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_output_collector_new", "label": "test_output_collector_new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_output_collector_new()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_test_output_collector_add_stdout", "label": "test_output_collector_add_stdout()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_output_collector_add_stdout()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_output_collector_add_stderr", "label": "test_output_collector_add_stderr()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_output_collector_add_stderr()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_output_collector_max_lines", "label": "test_output_collector_max_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_output_collector_max_lines()", "community": 10, "community_name": "Community 10", "source_file": "src/history.rs", "file_type": "code", "degree": 4}, {"id": "history_test_output_collector_default", "label": "test_output_collector_default()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_output_collector_default()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 2}, {"id": "history_test_acceptance_history_last_commit_hash", "label": "test_acceptance_history_last_commit_hash()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_history_last_commit_hash()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 3}, {"id": "history_test_acceptance_history_last_commit_hash_none", "label": "test_acceptance_history_last_commit_hash_none()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_history_last_commit_hash_none()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 3}, {"id": "history_test_acceptance_history_last_findings", "label": "test_acceptance_history_last_findings()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_history_last_findings()", "community": 5, "community_name": "Community 5", "source_file": "src/history.rs", "file_type": "code", "degree": 3}, {"id": "src_task_parser_rs", "label": "task_parser.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "task_parser.rs", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 54}, {"id": "task_parser_taskprogress", "label": "TaskProgress", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TaskProgress", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 3}, {"id": "task_parser_taskprogress_new", "label": ".new()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 28}, {"id": "task_parser_taskprogress_with_counts", "label": ".with_counts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_counts()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_task_regex", "label": "task_regex()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "task_regex()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 3}, {"id": "task_parser_parse_content", "label": "parse_content()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_content()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 24}, {"id": "task_parser_parse_file", "label": "parse_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_file()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 15}, {"id": "task_parser_parse_change", "label": "parse_change()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_change()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 7}, {"id": "task_parser_parse_change_with_worktree_fallback", "label": "parse_change_with_worktree_fallback()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_change_with_worktree_fallback()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 3}, {"id": "task_parser_find_archive_directory", "label": "find_archive_directory()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "find_archive_directory()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 8}, {"id": "task_parser_parse_archived_change", "label": "parse_archived_change()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_archived_change()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_parse_archived_change_with_worktree_fallback", "label": "parse_archived_change_with_worktree_fallback()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_archived_change_with_worktree_fallback()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_parse_progress_with_fallback", "label": "parse_progress_with_fallback()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_progress_with_fallback()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 26}, {"id": "task_parser_acceptance_follow_up_heading", "label": "acceptance_follow_up_heading()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance_follow_up_heading()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_record_acceptance_follow_up", "label": "record_acceptance_follow_up()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "record_acceptance_follow_up()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 12}, {"id": "task_parser_test_bullet_unchecked", "label": "test_bullet_unchecked()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bullet_unchecked()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_bullet_checked_lowercase", "label": "test_bullet_checked_lowercase()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bullet_checked_lowercase()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_bullet_checked_uppercase", "label": "test_bullet_checked_uppercase()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bullet_checked_uppercase()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_asterisk_bullets", "label": "test_asterisk_bullets()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_asterisk_bullets()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_bullet_mixed_status", "label": "test_bullet_mixed_status()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bullet_mixed_status()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_numbered_unchecked", "label": "test_numbered_unchecked()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_numbered_unchecked()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_record_acceptance_follow_up_appends_unchecked_tasks", "label": "test_record_acceptance_follow_up_appends_unchecked_tasks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_record_acceptance_follow_up_appends_unchecked_tasks()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 3}, {"id": "task_parser_test_record_acceptance_follow_up_replaces_existing_section", "label": "test_record_acceptance_follow_up_replaces_existing_section()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_record_acceptance_follow_up_replaces_existing_section()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_numbered_checked", "label": "test_numbered_checked()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_numbered_checked()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_numbered_multi_digit", "label": "test_numbered_multi_digit()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_numbered_multi_digit()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_numbered_mixed_status", "label": "test_numbered_mixed_status()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_numbered_mixed_status()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_mixed_bullets_and_numbers", "label": "test_mixed_bullets_and_numbers()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_mixed_bullets_and_numbers()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_mixed_with_sections", "label": "test_mixed_with_sections()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_mixed_with_sections()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_empty_content", "label": "test_empty_content()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_empty_content()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_no_tasks", "label": "test_no_tasks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_tasks()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_indented_not_counted", "label": "test_indented_not_counted()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_indented_not_counted()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_inline_checkbox_not_counted", "label": "test_inline_checkbox_not_counted()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_inline_checkbox_not_counted()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_header_checkbox_not_counted", "label": "test_header_checkbox_not_counted()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_header_checkbox_not_counted()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_real_world_example", "label": "test_real_world_example()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_real_world_example()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_task_progress_new", "label": "test_task_progress_new()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_task_progress_new()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_task_progress_with_counts", "label": "test_task_progress_with_counts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_task_progress_with_counts()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_task_progress_default", "label": "test_task_progress_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_task_progress_default()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_parse_file_not_found", "label": "test_parse_file_not_found()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_file_not_found()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 3}, {"id": "task_parser_test_parse_change_not_found", "label": "test_parse_change_not_found()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_change_not_found()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 2}, {"id": "task_parser_test_parse_change_with_worktree_fallback_from_worktree", "label": "test_parse_change_with_worktree_fallback_from_worktree()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_change_with_worktree_fallback_from_worktree()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 3}, {"id": "task_parser_test_parse_change_with_worktree_fallback_to_base", "label": "test_parse_change_with_worktree_fallback_to_base()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_change_with_worktree_fallback_to_base()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_test_parse_archived_change_with_worktree_fallback_from_worktree_archive", "label": "test_parse_archived_change_with_worktree_fallback_from_worktree_archive()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_archived_change_with_worktree_fallback_from_worktree_archive()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 3}, {"id": "task_parser_test_parse_archived_change_with_worktree_fallback_from_worktree_active", "label": "test_parse_archived_change_with_worktree_fallback_from_worktree_active()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_archived_change_with_worktree_fallback_from_worktree_active()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 3}, {"id": "task_parser_test_parse_archived_change_with_worktree_fallback_to_base", "label": "test_parse_archived_change_with_worktree_fallback_to_base()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_archived_change_with_worktree_fallback_to_base()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_test_parse_archived_change_with_worktree_fallback_priority", "label": "test_parse_archived_change_with_worktree_fallback_priority()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_archived_change_with_worktree_fallback_priority()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_test_parse_archived_change_date_prefixed", "label": "test_parse_archived_change_date_prefixed()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_archived_change_date_prefixed()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_test_parse_archived_change_exact_match_preferred", "label": "test_parse_archived_change_exact_match_preferred()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_archived_change_exact_match_preferred()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_test_parse_archived_change_with_worktree_fallback_date_prefixed", "label": "test_parse_archived_change_with_worktree_fallback_date_prefixed()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_archived_change_with_worktree_fallback_date_prefixed()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_test_find_archive_directory_not_found", "label": "test_find_archive_directory_not_found()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_find_archive_directory_not_found()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 3}, {"id": "task_parser_test_find_archive_directory_exact_match", "label": "test_find_archive_directory_exact_match()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_find_archive_directory_exact_match()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 3}, {"id": "task_parser_test_find_archive_directory_date_prefixed", "label": "test_find_archive_directory_date_prefixed()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_find_archive_directory_date_prefixed()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 3}, {"id": "task_parser_test_parse_progress_with_fallback_worktree_active", "label": "test_parse_progress_with_fallback_worktree_active()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_progress_with_fallback_worktree_active()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_test_parse_progress_with_fallback_worktree_archive", "label": "test_parse_progress_with_fallback_worktree_archive()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_progress_with_fallback_worktree_archive()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_test_parse_progress_with_fallback_base_archive", "label": "test_parse_progress_with_fallback_base_archive()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_progress_with_fallback_base_archive()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_test_parse_progress_with_fallback_base_active", "label": "test_parse_progress_with_fallback_base_active()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_progress_with_fallback_base_active()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_test_parse_progress_with_fallback_priority_order", "label": "test_parse_progress_with_fallback_priority_order()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_progress_with_fallback_priority_order()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "task_parser_test_parse_progress_with_fallback_not_found", "label": "test_parse_progress_with_fallback_not_found()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_progress_with_fallback_not_found()", "community": 13, "community_name": "Community 13", "source_file": "src/task_parser.rs", "file_type": "code", "degree": 4}, {"id": "src_command_queue_rs", "label": "command_queue.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "command_queue.rs", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 22}, {"id": "command_queue_commandqueueconfig", "label": "CommandQueueConfig", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandQueueConfig", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 1}, {"id": "command_queue_commandqueue", "label": "CommandQueue", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandQueue", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 10}, {"id": "command_queue_commandqueue_new", "label": ".new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 23}, {"id": "command_queue_commandqueue_new_with_shared_state", "label": ".new_with_shared_state()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new_with_shared_state()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 1}, {"id": "command_queue_commandqueue_execute_with_stagger", "label": ".execute_with_stagger()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_with_stagger()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 8}, {"id": "command_queue_commandqueue_is_retryable_error", "label": ".is_retryable_error()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_retryable_error()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_commandqueue_should_retry", "label": ".should_retry()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".should_retry()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 5}, {"id": "command_queue_commandqueue_execute_with_retry", "label": ".execute_with_retry()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_with_retry()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 4}, {"id": "command_queue_commandqueue_execute_with_retry_streaming", "label": ".execute_with_retry_streaming()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_with_retry_streaming()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 21}, {"id": "command_queue_commandqueue_stream_and_wait", "label": ".stream_and_wait()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".stream_and_wait()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 9}, {"id": "command_queue_commandqueue_config", "label": ".config()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".config()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 1}, {"id": "command_queue_streamingoutputline", "label": "StreamingOutputLine", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StreamingOutputLine", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 1}, {"id": "command_queue_test_config", "label": "test_config()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_config()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 12}, {"id": "command_queue_test_stagger_delay", "label": "test_stagger_delay()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stagger_delay()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 4}, {"id": "command_queue_test_is_retryable_error_matches", "label": "test_is_retryable_error_matches()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_retryable_error_matches()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_is_retryable_error_no_match", "label": "test_is_retryable_error_no_match()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_retryable_error_no_match()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_retry_on_retryable_error", "label": "test_retry_on_retryable_error()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_retry_on_retryable_error()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_retry_on_short_duration", "label": "test_retry_on_short_duration()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_retry_on_short_duration()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_retry_on_agent_crash", "label": "test_retry_on_agent_crash()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_retry_on_agent_crash()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_retry_on_long_duration_with_pattern", "label": "test_retry_on_long_duration_with_pattern()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_retry_on_long_duration_with_pattern()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_no_retry_on_success", "label": "test_no_retry_on_success()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_retry_on_success()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_max_retries_exceeded", "label": "test_max_retries_exceeded()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_max_retries_exceeded()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_execute_with_retry_streaming_success", "label": "test_execute_with_retry_streaming_success()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execute_with_retry_streaming_success()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 4}, {"id": "command_queue_test_execute_with_retry_streaming_with_callback", "label": "test_execute_with_retry_streaming_with_callback()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execute_with_retry_streaming_with_callback()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 4}, {"id": "command_queue_test_execute_with_retry_streaming_failure_no_retry", "label": "test_execute_with_retry_streaming_failure_no_retry()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execute_with_retry_streaming_failure_no_retry()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_inactivity_timeout_triggers", "label": "test_inactivity_timeout_triggers()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_inactivity_timeout_triggers()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_no_timeout_with_periodic_output", "label": "test_no_timeout_with_periodic_output()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_timeout_with_periodic_output()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_timeout_disabled_with_zero", "label": "test_timeout_disabled_with_zero()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_timeout_disabled_with_zero()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_inactivity_timeout_error_message_format", "label": "test_inactivity_timeout_error_message_format()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_inactivity_timeout_error_message_format()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_no_timeout_with_bytes_without_newlines", "label": "test_no_timeout_with_bytes_without_newlines()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_timeout_with_bytes_without_newlines()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "command_queue_test_no_timeout_with_stderr_only_bytes", "label": "test_no_timeout_with_stderr_only_bytes()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_timeout_with_stderr_only_bytes()", "community": 16, "community_name": "Community 16", "source_file": "src/command_queue.rs", "file_type": "code", "degree": 3}, {"id": "src_progress_rs", "label": "progress.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "progress.rs", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 13}, {"id": "progress_progressdisplay", "label": "ProgressDisplay", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProgressDisplay", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 8}, {"id": "progress_progressdisplay_new", "label": ".new()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 18}, {"id": "progress_progressdisplay_update_change", "label": ".update_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_change()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 12}, {"id": "progress_progressdisplay_complete_change", "label": ".complete_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".complete_change()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 6}, {"id": "progress_progressdisplay_archive_change", "label": ".archive_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".archive_change()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 3}, {"id": "progress_progressdisplay_error", "label": ".error()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".error()", "community": 4, "community_name": "Community 4", "source_file": "src/progress.rs", "file_type": "code", "degree": 37}, {"id": "progress_progressdisplay_complete_all", "label": ".complete_all()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".complete_all()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 6}, {"id": "progress_progressdisplay_set_message", "label": ".set_message()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_message()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 4}, {"id": "progress_create_test_change", "label": "create_test_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 9}, {"id": "progress_test_progress_display_creation", "label": "test_progress_display_creation()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_display_creation()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 2}, {"id": "progress_test_progress_update", "label": "test_progress_update()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_update()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 4}, {"id": "progress_test_progress_complete_change", "label": "test_progress_complete_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_complete_change()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 5}, {"id": "progress_test_progress_archive_change", "label": "test_progress_archive_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_archive_change()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 5}, {"id": "progress_test_progress_error", "label": "test_progress_error()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_error()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 5}, {"id": "progress_test_progress_complete_all", "label": "test_progress_complete_all()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_complete_all()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 5}, {"id": "progress_test_progress_set_message", "label": "test_progress_set_message()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_set_message()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 3}, {"id": "progress_test_progress_multiple_updates", "label": "test_progress_multiple_updates()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_multiple_updates()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 5}, {"id": "progress_test_progress_complete_without_current", "label": "test_progress_complete_without_current()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_complete_without_current()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 3}, {"id": "progress_test_progress_archive_without_current", "label": "test_progress_archive_without_current()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_archive_without_current()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 3}, {"id": "progress_test_progress_error_without_current", "label": "test_progress_error_without_current()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_error_without_current()", "community": 9, "community_name": "Community 9", "source_file": "src/progress.rs", "file_type": "code", "degree": 3}, {"id": "src_stream_json_textifier_rs", "label": "stream_json_textifier.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "stream_json_textifier.rs", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 75}, {"id": "stream_json_textifier_is_stream_json_event", "label": "is_stream_json_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_stream_json_event()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 4}, {"id": "stream_json_textifier_extract_text_from_stream_json", "label": "extract_text_from_stream_json()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_text_from_stream_json()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 10}, {"id": "stream_json_textifier_extract_from_stream_event", "label": "extract_from_stream_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_from_stream_event()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 5}, {"id": "stream_json_textifier_extract_from_assistant", "label": "extract_from_assistant()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_from_assistant()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 7}, {"id": "stream_json_textifier_extract_from_result", "label": "extract_from_result()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_from_result()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 5}, {"id": "stream_json_textifier_extract_tool_summary_from_stream_json", "label": "extract_tool_summary_from_stream_json()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_tool_summary_from_stream_json()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 41}, {"id": "stream_json_textifier_extract_tool_use_summary", "label": "extract_tool_use_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_tool_use_summary()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 10}, {"id": "stream_json_textifier_extract_tool_result_summary", "label": "extract_tool_result_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_tool_result_summary()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 7}, {"id": "stream_json_textifier_extract_assistant_tool_summary", "label": "extract_assistant_tool_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_assistant_tool_summary()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 5}, {"id": "stream_json_textifier_truncate_string", "label": "truncate_string()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "truncate_string()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 4}, {"id": "stream_json_textifier_streamjsontextbuffer", "label": "StreamJsonTextBuffer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StreamJsonTextBuffer", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 5}, {"id": "stream_json_textifier_streamjsontextbuffer_new", "label": ".new()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 22}, {"id": "stream_json_textifier_streamjsontextbuffer_feed", "label": ".feed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".feed()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 6}, {"id": "stream_json_textifier_streamjsontextbuffer_finalize", "label": ".finalize()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".finalize()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 6}, {"id": "stream_json_textifier_streamjsontextbuffer_flush_lines", "label": ".flush_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".flush_lines()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 4}, {"id": "stream_json_textifier_process_stdout_line", "label": "process_stdout_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "process_stdout_line()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 18}, {"id": "stream_json_textifier_test_extract_stream_event_text_delta", "label": "test_extract_stream_event_text_delta()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_stream_event_text_delta()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_extract_stream_event_empty_text", "label": "test_extract_stream_event_empty_text()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_stream_event_empty_text()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_extract_stream_event_non_text_delta", "label": "test_extract_stream_event_non_text_delta()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_stream_event_non_text_delta()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_extract_assistant_text_block", "label": "test_extract_assistant_text_block()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_assistant_text_block()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_extract_assistant_multiple_text_blocks", "label": "test_extract_assistant_multiple_text_blocks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_assistant_multiple_text_blocks()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_extract_assistant_no_text_blocks", "label": "test_extract_assistant_no_text_blocks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_assistant_no_text_blocks()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_extract_result_success", "label": "test_extract_result_success()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_result_success()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_extract_result_error_suppressed", "label": "test_extract_result_error_suppressed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_result_error_suppressed()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_extract_result_empty_suppressed", "label": "test_extract_result_empty_suppressed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_result_empty_suppressed()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_non_json_returns_none", "label": "test_non_json_returns_none()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_non_json_returns_none()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_unknown_type_returns_none", "label": "test_unknown_type_returns_none()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_unknown_type_returns_none()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_buffer_single_complete_line", "label": "test_buffer_single_complete_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_buffer_single_complete_line()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_buffer_partial_then_complete", "label": "test_buffer_partial_then_complete()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_buffer_partial_then_complete()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_buffer_multiple_lines_in_one_chunk", "label": "test_buffer_multiple_lines_in_one_chunk()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_buffer_multiple_lines_in_one_chunk()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_buffer_partial_retained_until_finalize", "label": "test_buffer_partial_retained_until_finalize()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_buffer_partial_retained_until_finalize()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_buffer_finalize_empty", "label": "test_buffer_finalize_empty()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_buffer_finalize_empty()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_process_plain_text_passthrough", "label": "test_process_plain_text_passthrough()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_plain_text_passthrough()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_process_stream_event_buffers_partial", "label": "test_process_stream_event_buffers_partial()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_stream_event_buffers_partial()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_process_assistant_multiline_split", "label": "test_process_assistant_multiline_split()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_assistant_multiline_split()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_process_unrecognized_json_suppressed", "label": "test_process_unrecognized_json_suppressed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_unrecognized_json_suppressed()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_process_thinking_event_suppressed", "label": "test_process_thinking_event_suppressed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_thinking_event_suppressed()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_process_tool_use_event_emits_summary", "label": "test_process_tool_use_event_emits_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_tool_use_event_emits_summary()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_process_empty_line_passthrough", "label": "test_process_empty_line_passthrough()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_empty_line_passthrough()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_is_stream_json_event_true", "label": "test_is_stream_json_event_true()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_stream_json_event_true()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_is_stream_json_event_false", "label": "test_is_stream_json_event_false()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_stream_json_event_false()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_multiline_assistant_emits_separate_log_lines", "label": "test_multiline_assistant_emits_separate_log_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_multiline_assistant_emits_separate_log_lines()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 5}, {"id": "stream_json_textifier_test_streaming_deltas_multiline_emit_separate_log_lines", "label": "test_streaming_deltas_multiline_emit_separate_log_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_streaming_deltas_multiline_emit_separate_log_lines()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_extract_tool_use_summary_bash", "label": "test_extract_tool_use_summary_bash()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_tool_use_summary_bash()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_extract_tool_use_summary_read", "label": "test_extract_tool_use_summary_read()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_tool_use_summary_read()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_extract_tool_use_summary_truncates_long_values", "label": "test_extract_tool_use_summary_truncates_long_values()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_tool_use_summary_truncates_long_values()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_extract_tool_result_summary", "label": "test_extract_tool_result_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_tool_result_summary()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_extract_tool_result_truncates_long_content", "label": "test_extract_tool_result_truncates_long_content()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_tool_result_truncates_long_content()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_extract_assistant_tool_use_summary", "label": "test_extract_assistant_tool_use_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_assistant_tool_use_summary()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_extract_tool_summary_non_tool_event_returns_none", "label": "test_extract_tool_summary_non_tool_event_returns_none()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_tool_summary_non_tool_event_returns_none()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 1}, {"id": "stream_json_textifier_test_read_tool_includes_filepath", "label": "test_read_tool_includes_filepath()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_read_tool_includes_filepath()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_read_tool_uses_path_alias_when_no_filepath", "label": "test_read_tool_uses_path_alias_when_no_filepath()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_read_tool_uses_path_alias_when_no_filepath()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_write_tool_includes_filepath_no_body", "label": "test_write_tool_includes_filepath_no_body()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_write_tool_includes_filepath_no_body()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_write_tool_includes_chars_and_lines_metadata", "label": "test_write_tool_includes_chars_and_lines_metadata()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_write_tool_includes_chars_and_lines_metadata()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_edit_tool_includes_filepath_no_old_new_string", "label": "test_edit_tool_includes_filepath_no_old_new_string()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_edit_tool_includes_filepath_no_old_new_string()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_edit_tool_new_string_body_shows_metadata", "label": "test_edit_tool_new_string_body_shows_metadata()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_edit_tool_new_string_body_shows_metadata()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_non_file_tool_still_includes_text_field", "label": "test_non_file_tool_still_includes_text_field()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_non_file_tool_still_includes_text_field()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_process_tool_use_summary_does_not_use_buffer", "label": "test_process_tool_use_summary_does_not_use_buffer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_tool_use_summary_does_not_use_buffer()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_process_tool_result_summary", "label": "test_process_tool_result_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_process_tool_result_summary()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 3}, {"id": "stream_json_textifier_test_glob_tool_shows_pattern_and_path", "label": "test_glob_tool_shows_pattern_and_path()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_glob_tool_shows_pattern_and_path()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_glob_tool_without_path", "label": "test_glob_tool_without_path()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_glob_tool_without_path()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_grep_tool_shows_pattern_path_and_glob", "label": "test_grep_tool_shows_pattern_path_and_glob()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_grep_tool_shows_pattern_path_and_glob()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_todowrite_tool_shows_todo_counts", "label": "test_todowrite_tool_shows_todo_counts()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_todowrite_tool_shows_todo_counts()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_todowrite_no_completed_or_inprogress_omits_those_fields", "label": "test_todowrite_no_completed_or_inprogress_omits_those_fields()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_todowrite_no_completed_or_inprogress_omits_those_fields()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_webfetch_tool_shows_url_and_prompt", "label": "test_webfetch_tool_shows_url_and_prompt()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_webfetch_tool_shows_url_and_prompt()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_read_tool_includes_offset_and_limit", "label": "test_read_tool_includes_offset_and_limit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_read_tool_includes_offset_and_limit()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_read_tool_mixed_case_matches_dedicated_formatter", "label": "test_read_tool_mixed_case_matches_dedicated_formatter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_read_tool_mixed_case_matches_dedicated_formatter()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_grep_tool_uppercase_matches_dedicated_formatter", "label": "test_grep_tool_uppercase_matches_dedicated_formatter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_grep_tool_uppercase_matches_dedicated_formatter()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_todowrite_mixed_case_matches_dedicated_formatter", "label": "test_todowrite_mixed_case_matches_dedicated_formatter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_todowrite_mixed_case_matches_dedicated_formatter()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_bash_uppercase_uses_generic_fallback", "label": "test_bash_uppercase_uses_generic_fallback()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bash_uppercase_uses_generic_fallback()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_unknown_tool_uses_generic_fallback_with_safe_fields", "label": "test_unknown_tool_uses_generic_fallback_with_safe_fields()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_unknown_tool_uses_generic_fallback_with_safe_fields()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_skill_tool_shows_skill_name", "label": "test_skill_tool_shows_skill_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_skill_tool_shows_skill_name()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_skill_tool_without_args", "label": "test_skill_tool_without_args()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_skill_tool_without_args()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_skill_tool_mixed_case_matches_dedicated_formatter", "label": "test_skill_tool_mixed_case_matches_dedicated_formatter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_skill_tool_mixed_case_matches_dedicated_formatter()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_assistant_message_skill_tool_block_shows_dedicated_summary", "label": "test_assistant_message_skill_tool_block_shows_dedicated_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_assistant_message_skill_tool_block_shows_dedicated_summary()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_skill_tool_truncates_long_args", "label": "test_skill_tool_truncates_long_args()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_skill_tool_truncates_long_args()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_skill_tool_input_name_field_top_level", "label": "test_skill_tool_input_name_field_top_level()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_skill_tool_input_name_field_top_level()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_skill_tool_input_name_field_assistant_block", "label": "test_skill_tool_input_name_field_assistant_block()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_skill_tool_input_name_field_assistant_block()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "stream_json_textifier_test_write_tool_body_safety_omits_raw_content", "label": "test_write_tool_body_safety_omits_raw_content()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_write_tool_body_safety_omits_raw_content()", "community": 21, "community_name": "Community 21", "source_file": "src/stream_json_textifier.rs", "file_type": "code", "degree": 2}, {"id": "src_main_rs", "label": "main.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main.rs", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 12}, {"id": "main_resolve_tui_token", "label": "resolve_tui_token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_tui_token()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 4}, {"id": "main_load_remote_changes", "label": "load_remote_changes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "load_remote_changes()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 6}, {"id": "main_resolve_project_server_url", "label": "resolve_project_server_url()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_project_server_url()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 5}, {"id": "main_check_project_auth_not_required", "label": "check_project_auth_not_required()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "check_project_auth_not_required()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 5}, {"id": "main_print_projects_human", "label": "print_projects_human()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "print_projects_human()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 4}, {"id": "main_print_project_human", "label": "print_project_human()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "print_project_human()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 4}, {"id": "main_init_logging", "label": "init_logging()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "init_logging()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 4}, {"id": "main_main", "label": "main()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 56}, {"id": "main_test_resolve_project_server_url_explicit", "label": "test_resolve_project_server_url_explicit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_project_server_url_explicit()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 2}, {"id": "main_test_resolve_project_server_url_default_fallback", "label": "test_resolve_project_server_url_default_fallback()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_project_server_url_default_fallback()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 2}, {"id": "main_test_check_project_auth_explicit_server_always_passes", "label": "test_check_project_auth_explicit_server_always_passes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_project_auth_explicit_server_always_passes()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 2}, {"id": "main_test_check_project_auth_default_no_auth_passes", "label": "test_check_project_auth_default_no_auth_passes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_project_auth_default_no_auth_passes()", "community": 11, "community_name": "Community 11", "source_file": "src/main.rs", "file_type": "code", "degree": 2}, {"id": "src_parallel_run_service_rs", "label": "parallel_run_service.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parallel_run_service.rs", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 8}, {"id": "parallel_run_service_parallelrunservice", "label": "ParallelRunService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ParallelRunService", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 18}, {"id": "parallel_run_service_parallelrunservice_new", "label": ".new()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 22}, {"id": "parallel_run_service_parallelrunservice_new_with_shared_state", "label": ".new_with_shared_state()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".new_with_shared_state()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 11}, {"id": "parallel_run_service_parallelrunservice_set_no_resume", "label": ".set_no_resume()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_no_resume()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 3}, {"id": "parallel_run_service_parallelrunservice_check_vcs_available", "label": ".check_vcs_available()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_vcs_available()", "community": 17, "community_name": "Community 17", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 2}, {"id": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "label": ".create_executor_with_queue_state()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_executor_with_queue_state()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 13}, {"id": "parallel_run_service_parallelrunservice_filter_committed_changes", "label": ".filter_committed_changes()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".filter_committed_changes()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 9}, {"id": "parallel_run_service_parallelrunservice_prepare_parallel_execution", "label": ".prepare_parallel_execution()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".prepare_parallel_execution()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 8}, {"id": "parallel_run_service_parallelrunservice_run_parallel", "label": ".run_parallel()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_parallel()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 15}, {"id": "parallel_run_service_parallelrunservice_run_parallel_with_channel_and_queue_state", "label": ".run_parallel_with_channel_and_queue_state()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_parallel_with_channel_and_queue_state()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 3}, {"id": "parallel_run_service_parallelrunservice_run_parallel_order_based_with_executor", "label": ".run_parallel_order_based_with_executor()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_parallel_order_based_with_executor()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 6}, {"id": "parallel_run_service_parallelrunservice_analyze_and_group_public", "label": ".analyze_and_group_public()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_and_group_public()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 3}, {"id": "parallel_run_service_parallelrunservice_analyze_and_group", "label": ".analyze_and_group()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_and_group()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 3}, {"id": "parallel_run_service_parallelrunservice_analyze_order_with_sender", "label": ".analyze_order_with_sender()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_order_with_sender()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 6}, {"id": "parallel_run_service_parallelrunservice_analyze_and_group_with_sender", "label": ".analyze_and_group_with_sender()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_and_group_with_sender()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 5}, {"id": "parallel_run_service_parallelrunservice_all_parallel", "label": ".all_parallel()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".all_parallel()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 4}, {"id": "parallel_run_service_parallelrunservice_analyze_order_with_llm_streaming", "label": ".analyze_order_with_llm_streaming()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_order_with_llm_streaming()", "community": 18, "community_name": "Community 18", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 5}, {"id": "parallel_run_service_parallelrunservice_analyze_with_llm_streaming", "label": ".analyze_with_llm_streaming()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_with_llm_streaming()", "community": 18, "community_name": "Community 18", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 5}, {"id": "parallel_run_service_create_test_change", "label": "create_test_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 2}, {"id": "parallel_run_service_init_git_repo", "label": "init_git_repo()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "init_git_repo()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 8}, {"id": "parallel_run_service_test_filter_committed_changes_skips_uncommitted", "label": "test_filter_committed_changes_skips_uncommitted()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_filter_committed_changes_skips_uncommitted()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 5}, {"id": "parallel_run_service_test_filter_committed_changes_skips_partially_uncommitted", "label": "test_filter_committed_changes_skips_partially_uncommitted()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_filter_committed_changes_skips_partially_uncommitted()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 5}, {"id": "parallel_run_service_test_prepare_parallel_execution_emits_rejection_event", "label": "test_prepare_parallel_execution_emits_rejection_event()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_prepare_parallel_execution_emits_rejection_event()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 6}, {"id": "parallel_run_service_test_prepare_parallel_execution_all_rejected_emits_rejection_event", "label": "test_prepare_parallel_execution_all_rejected_emits_rejection_event()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_prepare_parallel_execution_all_rejected_emits_rejection_event()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 6}, {"id": "parallel_run_service_test_run_parallel_all_rejected_forwards_event_to_callback", "label": "test_run_parallel_all_rejected_forwards_event_to_callback()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_parallel_all_rejected_forwards_event_to_callback()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel_run_service.rs", "file_type": "code", "degree": 6}, {"id": "src_spec_test_annotations_rs", "label": "spec_test_annotations.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "spec_test_annotations.rs", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 20}, {"id": "spec_test_annotations_spectestannotationerror", "label": "SpecTestAnnotationError", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SpecTestAnnotationError", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 1}, {"id": "spec_test_annotations_specscenarioref", "label": "SpecScenarioRef", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SpecScenarioRef", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 4}, {"id": "spec_test_annotations_specscenarioref_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 9}, {"id": "spec_test_annotations_specscenarioref_format_reference", "label": ".format_reference()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_reference()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 2}, {"id": "spec_test_annotations_specscenarioref_fmt", "label": ".fmt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".fmt()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 1}, {"id": "spec_test_annotations_specscenario", "label": "SpecScenario", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SpecScenario", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 1}, {"id": "spec_test_annotations_specreference", "label": "SpecReference", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SpecReference", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 1}, {"id": "spec_test_annotations_annotationscanresult", "label": "AnnotationScanResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AnnotationScanResult", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 1}, {"id": "spec_test_annotations_brokenreference", "label": "BrokenReference", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BrokenReference", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 1}, {"id": "spec_test_annotations_speccheckreport", "label": "SpecCheckReport", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SpecCheckReport", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 2}, {"id": "spec_test_annotations_speccheckreport_format_report", "label": ".format_report()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_report()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 5}, {"id": "spec_test_annotations_slugify_heading", "label": "slugify_heading()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "slugify_heading()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 7}, {"id": "spec_test_annotations_normalize_path", "label": "normalize_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "normalize_path()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 2}, {"id": "spec_test_annotations_finalize_scenario", "label": "finalize_scenario()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "finalize_scenario()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 6}, {"id": "spec_test_annotations_collect_spec_files", "label": "collect_spec_files()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "collect_spec_files()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 3}, {"id": "spec_test_annotations_parse_spec_file", "label": "parse_spec_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_spec_file()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 9}, {"id": "spec_test_annotations_collect_spec_scenarios", "label": "collect_spec_scenarios()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "collect_spec_scenarios()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 5}, {"id": "spec_test_annotations_collect_rs_files", "label": "collect_rs_files()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "collect_rs_files()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 3}, {"id": "spec_test_annotations_parse_reference", "label": "parse_reference()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_reference()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 5}, {"id": "spec_test_annotations_collect_annotations", "label": "collect_annotations()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "collect_annotations()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 9}, {"id": "spec_test_annotations_check_spec_test_annotations", "label": "check_spec_test_annotations()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "check_spec_test_annotations()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 8}, {"id": "spec_test_annotations_test_slugify_heading", "label": "test_slugify_heading()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_slugify_heading()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 1}, {"id": "spec_test_annotations_test_spec_annotation_checker_reports_missing_and_broken", "label": "test_spec_annotation_checker_reports_missing_and_broken()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_spec_annotation_checker_reports_missing_and_broken()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 2}, {"id": "spec_test_annotations_test_format_report_includes_sections", "label": "test_format_report_includes_sections()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_format_report_includes_sections()", "community": 10, "community_name": "Community 10", "source_file": "src/spec_test_annotations.rs", "file_type": "code", "degree": 2}, {"id": "src_orchestrator_rs", "label": "orchestrator.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "orchestrator.rs", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 16}, {"id": "orchestrator_serialsnapshot", "label": "SerialSnapshot", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SerialSnapshot", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 1}, {"id": "orchestrator_orchestrator", "label": "Orchestrator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Orchestrator", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 31}, {"id": "orchestrator_loopcontrol", "label": "LoopControl", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoopControl", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 1}, {"id": "orchestrator_orchestrator_new", "label": ".new()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 29}, {"id": "orchestrator_orchestrator_set_web_state", "label": ".set_web_state()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_web_state()", "community": 11, "community_name": "Community 11", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 3}, {"id": "orchestrator_orchestrator_broadcast_state_update", "label": ".broadcast_state_update()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".broadcast_state_update()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 4}, {"id": "orchestrator_orchestrator_with_config", "label": ".with_config()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_config()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 26}, {"id": "orchestrator_orchestrator_update_execution_mode", "label": ".update_execution_mode()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_execution_mode()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 8}, {"id": "orchestrator_orchestrator_check_graceful_stop", "label": ".check_graceful_stop()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_graceful_stop()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_orchestrator_check_cancellation", "label": ".check_cancellation()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_cancellation()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_orchestrator_check_max_iterations", "label": ".check_max_iterations()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_max_iterations()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 8}, {"id": "orchestrator_orchestrator_check_loop_controls", "label": ".check_loop_controls()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_loop_controls()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_orchestrator_update_shared_state", "label": ".update_shared_state()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_shared_state()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 9}, {"id": "orchestrator_orchestrator_handle_archived", "label": ".handle_archived()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_archived()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_orchestrator_handle_stalled", "label": ".handle_stalled()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_stalled()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 3}, {"id": "orchestrator_orchestrator_handle_failed", "label": ".handle_failed()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_failed()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 4}, {"id": "orchestrator_orchestrator_handle_apply_success_incomplete", "label": ".handle_apply_success_incomplete()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_apply_success_incomplete()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 9}, {"id": "orchestrator_orchestrator_handle_apply_failed", "label": ".handle_apply_failed()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_apply_failed()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 10}, {"id": "orchestrator_orchestrator_handle_acceptance_result", "label": ".handle_acceptance_result()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_acceptance_result()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 6}, {"id": "orchestrator_orchestrator_initialize_run_loop", "label": ".initialize_run_loop()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".initialize_run_loop()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 6}, {"id": "orchestrator_orchestrator_handle_change_result", "label": ".handle_change_result()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_change_result()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 9}, {"id": "orchestrator_orchestrator_run", "label": ".run()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 19}, {"id": "orchestrator_orchestrator_snapshot_serial_iteration", "label": ".snapshot_serial_iteration()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".snapshot_serial_iteration()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 9}, {"id": "orchestrator_orchestrator_squash_serial_wip_commits", "label": ".squash_serial_wip_commits()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".squash_serial_wip_commits()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_orchestrator_filter_to_snapshot", "label": ".filter_to_snapshot()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".filter_to_snapshot()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 8}, {"id": "orchestrator_orchestrator_log_new_changes", "label": ".log_new_changes()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".log_new_changes()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 3}, {"id": "orchestrator_orchestrator_filter_stalled_changes", "label": ".filter_stalled_changes()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".filter_stalled_changes()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 8}, {"id": "orchestrator_orchestrator_refetch_and_select_change", "label": ".refetch_and_select_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".refetch_and_select_change()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 12}, {"id": "orchestrator_orchestrator_mark_change_stalled", "label": ".mark_change_stalled()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".mark_change_stalled()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 9}, {"id": "orchestrator_orchestrator_record_error_and_check_circuit_breaker", "label": ".record_error_and_check_circuit_breaker()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".record_error_and_check_circuit_breaker()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_orchestrator_set_initial_change_ids", "label": ".set_initial_change_ids()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_initial_change_ids()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_orchestrator_run_parallel_dry_run", "label": ".run_parallel_dry_run()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_parallel_dry_run()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_orchestrator_run_parallel", "label": ".run_parallel()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_parallel()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 14}, {"id": "orchestrator_create_test_change", "label": "create_test_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 4}, {"id": "orchestrator_test_filter_to_snapshot_filters_new_changes", "label": "test_filter_to_snapshot_filters_new_changes()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_filter_to_snapshot_filters_new_changes()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_test_filter_to_snapshot_returns_all_when_no_snapshot", "label": "test_filter_to_snapshot_returns_all_when_no_snapshot()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_filter_to_snapshot_returns_all_when_no_snapshot()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 4}, {"id": "orchestrator_test_filter_to_snapshot_removes_archived_changes", "label": "test_filter_to_snapshot_removes_archived_changes()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_filter_to_snapshot_removes_archived_changes()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_test_filter_to_snapshot_handles_empty_changes", "label": "test_filter_to_snapshot_handles_empty_changes()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_filter_to_snapshot_handles_empty_changes()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_test_snapshot_preserves_updated_progress", "label": "test_snapshot_preserves_updated_progress()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_snapshot_preserves_updated_progress()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_test_filter_stalled_changes_skips_dependencies", "label": "test_filter_stalled_changes_skips_dependencies()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_filter_stalled_changes_skips_dependencies()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_test_orchestrator_creation", "label": "test_orchestrator_creation()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_orchestrator_creation()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 3}, {"id": "orchestrator_test_orchestrator_with_single_target_change", "label": "test_orchestrator_with_single_target_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_orchestrator_with_single_target_change()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 3}, {"id": "orchestrator_test_orchestrator_with_multiple_target_changes", "label": "test_orchestrator_with_multiple_target_changes()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_orchestrator_with_multiple_target_changes()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 3}, {"id": "orchestrator_test_serial_shared_state_apply_count_and_iteration_increment", "label": "test_serial_shared_state_apply_count_and_iteration_increment()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_serial_shared_state_apply_count_and_iteration_increment()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 6}, {"id": "orchestrator_test_rejected_result_marks_change_rejected_state", "label": "test_rejected_result_marks_change_rejected_state()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_rejected_result_marks_change_rejected_state()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 6}, {"id": "orchestrator_test_cli_all_rejected_start_detection", "label": "test_cli_all_rejected_start_detection()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cli_all_rejected_start_detection()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestrator.rs", "file_type": "code", "degree": 4}, {"id": "src_stall_rs", "label": "stall.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "stall.rs", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 7}, {"id": "stall_stallphase", "label": "StallPhase", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StallPhase", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 1}, {"id": "stall_stallcounters", "label": "StallCounters", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StallCounters", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 1}, {"id": "stall_stalldetector", "label": "StallDetector", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StallDetector", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 6}, {"id": "stall_stalldetector_new", "label": ".new()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 5}, {"id": "stall_stalldetector_config", "label": ".config()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".config()", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 1}, {"id": "stall_stalldetector_register_commit", "label": ".register_commit()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".register_commit()", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 3}, {"id": "stall_stalldetector_current_count", "label": ".current_count()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".current_count()", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 4}, {"id": "stall_stalldetector_clear_change", "label": ".clear_change()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_change()", "community": 9, "community_name": "Community 9", "source_file": "src/stall.rs", "file_type": "code", "degree": 5}, {"id": "stall_enabled_config", "label": "enabled_config()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "enabled_config()", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 3}, {"id": "stall_test_stall_detector_triggers_after_threshold", "label": "test_stall_detector_triggers_after_threshold()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stall_detector_triggers_after_threshold()", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 3}, {"id": "stall_test_stall_detector_resets_on_non_empty_commit", "label": "test_stall_detector_resets_on_non_empty_commit()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stall_detector_resets_on_non_empty_commit()", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 3}, {"id": "stall_test_stall_detector_disabled_never_triggers", "label": "test_stall_detector_disabled_never_triggers()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stall_detector_disabled_never_triggers()", "community": 19, "community_name": "Community 19", "source_file": "src/stall.rs", "file_type": "code", "degree": 2}, {"id": "src_process_manager_rs", "label": "process_manager.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "process_manager.rs", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 15}, {"id": "process_manager_processhandle", "label": "ProcessHandle", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessHandle", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 3}, {"id": "process_manager_jobobjectguard", "label": "JobObjectGuard", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JobObjectGuard", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 2}, {"id": "process_manager_jobobjectguard_drop", "label": ".drop()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".drop()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 1}, {"id": "process_manager_managedchild", "label": "ManagedChild", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ManagedChild", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 9}, {"id": "process_manager_terminationoutcome", "label": "TerminationOutcome", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TerminationOutcome", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 1}, {"id": "process_manager_managedchild_new", "label": ".new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 2}, {"id": "process_manager_managedchild_create_handle", "label": ".create_handle()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_handle()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 4}, {"id": "process_manager_managedchild_terminate", "label": ".terminate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".terminate()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 2}, {"id": "process_manager_managedchild_force_kill", "label": ".force_kill()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".force_kill()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 3}, {"id": "process_manager_managedchild_terminate_with_timeout", "label": ".terminate_with_timeout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".terminate_with_timeout()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 4}, {"id": "process_manager_managedchild_id", "label": ".id()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".id()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 2}, {"id": "process_manager_managedchild_wait", "label": ".wait()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".wait()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 2}, {"id": "process_manager_managedchild_kill", "label": ".kill()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".kill()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 2}, {"id": "process_manager_streamingchildhandle", "label": "StreamingChildHandle", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StreamingChildHandle", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 7}, {"id": "process_manager_streamingchildhandle_new", "label": ".new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 8}, {"id": "process_manager_streamingchildhandle_terminate", "label": ".terminate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".terminate()", "community": 11, "community_name": "Community 11", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 2}, {"id": "process_manager_streamingchildhandle_terminate_with_timeout", "label": ".terminate_with_timeout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".terminate_with_timeout()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 8}, {"id": "process_manager_streamingchildhandle_kill", "label": ".kill()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".kill()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 4}, {"id": "process_manager_streamingchildhandle_wait", "label": ".wait()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".wait()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 39}, {"id": "process_manager_streamingchildhandle_id", "label": ".id()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".id()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 16}, {"id": "process_manager_processhandle_terminate", "label": ".terminate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".terminate()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 12}, {"id": "process_manager_processhandle_force_kill", "label": ".force_kill()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".force_kill()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 3}, {"id": "process_manager_configure_process_group", "label": "configure_process_group()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "configure_process_group()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 10}, {"id": "process_manager_assign_to_job", "label": "assign_to_job()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "assign_to_job()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 5}, {"id": "process_manager_postcleanupoutcome", "label": "PostCleanupOutcome", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PostCleanupOutcome", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 1}, {"id": "process_manager_cleanup_process_group", "label": "cleanup_process_group()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup_process_group()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 6}, {"id": "process_manager_terminate_with_timeout_exits_cleanly", "label": "terminate_with_timeout_exits_cleanly()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "terminate_with_timeout_exits_cleanly()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 5}, {"id": "process_manager_terminate_with_timeout_force_kills", "label": "terminate_with_timeout_force_kills()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "terminate_with_timeout_force_kills()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 5}, {"id": "process_manager_pgid_is_gone", "label": "pgid_is_gone()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pgid_is_gone()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 1}, {"id": "process_manager_successful_command_backgrounded_child_is_cleaned_up", "label": "successful_command_backgrounded_child_is_cleaned_up()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "successful_command_backgrounded_child_is_cleaned_up()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 7}, {"id": "process_manager_failed_command_backgrounded_child_is_cleaned_up", "label": "failed_command_backgrounded_child_is_cleaned_up()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "failed_command_backgrounded_child_is_cleaned_up()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 7}, {"id": "process_manager_cancellation_triggers_full_process_group_cleanup", "label": "cancellation_triggers_full_process_group_cleanup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "cancellation_triggers_full_process_group_cleanup()", "community": 16, "community_name": "Community 16", "source_file": "src/process_manager.rs", "file_type": "code", "degree": 7}, {"id": "src_templates_rs", "label": "templates.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "templates.rs", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 11}, {"id": "templates_get_template_content", "label": "get_template_content()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_template_content()", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 2}, {"id": "templates_test_claude_template_is_valid_jsonc", "label": "test_claude_template_is_valid_jsonc()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_claude_template_is_valid_jsonc()", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 1}, {"id": "templates_test_opencode_template_is_valid_jsonc", "label": "test_opencode_template_is_valid_jsonc()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_opencode_template_is_valid_jsonc()", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 1}, {"id": "templates_test_codex_template_is_valid_jsonc", "label": "test_codex_template_is_valid_jsonc()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_codex_template_is_valid_jsonc()", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 1}, {"id": "templates_test_get_template_content", "label": "test_get_template_content()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_template_content()", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 1}, {"id": "templates_test_claude_template_matches_sample_style", "label": "test_claude_template_matches_sample_style()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_claude_template_matches_sample_style()", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 1}, {"id": "templates_test_opencode_template_matches_sample_style", "label": "test_opencode_template_matches_sample_style()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_opencode_template_matches_sample_style()", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 1}, {"id": "templates_test_codex_template_matches_sample_style", "label": "test_codex_template_matches_sample_style()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_codex_template_matches_sample_style()", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 1}, {"id": "templates_test_claude_template_parseable_by_config", "label": "test_claude_template_parseable_by_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_claude_template_parseable_by_config()", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 2}, {"id": "templates_test_opencode_template_parseable_by_config", "label": "test_opencode_template_parseable_by_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_opencode_template_parseable_by_config()", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 2}, {"id": "templates_test_codex_template_parseable_by_config", "label": "test_codex_template_parseable_by_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_codex_template_parseable_by_config()", "community": 3, "community_name": "Community 3", "source_file": "src/templates.rs", "file_type": "code", "degree": 2}, {"id": "src_cli_rs", "label": "cli.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "cli.rs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 97}, {"id": "cli_get_version_string", "label": "get_version_string()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_version_string()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_cli", "label": "Cli", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cli", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_commands", "label": "Commands", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Commands", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_runargs", "label": "RunArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_tuiargs", "label": "TuiArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TuiArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_template", "label": "Template", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Template", "community": 9, "community_name": "Community 9", "source_file": "src/cli.rs", "file_type": "code", "degree": 3}, {"id": "cli_initargs", "label": "InitArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "InitArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_checkconflictsargs", "label": "CheckConflictsArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CheckConflictsArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_serverargs", "label": "ServerArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ServerArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_projectargs", "label": "ProjectArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_projectcommands", "label": "ProjectCommands", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectCommands", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_projectaddargs", "label": "ProjectAddArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectAddArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_projectremoveargs", "label": "ProjectRemoveArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectRemoveArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_projectstatusargs", "label": "ProjectStatusArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectStatusArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_projectsyncargs", "label": "ProjectSyncArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectSyncArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_servicesubcommand", "label": "ServiceSubcommand", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ServiceSubcommand", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_serviceargs", "label": "ServiceArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ServiceArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_installskillstarget", "label": "InstallSkillsTarget", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "InstallSkillsTarget", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_installskillsargs", "label": "InstallSkillsArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "InstallSkillsArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 2}, {"id": "cli_installskillsargs_target", "label": ".target()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".target()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 2}, {"id": "cli_install_skills_legacy_error", "label": "install_skills_legacy_error()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "install_skills_legacy_error()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 3}, {"id": "cli_openspecargs", "label": "OpenspecArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenspecArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_openspeccommands", "label": "OpenspecCommands", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenspecCommands", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_openspeclistargs", "label": "OpenspecListArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenspecListArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_openspecshowargs", "label": "OpenspecShowArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenspecShowArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_evidencemode", "label": "EvidenceMode", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EvidenceMode", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_openspecvalidateargs", "label": "OpenspecValidateArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenspecValidateArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_openspecarchiveargs", "label": "OpenspecArchiveArgs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenspecArchiveArgs", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_check_git_directory", "label": "check_git_directory()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "check_git_directory()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 5}, {"id": "cli_check_git_available", "label": "check_git_available()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "check_git_available()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 4}, {"id": "cli_check_parallel_available", "label": "check_parallel_available()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "check_parallel_available()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 6}, {"id": "cli_test_run_subcommand_config_option", "label": "test_run_subcommand_config_option()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_config_option()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_change_option", "label": "test_run_subcommand_change_option()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_change_option()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_multiple_changes_comma_separated", "label": "test_run_subcommand_multiple_changes_comma_separated()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_multiple_changes_comma_separated()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_multiple_changes_with_spaces", "label": "test_run_subcommand_multiple_changes_with_spaces()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_multiple_changes_with_spaces()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_no_change_option", "label": "test_run_subcommand_no_change_option()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_no_change_option()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_no_subcommand", "label": "test_no_subcommand()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_subcommand()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_init_subcommand_default_template", "label": "test_init_subcommand_default_template()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_init_subcommand_default_template()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_init_subcommand_opencode_template", "label": "test_init_subcommand_opencode_template()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_init_subcommand_opencode_template()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_init_subcommand_claude_template", "label": "test_init_subcommand_claude_template()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_init_subcommand_claude_template()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_init_subcommand_codex_template", "label": "test_init_subcommand_codex_template()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_init_subcommand_codex_template()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_init_subcommand_short_template_flag", "label": "test_init_subcommand_short_template_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_init_subcommand_short_template_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_init_subcommand_force_flag", "label": "test_init_subcommand_force_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_init_subcommand_force_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_init_subcommand_short_force_flag", "label": "test_init_subcommand_short_force_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_init_subcommand_short_force_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_version_flag_exits_with_display_version", "label": "test_version_flag_exits_with_display_version()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_version_flag_exits_with_display_version()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_short_version_flag", "label": "test_short_version_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_short_version_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_max_iterations_default", "label": "test_run_subcommand_max_iterations_default()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_max_iterations_default()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_max_iterations_custom", "label": "test_run_subcommand_max_iterations_custom()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_max_iterations_custom()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_max_iterations_zero", "label": "test_run_subcommand_max_iterations_zero()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_max_iterations_zero()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_parallel_flag_default", "label": "test_run_subcommand_parallel_flag_default()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_parallel_flag_default()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_parallel_flag_enabled", "label": "test_run_subcommand_parallel_flag_enabled()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_parallel_flag_enabled()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_max_concurrent", "label": "test_run_subcommand_max_concurrent()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_max_concurrent()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_dry_run", "label": "test_run_subcommand_dry_run()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_dry_run()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_web_port_default_auto_assign", "label": "test_run_subcommand_web_port_default_auto_assign()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_web_port_default_auto_assign()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_run_subcommand_web_port_explicit", "label": "test_run_subcommand_web_port_explicit()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_subcommand_web_port_explicit()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_tui_subcommand_web_port_default_auto_assign", "label": "test_tui_subcommand_web_port_default_auto_assign()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tui_subcommand_web_port_default_auto_assign()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_no_subcommand_with_web", "label": "test_no_subcommand_with_web()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_subcommand_with_web()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_check_conflicts_subcommand_default", "label": "test_check_conflicts_subcommand_default()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_conflicts_subcommand_default()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_check_conflicts_subcommand_json_flag", "label": "test_check_conflicts_subcommand_json_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_conflicts_subcommand_json_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_check_conflicts_subcommand_short_json_flag", "label": "test_check_conflicts_subcommand_short_json_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_conflicts_subcommand_short_json_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_top_level_server_option", "label": "test_top_level_server_option()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_top_level_server_option()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_top_level_server_token_option", "label": "test_top_level_server_token_option()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_top_level_server_token_option()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_top_level_server_token_env_option", "label": "test_top_level_server_token_env_option()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_top_level_server_token_env_option()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_top_level_no_server_defaults_to_none", "label": "test_top_level_no_server_defaults_to_none()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_top_level_no_server_defaults_to_none()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_case_1_cflx", "label": "test_case_1_cflx()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_case_1_cflx()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_case_2_cflx_web", "label": "test_case_2_cflx_web()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_case_2_cflx_web()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_case_3_cflx_tui_web", "label": "test_case_3_cflx_tui_web()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_case_3_cflx_tui_web()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_case_4_cflx_run_web", "label": "test_case_4_cflx_run_web()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_case_4_cflx_run_web()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_parse_tui_args_with_web_simulation", "label": "test_parse_tui_args_with_web_simulation()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_tui_args_with_web_simulation()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_add_subcommand", "label": "test_project_add_subcommand()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_add_subcommand()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_remove_subcommand", "label": "test_project_remove_subcommand()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_remove_subcommand()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_status_no_id", "label": "test_project_status_no_id()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_status_no_id()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_status_with_id", "label": "test_project_status_with_id()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_status_with_id()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_sync_subcommand", "label": "test_project_sync_subcommand()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_sync_subcommand()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_json_flag", "label": "test_project_json_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_json_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_json_short_flag", "label": "test_project_json_short_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_json_short_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_server_flag", "label": "test_project_server_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_server_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_sync_all_flag", "label": "test_project_sync_all_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_sync_all_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_sync_project_id", "label": "test_project_sync_project_id()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_sync_project_id()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_sync_all_and_project_id_conflict", "label": "test_project_sync_all_and_project_id_conflict()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_sync_all_and_project_id_conflict()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_sync_default_server", "label": "test_project_sync_default_server()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_sync_default_server()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_project_sync_custom_server", "label": "test_project_sync_custom_server()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_sync_custom_server()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_install_skills_no_args", "label": "test_install_skills_no_args()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_install_skills_no_args()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_install_skills_global_flag", "label": "test_install_skills_global_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_install_skills_global_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_install_skills_claude_flag", "label": "test_install_skills_claude_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_install_skills_claude_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_install_skills_claude_and_global_flags", "label": "test_install_skills_claude_and_global_flags()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_install_skills_claude_and_global_flags()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_install_skills_legacy_self_arg_captured", "label": "test_install_skills_legacy_self_arg_captured()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_install_skills_legacy_self_arg_captured()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 2}, {"id": "cli_test_install_skills_legacy_local_arg_captured", "label": "test_install_skills_legacy_local_arg_captured()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_install_skills_legacy_local_arg_captured()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 2}, {"id": "cli_test_openspec_list_default", "label": "test_openspec_list_default()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openspec_list_default()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_openspec_list_specs_flag", "label": "test_openspec_list_specs_flag()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openspec_list_specs_flag()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_openspec_show_basic", "label": "test_openspec_show_basic()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openspec_show_basic()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_openspec_show_json_deltas_only", "label": "test_openspec_show_json_deltas_only()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openspec_show_json_deltas_only()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_openspec_validate_all_default", "label": "test_openspec_validate_all_default()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openspec_validate_all_default()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_openspec_validate_strict_with_change", "label": "test_openspec_validate_strict_with_change()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openspec_validate_strict_with_change()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_openspec_validate_evidence_modes", "label": "test_openspec_validate_evidence_modes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openspec_validate_evidence_modes()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_openspec_archive_basic", "label": "test_openspec_archive_basic()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openspec_archive_basic()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_openspec_archive_skip_specs", "label": "test_openspec_archive_skip_specs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_openspec_archive_skip_specs()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 1}, {"id": "cli_test_tui_help_displays_key_bindings", "label": "test_tui_help_displays_key_bindings()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tui_help_displays_key_bindings()", "community": 17, "community_name": "Community 17", "source_file": "src/cli.rs", "file_type": "code", "degree": 2}, {"id": "src_install_skills_rs", "label": "install_skills.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "install_skills.rs", "community": 0, "community_name": "Community 0", "source_file": "src/install_skills.rs", "file_type": "code", "degree": 8}, {"id": "install_skills_installtarget", "label": "InstallTarget", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "InstallTarget", "community": 0, "community_name": "Community 0", "source_file": "src/install_skills.rs", "file_type": "code", "degree": 2}, {"id": "install_skills_installtarget_root_dir_name", "label": ".root_dir_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".root_dir_name()", "community": 0, "community_name": "Community 0", "source_file": "src/install_skills.rs", "file_type": "code", "degree": 2}, {"id": "install_skills_installskillsoptions", "label": "InstallSkillsOptions", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "InstallSkillsOptions", "community": 0, "community_name": "Community 0", "source_file": "src/install_skills.rs", "file_type": "code", "degree": 1}, {"id": "install_skills_resolve_install_paths", "label": "resolve_install_paths()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_install_paths()", "community": 0, "community_name": "Community 0", "source_file": "src/install_skills.rs", "file_type": "code", "degree": 7}, {"id": "install_skills_run_install_skills", "label": "run_install_skills()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "run_install_skills()", "community": 0, "community_name": "Community 0", "source_file": "src/install_skills.rs", "file_type": "code", "degree": 13}, {"id": "install_skills_test_resolve_install_paths_project_scope", "label": "test_resolve_install_paths_project_scope()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_install_paths_project_scope()", "community": 0, "community_name": "Community 0", "source_file": "src/install_skills.rs", "file_type": "code", "degree": 3}, {"id": "install_skills_test_resolve_install_paths_global_scope", "label": "test_resolve_install_paths_global_scope()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_install_paths_global_scope()", "community": 0, "community_name": "Community 0", "source_file": "src/install_skills.rs", "file_type": "code", "degree": 3}, {"id": "install_skills_test_resolve_install_paths_project_scope_claude_target", "label": "test_resolve_install_paths_project_scope_claude_target()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_install_paths_project_scope_claude_target()", "community": 0, "community_name": "Community 0", "source_file": "src/install_skills.rs", "file_type": "code", "degree": 3}, {"id": "install_skills_test_resolve_install_paths_global_scope_claude_target", "label": "test_resolve_install_paths_global_scope_claude_target()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_install_paths_global_scope_claude_target()", "community": 0, "community_name": "Community 0", "source_file": "src/install_skills.rs", "file_type": "code", "degree": 3}, {"id": "src_worktree_ops_rs", "label": "worktree_ops.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "worktree_ops.rs", "community": 2, "community_name": "Community 2", "source_file": "src/worktree_ops.rs", "file_type": "code", "degree": 9}, {"id": "worktree_ops_get_worktrees", "label": "get_worktrees()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_worktrees()", "community": 2, "community_name": "Community 2", "source_file": "src/worktree_ops.rs", "file_type": "code", "degree": 20}, {"id": "worktree_ops_can_delete_worktree", "label": "can_delete_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "can_delete_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/worktree_ops.rs", "file_type": "code", "degree": 5}, {"id": "worktree_ops_can_merge_worktree", "label": "can_merge_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "can_merge_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/worktree_ops.rs", "file_type": "code", "degree": 7}, {"id": "worktree_ops_worktree_exists", "label": "worktree_exists()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "worktree_exists()", "community": 2, "community_name": "Community 2", "source_file": "src/worktree_ops.rs", "file_type": "code", "degree": 4}, {"id": "worktree_ops_test_can_delete_main_worktree", "label": "test_can_delete_main_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_can_delete_main_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/worktree_ops.rs", "file_type": "code", "degree": 3}, {"id": "worktree_ops_test_can_merge_main_worktree", "label": "test_can_merge_main_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_can_merge_main_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/worktree_ops.rs", "file_type": "code", "degree": 3}, {"id": "worktree_ops_test_can_merge_with_conflicts", "label": "test_can_merge_with_conflicts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_can_merge_with_conflicts()", "community": 2, "community_name": "Community 2", "source_file": "src/worktree_ops.rs", "file_type": "code", "degree": 3}, {"id": "worktree_ops_test_can_merge_no_commits_ahead", "label": "test_can_merge_no_commits_ahead()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_can_merge_no_commits_ahead()", "community": 2, "community_name": "Community 2", "source_file": "src/worktree_ops.rs", "file_type": "code", "degree": 3}, {"id": "worktree_ops_test_can_merge_valid", "label": "test_can_merge_valid()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_can_merge_valid()", "community": 2, "community_name": "Community 2", "source_file": "src/worktree_ops.rs", "file_type": "code", "degree": 3}, {"id": "src_parallel_conflict_rs", "label": "conflict.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "conflict.rs", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 13}, {"id": "conflict_autoresolveguard", "label": "AutoResolveGuard", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AutoResolveGuard", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 3}, {"id": "conflict_autoresolveguard_new", "label": ".new()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 3}, {"id": "conflict_autoresolveguard_drop", "label": ".drop()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".drop()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_detect_conflicts", "label": "detect_conflicts()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_conflicts()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 4}, {"id": "conflict_get_vcs_status", "label": "get_vcs_status()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_vcs_status()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 5}, {"id": "conflict_get_vcs_log_for_revisions", "label": "get_vcs_log_for_revisions()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_vcs_log_for_revisions()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 5}, {"id": "conflict_resolve_conflicts_with_retry", "label": "resolve_conflicts_with_retry()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_conflicts_with_retry()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 32}, {"id": "conflict_resolvemergeswithretryargs", "label": "ResolveMergesWithRetryArgs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResolveMergesWithRetryArgs", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_resolve_merges_with_retry", "label": "resolve_merges_with_retry()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_merges_with_retry()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 43}, {"id": "conflict_build_conflict_resolve_prompt", "label": "build_conflict_resolve_prompt()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_conflict_resolve_prompt()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 4}, {"id": "conflict_build_sequential_merge_resolve_prompt", "label": "build_sequential_merge_resolve_prompt()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_sequential_merge_resolve_prompt()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 4}, {"id": "conflict_test_conflict_resolve_prompt_has_skill_prelude", "label": "test_conflict_resolve_prompt_has_skill_prelude()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_conflict_resolve_prompt_has_skill_prelude()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 2}, {"id": "conflict_test_conflict_resolve_prompt_no_fixed_guidance", "label": "test_conflict_resolve_prompt_no_fixed_guidance()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_conflict_resolve_prompt_no_fixed_guidance()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 2}, {"id": "conflict_test_sequential_merge_prompt_has_skill_prelude", "label": "test_sequential_merge_prompt_has_skill_prelude()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_sequential_merge_prompt_has_skill_prelude()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 2}, {"id": "conflict_test_sequential_merge_prompt_no_fixed_guidance", "label": "test_sequential_merge_prompt_no_fixed_guidance()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_sequential_merge_prompt_no_fixed_guidance()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/conflict.rs", "file_type": "code", "degree": 2}, {"id": "src_parallel_queue_state_rs", "label": "queue_state.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "queue_state.rs", "community": 94, "community_name": "Community 94", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 0}, {"id": "queue_state_parallelexecutor", "label": "ParallelExecutor", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ParallelExecutor", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 15}, {"id": "queue_state_parallelexecutor_should_reanalyze", "label": ".should_reanalyze()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".should_reanalyze()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 3}, {"id": "queue_state_parallelexecutor_is_cancelled", "label": ".is_cancelled()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_cancelled()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 2}, {"id": "queue_state_parallelexecutor_has_resolve_wait", "label": ".has_resolve_wait()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".has_resolve_wait()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 2}, {"id": "queue_state_parallelexecutor_skip_reason_for_change", "label": ".skip_reason_for_change()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".skip_reason_for_change()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 2}, {"id": "queue_state_parallelexecutor_is_dependency_resolved", "label": ".is_dependency_resolved()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_dependency_resolved()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 4}, {"id": "queue_state_parallelexecutor_manual_resolve_active", "label": ".manual_resolve_active()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".manual_resolve_active()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 5}, {"id": "queue_state_parallelexecutor_calculate_available_slots", "label": ".calculate_available_slots()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculate_available_slots()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 6}, {"id": "queue_state_parallelexecutor_filter_executable_changes", "label": ".filter_executable_changes()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".filter_executable_changes()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 5}, {"id": "queue_state_parallelexecutor_select_changes_for_dispatch", "label": ".select_changes_for_dispatch()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".select_changes_for_dispatch()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 11}, {"id": "queue_state_parallelexecutor_handle_workspace_completion", "label": ".handle_workspace_completion()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_workspace_completion()", "community": 6, "community_name": "Community 6", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 9}, {"id": "queue_state_parallelexecutor_spawn_merge_task", "label": ".spawn_merge_task()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".spawn_merge_task()", "community": 6, "community_name": "Community 6", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 6}, {"id": "queue_state_parallelexecutor_handle_merge_result", "label": ".handle_merge_result()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_merge_result()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 5}, {"id": "queue_state_parallelexecutor_retry_deferred_merges", "label": ".retry_deferred_merges()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".retry_deferred_merges()", "community": 6, "community_name": "Community 6", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 16}, {"id": "queue_state_parallelexecutor_check_dynamic_queue_and_add_changes", "label": ".check_dynamic_queue_and_add_changes()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_dynamic_queue_and_add_changes()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 9}, {"id": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "label": ".perform_reanalysis_and_dispatch()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".perform_reanalysis_and_dispatch()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/queue_state.rs", "file_type": "code", "degree": 20}, {"id": "src_parallel_cleanup_rs", "label": "cleanup.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup.rs", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 17}, {"id": "cleanup_workspacecleanupguard", "label": "WorkspaceCleanupGuard", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkspaceCleanupGuard", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 7}, {"id": "cleanup_workspacecleanupguard_new", "label": ".new()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 19}, {"id": "cleanup_workspacecleanupguard_track", "label": ".track()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".track()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 12}, {"id": "cleanup_workspacecleanupguard_preserve", "label": ".preserve()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".preserve()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 6}, {"id": "cleanup_workspacecleanupguard_preserve_all", "label": ".preserve_all()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".preserve_all()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 1}, {"id": "cleanup_workspacecleanupguard_commit", "label": ".commit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".commit()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 3}, {"id": "cleanup_workspacecleanupguard_drop", "label": ".drop()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".drop()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 7}, {"id": "cleanup_test_cleanup_guard_creation", "label": "test_cleanup_guard_creation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_creation()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 2}, {"id": "cleanup_test_cleanup_guard_tracks_workspaces", "label": "test_cleanup_guard_tracks_workspaces()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_tracks_workspaces()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 4}, {"id": "cleanup_test_cleanup_guard_commit_enables_cleanup", "label": "test_cleanup_guard_commit_enables_cleanup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_commit_enables_cleanup()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 5}, {"id": "cleanup_test_cleanup_guard_git_backend", "label": "test_cleanup_guard_git_backend()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_git_backend()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 2}, {"id": "cleanup_test_cleanup_guard_auto_backend_treated_as_git", "label": "test_cleanup_guard_auto_backend_treated_as_git()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_auto_backend_treated_as_git()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 2}, {"id": "cleanup_test_cleanup_guard_drop_with_empty_workspaces_does_nothing", "label": "test_cleanup_guard_drop_with_empty_workspaces_does_nothing()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_drop_with_empty_workspaces_does_nothing()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 3}, {"id": "cleanup_test_cleanup_guard_drop_without_commit_preserves_workspaces", "label": "test_cleanup_guard_drop_without_commit_preserves_workspaces()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_drop_without_commit_preserves_workspaces()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 5}, {"id": "cleanup_test_cleanup_guard_raii_pattern", "label": "test_cleanup_guard_raii_pattern()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_raii_pattern()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 4}, {"id": "cleanup_test_cleanup_guard_commit_on_success", "label": "test_cleanup_guard_commit_on_success()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_commit_on_success()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 5}, {"id": "cleanup_test_cleanup_guard_git_branch_delete_command", "label": "test_cleanup_guard_git_branch_delete_command()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_git_branch_delete_command()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 2}, {"id": "cleanup_test_cleanup_guard_preserve_workspace", "label": "test_cleanup_guard_preserve_workspace()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_preserve_workspace()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 5}, {"id": "cleanup_test_cleanup_guard_preserved_workspace_not_cleaned_on_drop", "label": "test_cleanup_guard_preserved_workspace_not_cleaned_on_drop()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_preserved_workspace_not_cleaned_on_drop()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 5}, {"id": "cleanup_test_cleanup_guard_all_preserved_does_nothing", "label": "test_cleanup_guard_all_preserved_does_nothing()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_all_preserved_does_nothing()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 5}, {"id": "cleanup_test_cleanup_guard_preserved_workspaces_starts_empty", "label": "test_cleanup_guard_preserved_workspaces_starts_empty()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_preserved_workspaces_starts_empty()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 2}, {"id": "cleanup_test_cleanup_guard_merge_deferred_preserves_worktree", "label": "test_cleanup_guard_merge_deferred_preserves_worktree()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_merge_deferred_preserves_worktree()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 5}, {"id": "cleanup_test_cleanup_guard_merge_deferred_multiple_workspaces", "label": "test_cleanup_guard_merge_deferred_multiple_workspaces()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_guard_merge_deferred_multiple_workspaces()", "community": 1, "community_name": "Community 1", "source_file": "src/parallel/cleanup.rs", "file_type": "code", "degree": 5}, {"id": "src_parallel_types_rs", "label": "types.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "types.rs", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 9}, {"id": "types_workspaceresult", "label": "WorkspaceResult", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkspaceResult", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 1}, {"id": "types_mergeresult", "label": "MergeResult", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MergeResult", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 1}, {"id": "types_failedchangetracker", "label": "FailedChangeTracker", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FailedChangeTracker", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 6}, {"id": "types_failedchangetracker_new", "label": ".new()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 8}, {"id": "types_failedchangetracker_set_dependencies", "label": ".set_dependencies()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_dependencies()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 5}, {"id": "types_failedchangetracker_mark_failed", "label": ".mark_failed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".mark_failed()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 6}, {"id": "types_failedchangetracker_should_skip", "label": ".should_skip()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".should_skip()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 7}, {"id": "types_failedchangetracker_failed_changes", "label": ".failed_changes()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".failed_changes()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 1}, {"id": "types_test_failed_tracker_new", "label": "test_failed_tracker_new()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_failed_tracker_new()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_mark_failed", "label": "test_mark_failed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_mark_failed()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 3}, {"id": "types_test_should_skip_no_dependencies", "label": "test_should_skip_no_dependencies()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_should_skip_no_dependencies()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_should_skip_with_failed_dependency", "label": "test_should_skip_with_failed_dependency()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_should_skip_with_failed_dependency()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 5}, {"id": "types_test_should_skip_no_failed_dependency", "label": "test_should_skip_no_failed_dependency()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_should_skip_no_failed_dependency()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 3}, {"id": "types_test_should_skip_with_multiple_dependencies", "label": "test_should_skip_with_multiple_dependencies()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_should_skip_with_multiple_dependencies()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/types.rs", "file_type": "code", "degree": 5}, {"id": "src_parallel_dispatch_rs", "label": "dispatch.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dispatch.rs", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 20}, {"id": "dispatch_init_git_workspace", "label": "init_git_workspace()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "init_git_workspace()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 8}, {"id": "dispatch_decide_resume_action_routes_applied_to_acceptance_without_state_file", "label": "decide_resume_action_routes_applied_to_acceptance_without_state_file()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "decide_resume_action_routes_applied_to_acceptance_without_state_file()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 4}, {"id": "dispatch_decide_resume_action_routes_applied_to_archive_with_passed_state", "label": "decide_resume_action_routes_applied_to_archive_with_passed_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "decide_resume_action_routes_applied_to_archive_with_passed_state()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 6}, {"id": "dispatch_decide_resume_action_routes_applied_to_acceptance_with_failed_durable_state", "label": "decide_resume_action_routes_applied_to_acceptance_with_failed_durable_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "decide_resume_action_routes_applied_to_acceptance_with_failed_durable_state()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 6}, {"id": "dispatch_decide_resume_action_routes_applied_to_apply_when_implementation_tasks_incomplete", "label": "decide_resume_action_routes_applied_to_apply_when_implementation_tasks_incomplete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "decide_resume_action_routes_applied_to_apply_when_implementation_tasks_incomplete()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 4}, {"id": "dispatch_decide_resume_action_routes_applied_to_apply_when_follow_up_tasks_incomplete", "label": "decide_resume_action_routes_applied_to_apply_when_follow_up_tasks_incomplete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "decide_resume_action_routes_applied_to_apply_when_follow_up_tasks_incomplete()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 4}, {"id": "dispatch_acceptance_follow_up_reopens_completed_tasks_for_apply_resume", "label": "acceptance_follow_up_reopens_completed_tasks_for_apply_resume()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance_follow_up_reopens_completed_tasks_for_apply_resume()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 5}, {"id": "dispatch_decide_resume_action_keeps_archived_as_terminal", "label": "decide_resume_action_keeps_archived_as_terminal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "decide_resume_action_keeps_archived_as_terminal()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 3}, {"id": "dispatch_should_run_apply_consumes_skip_flag_after_first_cycle", "label": "should_run_apply_consumes_skip_flag_after_first_cycle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "should_run_apply_consumes_skip_flag_after_first_cycle()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 1}, {"id": "dispatch_resume_cycle_flags_for_acceptance_resume_skip_only_apply_once", "label": "resume_cycle_flags_for_acceptance_resume_skip_only_apply_once()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resume_cycle_flags_for_acceptance_resume_skip_only_apply_once()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 2}, {"id": "dispatch_resume_cycle_flags_for_archive_resume_skip_apply_and_acceptance_once", "label": "resume_cycle_flags_for_archive_resume_skip_apply_and_acceptance_once()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resume_cycle_flags_for_archive_resume_skip_apply_and_acceptance_once()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 2}, {"id": "dispatch_resumeaction", "label": "ResumeAction", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResumeAction", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 1}, {"id": "dispatch_tasks_file_path", "label": "tasks_file_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tasks_file_path()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 2}, {"id": "dispatch_decide_resume_action", "label": "decide_resume_action()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "decide_resume_action()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 12}, {"id": "dispatch_should_route_to_apply_for_incomplete_implementation_tasks", "label": "should_route_to_apply_for_incomplete_implementation_tasks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "should_route_to_apply_for_incomplete_implementation_tasks()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 4}, {"id": "dispatch_is_implementation_change", "label": "is_implementation_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_implementation_change()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 3}, {"id": "dispatch_read_implementation_task_progress", "label": "read_implementation_task_progress()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "read_implementation_task_progress()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 3}, {"id": "dispatch_resolve_current_revision_sync", "label": "resolve_current_revision_sync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_current_revision_sync()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 7}, {"id": "dispatch_should_run_apply", "label": "should_run_apply()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "should_run_apply()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 2}, {"id": "dispatch_resume_cycle_flags", "label": "resume_cycle_flags()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "resume_cycle_flags()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 4}, {"id": "dispatch_parallelexecutor", "label": "ParallelExecutor", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ParallelExecutor", "community": 4, "community_name": "Community 4", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 1}, {"id": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": ".dispatch_change_to_workspace()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".dispatch_change_to_workspace()", "community": 4, "community_name": "Community 4", "source_file": "src/parallel/dispatch.rs", "file_type": "code", "degree": 40}, {"id": "src_parallel_events_rs", "label": "events.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "events.rs", "community": 95, "community_name": "Community 95", "source_file": "src/parallel/events.rs", "file_type": "code", "degree": 0}, {"id": "src_parallel_acceptance_state_rs", "label": "acceptance_state.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance_state.rs", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 19}, {"id": "acceptance_state_acceptancestatestatus", "label": "AcceptanceStateStatus", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AcceptanceStateStatus", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_state_acceptancestate", "label": "AcceptanceState", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AcceptanceState", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_state_acceptancestate_new", "label": ".new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 3}, {"id": "acceptance_state_acceptance_state_root_dir", "label": "acceptance_state_root_dir()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance_state_root_dir()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 5}, {"id": "acceptance_state_workspace_state_file_name", "label": "workspace_state_file_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "workspace_state_file_name()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_state_acceptance_state_path", "label": "acceptance_state_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance_state_path()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 7}, {"id": "acceptance_state_load_acceptance_state", "label": "load_acceptance_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "load_acceptance_state()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 6}, {"id": "acceptance_state_save_acceptance_state", "label": "save_acceptance_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "save_acceptance_state()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 9}, {"id": "acceptance_state_delete_acceptance_state", "label": "delete_acceptance_state()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_acceptance_state()", "community": 6, "community_name": "Community 6", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 8}, {"id": "acceptance_state_mark_apply_completed", "label": "mark_apply_completed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mark_apply_completed()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 4}, {"id": "acceptance_state_mark_acceptance_started", "label": "mark_acceptance_started()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mark_acceptance_started()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 3}, {"id": "acceptance_state_mark_acceptance_passed", "label": "mark_acceptance_passed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "mark_acceptance_passed()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 7}, {"id": "acceptance_state_mark_acceptance_failed", "label": "mark_acceptance_failed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mark_acceptance_failed()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 4}, {"id": "acceptance_state_has_durable_acceptance_pass", "label": "has_durable_acceptance_pass()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "has_durable_acceptance_pass()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 4}, {"id": "acceptance_state_acceptance_resume_ready_for_archive", "label": "acceptance_resume_ready_for_archive()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance_resume_ready_for_archive()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 3}, {"id": "acceptance_state_acceptance_state_roundtrip", "label": "acceptance_state_roundtrip()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance_state_roundtrip()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 3}, {"id": "acceptance_state_durable_pass_requires_matching_revision", "label": "durable_pass_requires_matching_revision()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "durable_pass_requires_matching_revision()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_state_acceptance_state_is_not_created_under_worktree", "label": "acceptance_state_is_not_created_under_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance_state_is_not_created_under_worktree()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_state_acceptance_state_can_be_deleted", "label": "acceptance_state_can_be_deleted()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance_state_can_be_deleted()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 4}, {"id": "acceptance_state_workspace_path_key_survives_relative_and_absolute_paths", "label": "workspace_path_key_survives_relative_and_absolute_paths()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "workspace_path_key_survives_relative_and_absolute_paths()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/acceptance_state.rs", "file_type": "code", "degree": 4}, {"id": "src_parallel_merge_rs", "label": "merge.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "merge.rs", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 6}, {"id": "merge_base_dirty_reason", "label": "base_dirty_reason()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "base_dirty_reason()", "community": 8, "community_name": "Community 8", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 7}, {"id": "merge_deferredmerge", "label": "DeferredMerge", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DeferredMerge", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 3}, {"id": "merge_mergeattempt", "label": "MergeAttempt", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MergeAttempt", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 1}, {"id": "merge_deferredmerge_auto", "label": ".auto()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".auto()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 3}, {"id": "merge_deferredmerge_manual", "label": ".manual()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".manual()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 3}, {"id": "merge_parallelexecutor", "label": "ParallelExecutor", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ParallelExecutor", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 6}, {"id": "merge_parallelexecutor_handle_merge_and_cleanup", "label": ".handle_merge_and_cleanup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_merge_and_cleanup()", "community": 6, "community_name": "Community 6", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 16}, {"id": "merge_parallelexecutor_attempt_merge", "label": ".attempt_merge()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".attempt_merge()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 19}, {"id": "merge_parallelexecutor_resolve_merge_for_change", "label": ".resolve_merge_for_change()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolve_merge_for_change()", "community": 6, "community_name": "Community 6", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 15}, {"id": "merge_parallelexecutor_merge_and_resolve", "label": ".merge_and_resolve()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".merge_and_resolve()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 4}, {"id": "merge_parallelexecutor_merge_and_resolve_with", "label": ".merge_and_resolve_with()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".merge_and_resolve_with()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 19}, {"id": "merge_parallelexecutor_verify_merge_commits", "label": ".verify_merge_commits()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".verify_merge_commits()", "community": 8, "community_name": "Community 8", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 9}, {"id": "merge_resolve_deferred_merge", "label": "resolve_deferred_merge()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_deferred_merge()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 6}, {"id": "merge_test_auto_deferred_sets_auto_resumable_true", "label": "test_auto_deferred_sets_auto_resumable_true()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_auto_deferred_sets_auto_resumable_true()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 2}, {"id": "merge_test_manual_deferred_sets_auto_resumable_false", "label": "test_manual_deferred_sets_auto_resumable_false()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_manual_deferred_sets_auto_resumable_false()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/merge.rs", "file_type": "code", "degree": 2}, {"id": "src_parallel_mod_rs", "label": "mod.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_schedulerlifetime", "label": "SchedulerLifetime", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SchedulerLifetime", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_global_merge_lock", "label": "global_merge_lock()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "global_merge_lock()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_parallelexecutor", "label": "ParallelExecutor", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ParallelExecutor", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/mod.rs", "file_type": "code", "degree": 1}, {"id": "src_parallel_executor_rs", "label": "executor.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "executor.rs", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 24}, {"id": "executor_parallelhookcontext", "label": "ParallelHookContext", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ParallelHookContext", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_build_parallel_hook_context", "label": "build_parallel_hook_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_parallel_hook_context()", "community": 6, "community_name": "Community 6", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 6}, {"id": "executor_run_post_apply_cleanup_review", "label": "run_post_apply_cleanup_review()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "run_post_apply_cleanup_review()", "community": 5, "community_name": "Community 5", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 15}, {"id": "executor_execute_apply_in_workspace", "label": "execute_apply_in_workspace()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "execute_apply_in_workspace()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 11}, {"id": "executor_execute_archive_in_workspace", "label": "execute_archive_in_workspace()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "execute_archive_in_workspace()", "community": 4, "community_name": "Community 4", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 43}, {"id": "executor_format_acceptance_failure_log_message", "label": "format_acceptance_failure_log_message()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "format_acceptance_failure_log_message()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 5}, {"id": "executor_resolve_acceptance_state_revision", "label": "resolve_acceptance_state_revision()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_acceptance_state_revision()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 4}, {"id": "executor_revision_to_history_commit_hash", "label": "revision_to_history_commit_hash()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "revision_to_history_commit_hash()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_acceptance_verdict_grace_period", "label": "acceptance_verdict_grace_period()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance_verdict_grace_period()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_scoped_verdict_grace_secs_for_test", "label": "scoped_verdict_grace_secs_for_test()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "scoped_verdict_grace_secs_for_test()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_execute_acceptance_in_workspace", "label": "execute_acceptance_in_workspace()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.5, "font": {"size": 0, "color": "#ffffff"}, "title": "execute_acceptance_in_workspace()", "community": 5, "community_name": "Community 5", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 62}, {"id": "executor_test_progress_commit_message_format", "label": "test_progress_commit_message_format()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_commit_message_format()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_test_progress_commit_message_all_complete", "label": "test_progress_commit_message_all_complete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_commit_message_all_complete()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_test_progress_commit_message_zero_progress", "label": "test_progress_commit_message_zero_progress()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_commit_message_zero_progress()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_test_progress_commit_message_special_characters", "label": "test_progress_commit_message_special_characters()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_commit_message_special_characters()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_test_format_acceptance_failure_log_message_includes_blocking_gate_context", "label": "test_format_acceptance_failure_log_message_includes_blocking_gate_context()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_format_acceptance_failure_log_message_includes_blocking_gate_context()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_test_format_acceptance_failure_log_message_handles_empty_findings", "label": "test_format_acceptance_failure_log_message_handles_empty_findings()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_format_acceptance_failure_log_message_handles_empty_findings()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_test_resolve_acceptance_state_revision_prefers_end_revision", "label": "test_resolve_acceptance_state_revision_prefers_end_revision()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_acceptance_state_revision_prefers_end_revision()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_test_resolve_acceptance_state_revision_falls_back_to_start_revision", "label": "test_resolve_acceptance_state_revision_falls_back_to_start_revision()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_acceptance_state_revision_falls_back_to_start_revision()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_test_progress_check_condition", "label": "test_progress_check_condition()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_check_condition()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_init_test_git_repo", "label": "init_test_git_repo()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "init_test_git_repo()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 4}, {"id": "executor_test_ai_runner", "label": "test_ai_runner()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_ai_runner()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 5}, {"id": "executor_test_post_apply_cleanup_review_succeeds_with_single_clean_marker", "label": "test_post_apply_cleanup_review_succeeds_with_single_clean_marker()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_post_apply_cleanup_review_succeeds_with_single_clean_marker()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 7}, {"id": "executor_test_post_apply_cleanup_review_fails_when_marker_missing", "label": "test_post_apply_cleanup_review_fails_when_marker_missing()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_post_apply_cleanup_review_fails_when_marker_missing()", "community": 22, "community_name": "Community 22", "source_file": "src/parallel/executor.rs", "file_type": "code", "degree": 6}, {"id": "src_parallel_workspace_rs", "label": "workspace.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "workspace.rs", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/workspace.rs", "file_type": "code", "degree": 1}, {"id": "workspace_get_or_create_workspace", "label": "get_or_create_workspace()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "get_or_create_workspace()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/workspace.rs", "file_type": "code", "degree": 10}, {"id": "src_parallel_output_bridge_rs", "label": "output_bridge.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output_bridge.rs", "community": 16, "community_name": "Community 16", "source_file": "src/parallel/output_bridge.rs", "file_type": "code", "degree": 3}, {"id": "output_bridge_parallelapplyeventhandler", "label": "ParallelApplyEventHandler", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ParallelApplyEventHandler", "community": 16, "community_name": "Community 16", "source_file": "src/parallel/output_bridge.rs", "file_type": "code", "degree": 8}, {"id": "output_bridge_parallelapplyeventhandler_new", "label": ".new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 16, "community_name": "Community 16", "source_file": "src/parallel/output_bridge.rs", "file_type": "code", "degree": 3}, {"id": "output_bridge_parallelapplyeventhandler_on_apply_started", "label": ".on_apply_started()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_apply_started()", "community": 16, "community_name": "Community 16", "source_file": "src/parallel/output_bridge.rs", "file_type": "code", "degree": 5}, {"id": "output_bridge_parallelapplyeventhandler_on_progress_updated", "label": ".on_progress_updated()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_progress_updated()", "community": 16, "community_name": "Community 16", "source_file": "src/parallel/output_bridge.rs", "file_type": "code", "degree": 5}, {"id": "output_bridge_parallelapplyeventhandler_on_hook_started", "label": ".on_hook_started()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_started()", "community": 16, "community_name": "Community 16", "source_file": "src/parallel/output_bridge.rs", "file_type": "code", "degree": 5}, {"id": "output_bridge_parallelapplyeventhandler_on_hook_completed", "label": ".on_hook_completed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_completed()", "community": 16, "community_name": "Community 16", "source_file": "src/parallel/output_bridge.rs", "file_type": "code", "degree": 5}, {"id": "output_bridge_parallelapplyeventhandler_on_hook_failed", "label": ".on_hook_failed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_failed()", "community": 16, "community_name": "Community 16", "source_file": "src/parallel/output_bridge.rs", "file_type": "code", "degree": 4}, {"id": "output_bridge_parallelapplyeventhandler_on_apply_output", "label": ".on_apply_output()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_apply_output()", "community": 16, "community_name": "Community 16", "source_file": "src/parallel/output_bridge.rs", "file_type": "code", "degree": 3}, {"id": "output_bridge_test_parallel_apply_event_handler_with_channel", "label": "test_parallel_apply_event_handler_with_channel()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_apply_event_handler_with_channel()", "community": 16, "community_name": "Community 16", "source_file": "src/parallel/output_bridge.rs", "file_type": "code", "degree": 6}, {"id": "output_bridge_test_parallel_apply_event_handler_without_channel", "label": "test_parallel_apply_event_handler_without_channel()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_apply_event_handler_without_channel()", "community": 16, "community_name": "Community 16", "source_file": "src/parallel/output_bridge.rs", "file_type": "code", "degree": 7}, {"id": "src_parallel_orchestration_rs", "label": "orchestration.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "orchestration.rs", "community": 96, "community_name": "Community 96", "source_file": "src/parallel/orchestration.rs", "file_type": "code", "degree": 0}, {"id": "orchestration_parallelexecutor", "label": "ParallelExecutor", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ParallelExecutor", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/orchestration.rs", "file_type": "code", "degree": 2}, {"id": "orchestration_parallelexecutor_should_exit_when_idle", "label": ".should_exit_when_idle()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".should_exit_when_idle()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/orchestration.rs", "file_type": "code", "degree": 5}, {"id": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "label": ".execute_with_order_based_reanalysis()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_with_order_based_reanalysis()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/orchestration.rs", "file_type": "code", "degree": 18}, {"id": "src_parallel_builder_rs", "label": "builder.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "builder.rs", "community": 97, "community_name": "Community 97", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 0}, {"id": "builder_parallelexecutor", "label": "ParallelExecutor", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ParallelExecutor", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 15}, {"id": "builder_parallelexecutor_new", "label": ".new()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 5}, {"id": "builder_parallelexecutor_with_backend_and_queue_state", "label": ".with_backend_and_queue_state()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_backend_and_queue_state()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 3}, {"id": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "label": ".with_backend_and_queue_and_stagger()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_backend_and_queue_and_stagger()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 16}, {"id": "builder_parallelexecutor_with_backend", "label": ".with_backend()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_backend()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 3}, {"id": "builder_parallelexecutor_set_hooks", "label": ".set_hooks()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_hooks()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 4}, {"id": "builder_parallelexecutor_set_no_resume", "label": ".set_no_resume()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_no_resume()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 2}, {"id": "builder_parallelexecutor_set_cancel_token", "label": ".set_cancel_token()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_cancel_token()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 3}, {"id": "builder_parallelexecutor_set_dynamic_queue", "label": ".set_dynamic_queue()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_dynamic_queue()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 5}, {"id": "builder_parallelexecutor_set_scheduler_lifetime", "label": ".set_scheduler_lifetime()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_scheduler_lifetime()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 2}, {"id": "builder_parallelexecutor_set_persistent_lifetime", "label": ".set_persistent_lifetime()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_persistent_lifetime()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 5}, {"id": "builder_parallelexecutor_set_manual_resolve_counter", "label": ".set_manual_resolve_counter()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_manual_resolve_counter()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 7}, {"id": "builder_parallelexecutor_get_auto_resolve_counter", "label": ".get_auto_resolve_counter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_auto_resolve_counter()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 5}, {"id": "builder_parallelexecutor_backend_type", "label": ".backend_type()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".backend_type()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 2}, {"id": "builder_parallelexecutor_check_vcs_available", "label": ".check_vcs_available()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_vcs_available()", "community": 8, "community_name": "Community 8", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 2}, {"id": "builder_parallelexecutor_resolve_backend", "label": ".resolve_backend()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolve_backend()", "community": 9, "community_name": "Community 9", "source_file": "src/parallel/builder.rs", "file_type": "code", "degree": 2}, {"id": "src_parallel_dynamic_queue_rs", "label": "dynamic_queue.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dynamic_queue.rs", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/dynamic_queue.rs", "file_type": "code", "degree": 2}, {"id": "dynamic_queue_should_reanalyze_queue", "label": "should_reanalyze_queue()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "should_reanalyze_queue()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/dynamic_queue.rs", "file_type": "code", "degree": 2}, {"id": "dynamic_queue_reanalysisreason", "label": "ReanalysisReason", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReanalysisReason", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/dynamic_queue.rs", "file_type": "code", "degree": 2}, {"id": "dynamic_queue_reanalysisreason_fmt", "label": ".fmt()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".fmt()", "community": 14, "community_name": "Community 14", "source_file": "src/parallel/dynamic_queue.rs", "file_type": "code", "degree": 1}, {"id": "src_parallel_tests_conflict_rs", "label": "conflict.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "conflict.rs", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 8}, {"id": "conflict_mockworkspacemanager", "label": "MockWorkspaceManager", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "MockWorkspaceManager", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 31}, {"id": "conflict_mockworkspacemanager_new", "label": ".new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 9}, {"id": "conflict_mockworkspacemanager_with_status", "label": ".with_status()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_status()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 4}, {"id": "conflict_mockworkspacemanager_with_log", "label": ".with_log()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_log()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 2}, {"id": "conflict_mockworkspacemanager_backend_type", "label": ".backend_type()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".backend_type()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_check_available", "label": ".check_available()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_available()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_prepare_for_parallel", "label": ".prepare_for_parallel()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".prepare_for_parallel()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_get_current_revision", "label": ".get_current_revision()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_current_revision()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_create_workspace", "label": ".create_workspace()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_workspace()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 2}, {"id": "conflict_mockworkspacemanager_update_workspace_status", "label": ".update_workspace_status()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_workspace_status()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_merge_workspaces", "label": ".merge_workspaces()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".merge_workspaces()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_cleanup_workspace", "label": ".cleanup_workspace()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_workspace()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_cleanup_all", "label": ".cleanup_all()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_all()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_max_concurrent", "label": ".max_concurrent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".max_concurrent()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_list_worktree_change_ids", "label": ".list_worktree_change_ids()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_worktree_change_ids()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 2}, {"id": "conflict_mockworkspacemanager_snapshot_working_copy", "label": ".snapshot_working_copy()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".snapshot_working_copy()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_set_commit_message", "label": ".set_commit_message()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_commit_message()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_create_iteration_snapshot", "label": ".create_iteration_snapshot()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_iteration_snapshot()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_squash_wip_commits", "label": ".squash_wip_commits()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".squash_wip_commits()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_get_revision_in_workspace", "label": ".get_revision_in_workspace()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_revision_in_workspace()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_forget_workspace_sync", "label": ".forget_workspace_sync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".forget_workspace_sync()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_find_existing_workspace", "label": ".find_existing_workspace()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".find_existing_workspace()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_reuse_workspace", "label": ".reuse_workspace()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".reuse_workspace()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 2}, {"id": "conflict_mockworkspacemanager_repo_root", "label": ".repo_root()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".repo_root()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_workspaces", "label": ".workspaces()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".workspaces()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_ensure_original_branch_initialized", "label": ".ensure_original_branch_initialized()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensure_original_branch_initialized()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_original_branch", "label": ".original_branch()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".original_branch()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_detect_conflicts", "label": ".detect_conflicts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".detect_conflicts()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 3}, {"id": "conflict_mockworkspacemanager_get_status", "label": ".get_status()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_status()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_get_log_for_revisions", "label": ".get_log_for_revisions()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_log_for_revisions()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_mockworkspacemanager_conflict_resolution_prompt", "label": ".conflict_resolution_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".conflict_resolution_prompt()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "conflict_test_detect_conflicts_no_conflicts", "label": "test_detect_conflicts_no_conflicts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_conflicts_no_conflicts()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 3}, {"id": "conflict_test_detect_conflicts_with_conflicts", "label": "test_detect_conflicts_with_conflicts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_conflicts_with_conflicts()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 3}, {"id": "conflict_test_get_vcs_status", "label": "test_get_vcs_status()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_vcs_status()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 4}, {"id": "conflict_test_get_vcs_log_for_revisions", "label": "test_get_vcs_log_for_revisions()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_vcs_log_for_revisions()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 4}, {"id": "conflict_test_resolve_merges_with_retry_args_struct", "label": "test_resolve_merges_with_retry_args_struct()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merges_with_retry_args_struct()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 3}, {"id": "conflict_test_resolve_merges_with_retry_args_clone", "label": "test_resolve_merges_with_retry_args_clone()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merges_with_retry_args_clone()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 3}, {"id": "conflict_test_resolve_merges_prompt_contains_cleanup_instructions", "label": "test_resolve_merges_prompt_contains_cleanup_instructions()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merges_prompt_contains_cleanup_instructions()", "community": 25, "community_name": "Community 25", "source_file": "src/parallel/tests/conflict.rs", "file_type": "code", "degree": 1}, {"id": "src_parallel_tests_workspace_resume_rs", "label": "workspace_resume.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "workspace_resume.rs", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 12}, {"id": "workspace_resume_init_git_repo", "label": "init_git_repo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "init_git_repo()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 6}, {"id": "workspace_resume_git_commit", "label": "git_commit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "git_commit()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 6}, {"id": "workspace_resume_resumetestmanager", "label": "ResumeTestManager", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ResumeTestManager", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 28}, {"id": "workspace_resume_resumetestmanager_backend_type", "label": ".backend_type()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".backend_type()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_check_available", "label": ".check_available()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_available()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_prepare_for_parallel", "label": ".prepare_for_parallel()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".prepare_for_parallel()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_get_current_revision", "label": ".get_current_revision()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_current_revision()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_create_workspace", "label": ".create_workspace()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_workspace()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_update_workspace_status", "label": ".update_workspace_status()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_workspace_status()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_find_existing_workspace", "label": ".find_existing_workspace()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".find_existing_workspace()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_reuse_workspace", "label": ".reuse_workspace()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".reuse_workspace()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_merge_workspaces", "label": ".merge_workspaces()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".merge_workspaces()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_cleanup_workspace", "label": ".cleanup_workspace()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_workspace()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_cleanup_all", "label": ".cleanup_all()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_all()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_max_concurrent", "label": ".max_concurrent()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".max_concurrent()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_workspaces", "label": ".workspaces()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".workspaces()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_list_worktree_change_ids", "label": ".list_worktree_change_ids()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_worktree_change_ids()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 2}, {"id": "workspace_resume_resumetestmanager_conflict_resolution_prompt", "label": ".conflict_resolution_prompt()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".conflict_resolution_prompt()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_snapshot_working_copy", "label": ".snapshot_working_copy()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".snapshot_working_copy()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_set_commit_message", "label": ".set_commit_message()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_commit_message()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_create_iteration_snapshot", "label": ".create_iteration_snapshot()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_iteration_snapshot()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_squash_wip_commits", "label": ".squash_wip_commits()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".squash_wip_commits()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_get_revision_in_workspace", "label": ".get_revision_in_workspace()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_revision_in_workspace()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_get_status", "label": ".get_status()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_status()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 2}, {"id": "workspace_resume_resumetestmanager_get_log_for_revisions", "label": ".get_log_for_revisions()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_log_for_revisions()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 2}, {"id": "workspace_resume_resumetestmanager_detect_conflicts", "label": ".detect_conflicts()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".detect_conflicts()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_forget_workspace_sync", "label": ".forget_workspace_sync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".forget_workspace_sync()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_repo_root", "label": ".repo_root()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".repo_root()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_ensure_original_branch_initialized", "label": ".ensure_original_branch_initialized()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensure_original_branch_initialized()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_resumetestmanager_original_branch", "label": ".original_branch()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".original_branch()", "community": 28, "community_name": "Community 28", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 1}, {"id": "workspace_resume_test_get_or_create_workspace_new_returns_not_resumed", "label": "test_get_or_create_workspace_new_returns_not_resumed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_or_create_workspace_new_returns_not_resumed()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 3}, {"id": "workspace_resume_test_get_or_create_workspace_reuse_returns_resumed", "label": "test_get_or_create_workspace_reuse_returns_resumed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_or_create_workspace_reuse_returns_resumed()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 3}, {"id": "workspace_resume_test_get_or_create_workspace_no_resume_creates_fresh", "label": "test_get_or_create_workspace_no_resume_creates_fresh()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_or_create_workspace_no_resume_creates_fresh()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 3}, {"id": "workspace_resume_test_detect_workspace_state_archived_not_treated_as_created", "label": "test_detect_workspace_state_archived_not_treated_as_created()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_archived_not_treated_as_created()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 5}, {"id": "workspace_resume_test_detect_workspace_state_archived_date_prefixed_not_treated_as_created", "label": "test_detect_workspace_state_archived_date_prefixed_not_treated_as_created()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_archived_date_prefixed_not_treated_as_created()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 5}, {"id": "workspace_resume_test_check_task_progress_archive_fallback_returns_progress", "label": "test_check_task_progress_archive_fallback_returns_progress()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_task_progress_archive_fallback_returns_progress()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 3}, {"id": "workspace_resume_test_check_task_progress_missing_returns_error", "label": "test_check_task_progress_missing_returns_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_task_progress_missing_returns_error()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 3}, {"id": "workspace_resume_test_mixed_restart_archiving_and_archived_states_are_distinct", "label": "test_mixed_restart_archiving_and_archived_states_are_distinct()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_mixed_restart_archiving_and_archived_states_are_distinct()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 5}, {"id": "workspace_resume_test_archived_workspace_head_revision_is_readable", "label": "test_archived_workspace_head_revision_is_readable()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archived_workspace_head_revision_is_readable()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/workspace_resume.rs", "file_type": "code", "degree": 6}, {"id": "src_parallel_tests_auto_resolve_rs", "label": "auto_resolve.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "auto_resolve.rs", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/auto_resolve.rs", "file_type": "code", "degree": 5}, {"id": "auto_resolve_create_test_config", "label": "create_test_config()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_config()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/auto_resolve.rs", "file_type": "code", "degree": 6}, {"id": "auto_resolve_test_auto_resolve_counter_reduces_available_slots", "label": "test_auto_resolve_counter_reduces_available_slots()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_auto_resolve_counter_reduces_available_slots()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/auto_resolve.rs", "file_type": "code", "degree": 4}, {"id": "auto_resolve_test_multiple_auto_resolves_consume_multiple_slots", "label": "test_multiple_auto_resolves_consume_multiple_slots()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_multiple_auto_resolves_consume_multiple_slots()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/auto_resolve.rs", "file_type": "code", "degree": 4}, {"id": "auto_resolve_test_auto_resolve_counter_is_thread_safe", "label": "test_auto_resolve_counter_is_thread_safe()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_auto_resolve_counter_is_thread_safe()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/auto_resolve.rs", "file_type": "code", "degree": 5}, {"id": "auto_resolve_test_combined_manual_and_auto_resolve_slots", "label": "test_combined_manual_and_auto_resolve_slots()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_combined_manual_and_auto_resolve_slots()", "community": 0, "community_name": "Community 0", "source_file": "src/parallel/tests/auto_resolve.rs", "file_type": "code", "degree": 5}, {"id": "src_parallel_tests_mod_rs", "label": "mod.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 98, "community_name": "Community 98", "source_file": "src/parallel/tests/mod.rs", "file_type": "code", "degree": 0}, {"id": "src_parallel_tests_executor_rs", "label": "executor.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "executor.rs", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 56}, {"id": "executor_testassertionext", "label": "TestAssertionExt", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAssertionExt", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_result_t_e", "label": "Result<T, E>", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Result<T, E>", "community": 68, "community_name": "Community 68", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_result_t_e_or_fail", "label": ".or_fail()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".or_fail()", "community": 68, "community_name": "Community 68", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_option_t", "label": "Option<T>", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Option<T>", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_option_t_or_fail", "label": ".or_fail()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".or_fail()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 41}, {"id": "executor_create_test_config", "label": "create_test_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_config()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 19}, {"id": "executor_create_test_config_with", "label": "create_test_config_with()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_config_with()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 29}, {"id": "executor_test_or_fail_option_reports_context", "label": "test_or_fail_option_reports_context()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_or_fail_option_reports_context()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_test_or_fail_result_reports_context_and_error", "label": "test_or_fail_result_reports_context_and_error()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_or_fail_result_reports_context_and_error()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_test_parallel_executor_creation", "label": "test_parallel_executor_creation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_executor_creation()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 4}, {"id": "executor_testworkspacemanager", "label": "TestWorkspaceManager", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TestWorkspaceManager", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 29}, {"id": "executor_testworkspacemanager_new", "label": ".new()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 55}, {"id": "executor_testworkspacemanager_backend_type", "label": ".backend_type()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".backend_type()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_check_available", "label": ".check_available()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_available()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_prepare_for_parallel", "label": ".prepare_for_parallel()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".prepare_for_parallel()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_get_current_revision", "label": ".get_current_revision()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_current_revision()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_create_workspace", "label": ".create_workspace()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_workspace()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 10}, {"id": "executor_testworkspacemanager_update_workspace_status", "label": ".update_workspace_status()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_workspace_status()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_merge_workspaces", "label": ".merge_workspaces()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".merge_workspaces()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_cleanup_workspace", "label": ".cleanup_workspace()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_workspace()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_cleanup_all", "label": ".cleanup_all()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_all()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_max_concurrent", "label": ".max_concurrent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".max_concurrent()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_workspaces", "label": ".workspaces()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".workspaces()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_testworkspacemanager_list_worktree_change_ids", "label": ".list_worktree_change_ids()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_worktree_change_ids()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_testworkspacemanager_conflict_resolution_prompt", "label": ".conflict_resolution_prompt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".conflict_resolution_prompt()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_snapshot_working_copy", "label": ".snapshot_working_copy()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".snapshot_working_copy()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_set_commit_message", "label": ".set_commit_message()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_commit_message()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_create_iteration_snapshot", "label": ".create_iteration_snapshot()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_iteration_snapshot()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_squash_wip_commits", "label": ".squash_wip_commits()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".squash_wip_commits()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_get_revision_in_workspace", "label": ".get_revision_in_workspace()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_revision_in_workspace()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_get_status", "label": ".get_status()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_status()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_testworkspacemanager_get_log_for_revisions", "label": ".get_log_for_revisions()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_log_for_revisions()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_testworkspacemanager_detect_conflicts", "label": ".detect_conflicts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".detect_conflicts()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_forget_workspace_sync", "label": ".forget_workspace_sync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".forget_workspace_sync()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_repo_root", "label": ".repo_root()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".repo_root()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_ensure_original_branch_initialized", "label": ".ensure_original_branch_initialized()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensure_original_branch_initialized()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_original_branch", "label": ".original_branch()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".original_branch()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_find_existing_workspace", "label": ".find_existing_workspace()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".find_existing_workspace()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_testworkspacemanager_reuse_workspace", "label": ".reuse_workspace()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".reuse_workspace()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_init_git_repo", "label": "init_git_repo()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "init_git_repo()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 23}, {"id": "executor_commit_workspace_change", "label": "commit_workspace_change()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "commit_workspace_change()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 5}, {"id": "executor_test_skip_reason_for_merge_deferred_dependency", "label": "test_skip_reason_for_merge_deferred_dependency()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_skip_reason_for_merge_deferred_dependency()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 5}, {"id": "executor_test_resolve_merge_aborts_when_base_dirty", "label": "test_resolve_merge_aborts_when_base_dirty()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merge_aborts_when_base_dirty()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 9}, {"id": "executor_test_resolve_merge_executes_selected_change_only", "label": "test_resolve_merge_executes_selected_change_only()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merge_executes_selected_change_only()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 9}, {"id": "executor_test_merge_uses_resolve_command_with_change_ids", "label": "test_merge_uses_resolve_command_with_change_ids()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_uses_resolve_command_with_change_ids()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 8}, {"id": "executor_test_merge_allows_non_merge_head_after_merges", "label": "test_merge_allows_non_merge_head_after_merges()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_allows_non_merge_head_after_merges()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 8}, {"id": "executor_test_merge_retries_when_merge_left_in_progress", "label": "test_merge_retries_when_merge_left_in_progress()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_retries_when_merge_left_in_progress()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 8}, {"id": "executor_test_merge_retries_when_merge_commit_missing", "label": "test_merge_retries_when_merge_commit_missing()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_retries_when_merge_commit_missing()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 8}, {"id": "executor_test_merge_resolves_conflict_with_resolve_command", "label": "test_merge_resolves_conflict_with_resolve_command()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_resolves_conflict_with_resolve_command()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 8}, {"id": "executor_test_merge_retries_after_pre_commit_changes", "label": "test_merge_retries_after_pre_commit_changes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_retries_after_pre_commit_changes()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 8}, {"id": "executor_test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context", "label": "test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 9}, {"id": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "label": "test_archive_guard_blocks_after_acceptance_command_non_zero_exit()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_guard_blocks_after_acceptance_command_non_zero_exit()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 11}, {"id": "executor_test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes", "label": "test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 10}, {"id": "executor_test_acceptance_fail_records_follow_up_tasks", "label": "test_acceptance_fail_records_follow_up_tasks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_fail_records_follow_up_tasks()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 10}, {"id": "executor_test_acceptance_history_records_end_revision_when_head_changes", "label": "test_acceptance_history_records_end_revision_when_head_changes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_history_records_end_revision_when_head_changes()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 10}, {"id": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "label": "test_acceptance_diff_base_uses_last_acceptance_end_revision()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_diff_base_uses_last_acceptance_end_revision()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 11}, {"id": "executor_test_archive_guard_allows_archive_after_acceptance_head_change_pass", "label": "test_archive_guard_allows_archive_after_acceptance_head_change_pass()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_guard_allows_archive_after_acceptance_head_change_pass()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 10}, {"id": "executor_test_dynamic_queue_injection", "label": "test_dynamic_queue_injection()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dynamic_queue_injection()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 6}, {"id": "executor_test_should_reanalyze_bypasses_debounce_on_slot_recovery", "label": "test_should_reanalyze_bypasses_debounce_on_slot_recovery()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_should_reanalyze_bypasses_debounce_on_slot_recovery()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 4}, {"id": "executor_make_test_change", "label": "make_test_change()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "make_test_change()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 3}, {"id": "executor_ready_analysis_result", "label": "ready_analysis_result()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ready_analysis_result()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_blocked_analysis_result", "label": "blocked_analysis_result()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "blocked_analysis_result()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 1}, {"id": "executor_selective_dependency_analysis_result", "label": "selective_dependency_analysis_result()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "selective_dependency_analysis_result()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 2}, {"id": "executor_test_dependency_blocked_event_is_emitted_even_when_slots_are_full", "label": "test_dependency_blocked_event_is_emitted_even_when_slots_are_full()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dependency_blocked_event_is_emitted_even_when_slots_are_full()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 7}, {"id": "executor_test_slot_release_reanalyzes_and_dispatches_queued_follow_up_changes", "label": "test_slot_release_reanalyzes_and_dispatches_queued_follow_up_changes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_slot_release_reanalyzes_and_dispatches_queued_follow_up_changes()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 8}, {"id": "executor_test_resolve_wait_does_not_block_queue_reanalysis_dispatch", "label": "test_resolve_wait_does_not_block_queue_reanalysis_dispatch()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_wait_does_not_block_queue_reanalysis_dispatch()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 7}, {"id": "executor_test_dispatch_zero_reanalysis_is_retried_on_next_loop", "label": "test_dispatch_zero_reanalysis_is_retried_on_next_loop()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dispatch_zero_reanalysis_is_retried_on_next_loop()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 7}, {"id": "executor_test_resolve_completion_reanalysis_bypasses_debounce_and_dispatches_work", "label": "test_resolve_completion_reanalysis_bypasses_debounce_and_dispatches_work()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_completion_reanalysis_bypasses_debounce_and_dispatches_work()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 7}, {"id": "executor_test_handle_merge_result_keeps_pending_counter_non_negative", "label": "test_handle_merge_result_keeps_pending_counter_non_negative()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_handle_merge_result_keeps_pending_counter_non_negative()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 6}, {"id": "executor_fix_scheduler_premature_exit_decrements_pending_merge_counter_on_merge_completion", "label": "fix_scheduler_premature_exit_decrements_pending_merge_counter_on_merge_completion()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fix_scheduler_premature_exit_decrements_pending_merge_counter_on_merge_completion()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 6}, {"id": "executor_test_scheduler_lifetime_controls_idle_exit_behavior", "label": "test_scheduler_lifetime_controls_idle_exit_behavior()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_scheduler_lifetime_controls_idle_exit_behavior()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 6}, {"id": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "label": "test_idle_queue_addition_marks_reanalysis_and_enqueues_change()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_idle_queue_addition_marks_reanalysis_and_enqueues_change()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 11}, {"id": "executor_test_debounce_with_queue_changes", "label": "test_debounce_with_queue_changes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_debounce_with_queue_changes()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 4}, {"id": "executor_test_queue_notification_triggers_reanalysis", "label": "test_queue_notification_triggers_reanalysis()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_queue_notification_triggers_reanalysis()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 6}, {"id": "executor_test_attempt_merge_defers_when_change_not_archived", "label": "test_attempt_merge_defers_when_change_not_archived()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_attempt_merge_defers_when_change_not_archived()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 5}, {"id": "executor_test_attempt_merge_succeeds_when_change_archived", "label": "test_attempt_merge_succeeds_when_change_archived()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_attempt_merge_succeeds_when_change_archived()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 6}, {"id": "executor_test_resolve_wait_helper_tracks_state", "label": "test_resolve_wait_helper_tracks_state()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_wait_helper_tracks_state()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 5}, {"id": "executor_test_merge_wait_does_not_block_runnable_changes", "label": "test_merge_wait_does_not_block_runnable_changes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_wait_does_not_block_runnable_changes()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 4}, {"id": "executor_test_concurrent_reanalysis_queue_dispatch", "label": "test_concurrent_reanalysis_queue_dispatch()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_concurrent_reanalysis_queue_dispatch()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 6}, {"id": "executor_test_on_merged_hook_execution", "label": "test_on_merged_hook_execution()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_on_merged_hook_execution()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 7}, {"id": "executor_test_attempt_merge_deferred_when_resolve_active", "label": "test_attempt_merge_deferred_when_resolve_active()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_attempt_merge_deferred_when_resolve_active()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 6}, {"id": "executor_test_merge_deferred_when_worktree_dirty", "label": "test_merge_deferred_when_worktree_dirty()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_deferred_when_worktree_dirty()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 5}, {"id": "executor_test_merge_deferred_when_archive_entry_missing", "label": "test_merge_deferred_when_archive_entry_missing()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_deferred_when_archive_entry_missing()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 5}, {"id": "executor_test_merge_proceeds_when_archive_complete", "label": "test_merge_proceeds_when_archive_complete()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_proceeds_when_archive_complete()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 6}, {"id": "executor_test_attempt_merge_errors_on_detached_head", "label": "test_attempt_merge_errors_on_detached_head()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_attempt_merge_errors_on_detached_head()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 7}, {"id": "executor_test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry", "label": "test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 10}, {"id": "executor_test_acceptance_trailing_text_pass_is_not_canonical", "label": "test_acceptance_trailing_text_pass_is_not_canonical()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_trailing_text_pass_is_not_canonical()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 9}, {"id": "executor_test_acceptance_json_verdict_pass_overrides_malformed_text", "label": "test_acceptance_json_verdict_pass_overrides_malformed_text()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_json_verdict_pass_overrides_malformed_text()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/executor.rs", "file_type": "code", "degree": 9}, {"id": "src_parallel_tests_manual_resolve_rs", "label": "manual_resolve.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "manual_resolve.rs", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/manual_resolve.rs", "file_type": "code", "degree": 5}, {"id": "manual_resolve_create_test_config", "label": "create_test_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_config()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/manual_resolve.rs", "file_type": "code", "degree": 4}, {"id": "manual_resolve_test_manual_resolve_counter_reduces_available_slots", "label": "test_manual_resolve_counter_reduces_available_slots()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_manual_resolve_counter_reduces_available_slots()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/manual_resolve.rs", "file_type": "code", "degree": 4}, {"id": "manual_resolve_test_multiple_manual_resolves_consume_multiple_slots", "label": "test_multiple_manual_resolves_consume_multiple_slots()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_multiple_manual_resolves_consume_multiple_slots()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/manual_resolve.rs", "file_type": "code", "degree": 4}, {"id": "manual_resolve_test_manual_resolve_completion_notifies_scheduler", "label": "test_manual_resolve_completion_notifies_scheduler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_manual_resolve_completion_notifies_scheduler()", "community": 10, "community_name": "Community 10", "source_file": "src/parallel/tests/manual_resolve.rs", "file_type": "code", "degree": 4}, {"id": "manual_resolve_test_manual_resolve_counter_is_thread_safe", "label": "test_manual_resolve_counter_is_thread_safe()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_manual_resolve_counter_is_thread_safe()", "community": 3, "community_name": "Community 3", "source_file": "src/parallel/tests/manual_resolve.rs", "file_type": "code", "degree": 3}, {"id": "src_bin_openapi_gen_rs", "label": "openapi_gen.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "openapi_gen.rs", "community": 42, "community_name": "Community 42", "source_file": "src/bin/openapi_gen.rs", "file_type": "code", "degree": 2}, {"id": "openapi_gen_apidoc", "label": "ApiDoc", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ApiDoc", "community": 42, "community_name": "Community 42", "source_file": "src/bin/openapi_gen.rs", "file_type": "code", "degree": 1}, {"id": "openapi_gen_main", "label": "main()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 42, "community_name": "Community 42", "source_file": "src/bin/openapi_gen.rs", "file_type": "code", "degree": 1}, {"id": "src_config_types_rs", "label": "types.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "types.rs", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 22}, {"id": "types_default_suppress_repetitive_debug", "label": "default_suppress_repetitive_debug()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_suppress_repetitive_debug()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 1}, {"id": "types_default_log_summary_interval_secs", "label": "default_log_summary_interval_secs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_log_summary_interval_secs()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 1}, {"id": "types_default_stall_detection_enabled", "label": "default_stall_detection_enabled()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_stall_detection_enabled()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 1}, {"id": "types_default_stall_detection_threshold", "label": "default_stall_detection_threshold()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_stall_detection_threshold()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 1}, {"id": "types_default_error_circuit_breaker_enabled", "label": "default_error_circuit_breaker_enabled()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_error_circuit_breaker_enabled()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_default_error_circuit_breaker_threshold", "label": "default_error_circuit_breaker_threshold()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_error_circuit_breaker_threshold()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_loggingconfig", "label": "LoggingConfig", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoggingConfig", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_loggingconfig_default", "label": ".default()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 1}, {"id": "types_stalldetectionconfig", "label": "StallDetectionConfig", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StallDetectionConfig", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_stalldetectionconfig_default", "label": ".default()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 1}, {"id": "types_errorcircuitbreakerconfig", "label": "ErrorCircuitBreakerConfig", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorCircuitBreakerConfig", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_errorcircuitbreakerconfig_default", "label": ".default()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 3}, {"id": "types_orchestratorconfig", "label": "OrchestratorConfig", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OrchestratorConfig", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 37}, {"id": "types_proposalsessionconfig", "label": "ProposalSessionConfig", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSessionConfig", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_default_proposal_transport_command", "label": "default_proposal_transport_command()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_proposal_transport_command()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_default_proposal_transport_args", "label": "default_proposal_transport_args()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_proposal_transport_args()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_default_proposal_session_inactivity_timeout_secs", "label": "default_proposal_session_inactivity_timeout_secs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_proposal_session_inactivity_timeout_secs()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_proposalsessionconfig_default", "label": ".default()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 5}, {"id": "types_serverauthmode", "label": "ServerAuthMode", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ServerAuthMode", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 1}, {"id": "types_serverauthconfig", "label": "ServerAuthConfig", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ServerAuthConfig", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 3}, {"id": "types_serverauthconfig_default", "label": ".default()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 1}, {"id": "types_serverauthconfig_resolve_token", "label": ".resolve_token()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolve_token()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 3}, {"id": "types_default_server_bind", "label": "default_server_bind()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_server_bind()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_default_server_port", "label": "default_server_port()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_server_port()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_default_server_max_concurrent_total", "label": "default_server_max_concurrent_total()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_server_max_concurrent_total()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_default_server_data_dir", "label": "default_server_data_dir()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "default_server_data_dir()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 3}, {"id": "types_serverconfig", "label": "ServerConfig", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ServerConfig", "community": 3, "community_name": "Community 3", "source_file": "src/config/types.rs", "file_type": "code", "degree": 5}, {"id": "types_serverconfig_default", "label": ".default()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 7}, {"id": "types_serverconfig_is_loopback_bind", "label": ".is_loopback_bind()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_loopback_bind()", "community": 3, "community_name": "Community 3", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_serverconfig_validate", "label": ".validate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate()", "community": 3, "community_name": "Community 3", "source_file": "src/config/types.rs", "file_type": "code", "degree": 11}, {"id": "types_serverconfig_apply_cli_overrides", "label": ".apply_cli_overrides()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_cli_overrides()", "community": 3, "community_name": "Community 3", "source_file": "src/config/types.rs", "file_type": "code", "degree": 5}, {"id": "types_acceptancepromptmode", "label": "AcceptancePromptMode", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AcceptancePromptMode", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 1}, {"id": "types_orchestratorconfig_new", "label": ".new()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 27, "community_name": "Community 27", "source_file": "src/config/types.rs", "file_type": "code", "degree": 4}, {"id": "types_orchestratorconfig_merge", "label": ".merge()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".merge()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_orchestratorconfig_get_apply_command", "label": ".get_apply_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_apply_command()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 7}, {"id": "types_orchestratorconfig_get_archive_command", "label": ".get_archive_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_archive_command()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 8}, {"id": "types_orchestratorconfig_get_analyze_command", "label": ".get_analyze_command()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_analyze_command()", "community": 16, "community_name": "Community 16", "source_file": "src/config/types.rs", "file_type": "code", "degree": 5}, {"id": "types_orchestratorconfig_get_apply_prompt", "label": ".get_apply_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_apply_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 7}, {"id": "types_orchestratorconfig_get_archive_prompt", "label": ".get_archive_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_archive_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 6}, {"id": "types_orchestratorconfig_get_acceptance_command", "label": ".get_acceptance_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_acceptance_command()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 6}, {"id": "types_orchestratorconfig_get_acceptance_prompt", "label": ".get_acceptance_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_acceptance_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 4}, {"id": "types_orchestratorconfig_get_acceptance_prompt_mode", "label": ".get_acceptance_prompt_mode()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_acceptance_prompt_mode()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 4}, {"id": "types_orchestratorconfig_get_hooks", "label": ".get_hooks()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_hooks()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 11}, {"id": "types_orchestratorconfig_get_logging", "label": ".get_logging()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_logging()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 6}, {"id": "types_orchestratorconfig_get_stall_detection", "label": ".get_stall_detection()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_stall_detection()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 9}, {"id": "types_orchestratorconfig_get_error_circuit_breaker", "label": ".get_error_circuit_breaker()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_error_circuit_breaker()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_orchestratorconfig_get_max_iterations", "label": ".get_max_iterations()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_max_iterations()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 7}, {"id": "types_orchestratorconfig_get_parallel_mode", "label": ".get_parallel_mode()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_parallel_mode()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 1}, {"id": "types_orchestratorconfig_resolve_parallel_mode", "label": ".resolve_parallel_mode()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolve_parallel_mode()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 3}, {"id": "types_orchestratorconfig_get_max_concurrent_workspaces", "label": ".get_max_concurrent_workspaces()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_max_concurrent_workspaces()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 3}, {"id": "types_orchestratorconfig_get_workspace_base_dir", "label": ".get_workspace_base_dir()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_workspace_base_dir()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 5}, {"id": "types_orchestratorconfig_get_resolve_command", "label": ".get_resolve_command()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_resolve_command()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 5}, {"id": "types_orchestratorconfig_use_llm_analysis", "label": ".use_llm_analysis()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".use_llm_analysis()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 3}, {"id": "types_orchestratorconfig_get_vcs_backend", "label": ".get_vcs_backend()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_vcs_backend()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 5}, {"id": "types_orchestratorconfig_get_propose_command", "label": ".get_propose_command()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_propose_command()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 1}, {"id": "types_orchestratorconfig_get_worktree_command", "label": ".get_worktree_command()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_worktree_command()", "community": 8, "community_name": "Community 8", "source_file": "src/config/types.rs", "file_type": "code", "degree": 4}, {"id": "types_orchestratorconfig_expand_proposal", "label": ".expand_proposal()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".expand_proposal()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_orchestratorconfig_expand_worktree_command", "label": ".expand_worktree_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".expand_worktree_command()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_orchestratorconfig_expand_conflict_files", "label": ".expand_conflict_files()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".expand_conflict_files()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_orchestratorconfig_get_acceptance_max_continues", "label": ".get_acceptance_max_continues()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_acceptance_max_continues()", "community": 23, "community_name": "Community 23", "source_file": "src/config/types.rs", "file_type": "code", "degree": 3}, {"id": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "label": ".get_command_inactivity_timeout_secs()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_command_inactivity_timeout_secs()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 15}, {"id": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "label": ".get_command_inactivity_kill_grace_secs()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_command_inactivity_kill_grace_secs()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 15}, {"id": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "label": ".get_command_inactivity_timeout_max_retries()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_command_inactivity_timeout_max_retries()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 15}, {"id": "types_orchestratorconfig_get_stream_json_textify", "label": ".get_stream_json_textify()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_stream_json_textify()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 12}, {"id": "types_orchestratorconfig_get_command_strict_process_cleanup", "label": ".get_command_strict_process_cleanup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_command_strict_process_cleanup()", "community": 9, "community_name": "Community 9", "source_file": "src/config/types.rs", "file_type": "code", "degree": 15}, {"id": "types_orchestratorconfig_expand_change_id", "label": ".expand_change_id()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".expand_change_id()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_orchestratorconfig_expand_prompt", "label": ".expand_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".expand_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/config/types.rs", "file_type": "code", "degree": 2}, {"id": "types_orchestratorconfig_validate_required_commands", "label": ".validate_required_commands()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_required_commands()", "community": 3, "community_name": "Community 3", "source_file": "src/config/types.rs", "file_type": "code", "degree": 7}, {"id": "src_config_expand_rs", "label": "expand.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "expand.rs", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 31}, {"id": "expand_expand_change_id", "label": "expand_change_id()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_change_id()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 30}, {"id": "expand_expand_prompt", "label": "expand_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 42}, {"id": "expand_expand_conflict_files", "label": "expand_conflict_files()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_conflict_files()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 8}, {"id": "expand_expand_proposal", "label": "expand_proposal()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_proposal()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 7}, {"id": "expand_expand_worktree_command", "label": "expand_worktree_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_worktree_command()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 8}, {"id": "expand_expand_placeholder", "label": "expand_placeholder()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_placeholder()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 11}, {"id": "expand_escape_shell_value", "label": "escape_shell_value()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "escape_shell_value()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 6}, {"id": "expand_sanitize_posix_value", "label": "sanitize_posix_value()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sanitize_posix_value()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 4}, {"id": "expand_sanitize_windows_value", "label": "sanitize_windows_value()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sanitize_windows_value()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_escape_for_single_quoted_context", "label": "escape_for_single_quoted_context()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "escape_for_single_quoted_context()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 3}, {"id": "expand_strip_outer_single_quotes", "label": "strip_outer_single_quotes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "strip_outer_single_quotes()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 3}, {"id": "expand_is_within_single_quotes", "label": "is_within_single_quotes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "is_within_single_quotes()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_change_id", "label": "test_expand_change_id()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_change_id()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_change_id_multiple", "label": "test_expand_change_id_multiple()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_change_id_multiple()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_change_id_with_whitespace", "label": "test_expand_change_id_with_whitespace()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_change_id_with_whitespace()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_prompt_unquoted_template", "label": "test_expand_prompt_unquoted_template()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt_unquoted_template()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_prompt_single_quoted_template", "label": "test_expand_prompt_single_quoted_template()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt_single_quoted_template()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_prompt_in_apply_command", "label": "test_expand_prompt_in_apply_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt_in_apply_command()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 3}, {"id": "expand_test_expand_prompt_with_empty_string", "label": "test_expand_prompt_with_empty_string()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt_with_empty_string()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 3}, {"id": "expand_test_backward_compatible_no_prompt_placeholder", "label": "test_backward_compatible_no_prompt_placeholder()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_backward_compatible_no_prompt_placeholder()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 3}, {"id": "expand_test_expand_conflict_files", "label": "test_expand_conflict_files()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_conflict_files()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_conflict_files_with_spaces", "label": "test_expand_conflict_files_with_spaces()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_conflict_files_with_spaces()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_proposal", "label": "test_expand_proposal()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_proposal()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_proposal_multiline", "label": "test_expand_proposal_multiline()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_proposal_multiline()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_worktree_command", "label": "test_expand_worktree_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_worktree_command()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_worktree_command_escaped", "label": "test_expand_worktree_command_escaped()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_worktree_command_escaped()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_prompt_with_single_quotes", "label": "test_expand_prompt_with_single_quotes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt_with_single_quotes()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_prompt_multiline", "label": "test_expand_prompt_multiline()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt_multiline()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_prompt_with_special_chars", "label": "test_expand_prompt_with_special_chars()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt_with_special_chars()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_prompt_multibyte_chars", "label": "test_expand_prompt_multibyte_chars()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt_multibyte_chars()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "expand_test_expand_prompt_quoted_template_no_double_quotes", "label": "test_expand_prompt_quoted_template_no_double_quotes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt_quoted_template_no_double_quotes()", "community": 5, "community_name": "Community 5", "source_file": "src/config/expand.rs", "file_type": "code", "degree": 2}, {"id": "src_config_mod_rs", "label": "mod.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "mod.rs", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 118}, {"id": "mod_get_xdg_env_config_path", "label": "get_xdg_env_config_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_xdg_env_config_path()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 7}, {"id": "mod_get_xdg_default_config_path", "label": "get_xdg_default_config_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_xdg_default_config_path()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_get_xdg_config_path", "label": "get_xdg_config_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_xdg_config_path()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_get_platform_config_path", "label": "get_platform_config_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_platform_config_path()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_get_global_config_paths", "label": "get_global_config_paths()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "get_global_config_paths()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 9}, {"id": "mod_get_global_config_path", "label": "get_global_config_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_global_config_path()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_env_test_lock", "label": "env_test_lock()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "env_test_lock()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 14}, {"id": "mod_set_env_var", "label": "set_env_var()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "set_env_var()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 13}, {"id": "mod_remove_env_var", "label": "remove_env_var()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "remove_env_var()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 13}, {"id": "mod_test_default_config", "label": "test_default_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_default_config()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_default_logging_config", "label": "test_default_logging_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_default_logging_config()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_logging_config", "label": "test_parse_logging_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_logging_config()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_stall_detection_defaults", "label": "test_stall_detection_defaults()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stall_detection_defaults()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_stall_detection_config", "label": "test_parse_stall_detection_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_stall_detection_config()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_get_commands_missing_returns_error", "label": "test_get_commands_missing_returns_error()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_commands_missing_returns_error()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_get_commands_with_custom_values", "label": "test_get_commands_with_custom_values()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_commands_with_custom_values()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_expand_change_id", "label": "test_expand_change_id()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_change_id()", "community": 5, "community_name": "Community 5", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_expand_change_id_multiple", "label": "test_expand_change_id_multiple()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_change_id_multiple()", "community": 5, "community_name": "Community 5", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_expand_prompt", "label": "test_expand_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_simple_json", "label": "test_parse_simple_json()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_simple_json()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_with_single_line_comments", "label": "test_parse_jsonc_with_single_line_comments()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_single_line_comments()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_with_multi_line_comments", "label": "test_parse_jsonc_with_multi_line_comments()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_multi_line_comments()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_with_trailing_comma", "label": "test_parse_jsonc_with_trailing_comma()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_trailing_comma()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_full_example", "label": "test_parse_jsonc_full_example()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_full_example()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_preserves_strings_with_slashes", "label": "test_parse_jsonc_preserves_strings_with_slashes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_preserves_strings_with_slashes()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_partial_config_requires_all_commands", "label": "test_partial_config_requires_all_commands()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_partial_config_requires_all_commands()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_empty_config_requires_commands", "label": "test_empty_config_requires_commands()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_empty_config_requires_commands()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_load_from_custom_path", "label": "test_load_from_custom_path()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_load_from_custom_path()", "community": 14, "community_name": "Community 14", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_load_from_custom_path_returns_parse_error_with_path_context", "label": "test_load_from_custom_path_returns_parse_error_with_path_context()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_load_from_custom_path_returns_parse_error_with_path_context()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_load_returns_error_when_no_config_exists", "label": "test_load_returns_error_when_no_config_exists()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_load_returns_error_when_no_config_exists()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_test_load_project_config_takes_priority", "label": "test_load_project_config_takes_priority()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_load_project_config_takes_priority()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_test_get_apply_prompt_default", "label": "test_get_apply_prompt_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_apply_prompt_default()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_get_archive_prompt_default", "label": "test_get_archive_prompt_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_archive_prompt_default()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_get_prompts_with_custom_values", "label": "test_get_prompts_with_custom_values()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_prompts_with_custom_values()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_with_prompts", "label": "test_parse_jsonc_with_prompts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_prompts()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_expand_prompt_in_apply_command", "label": "test_expand_prompt_in_apply_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt_in_apply_command()", "community": 5, "community_name": "Community 5", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_expand_prompt_with_empty_string", "label": "test_expand_prompt_with_empty_string()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_prompt_with_empty_string()", "community": 5, "community_name": "Community 5", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_backward_compatible_no_prompt_placeholder", "label": "test_backward_compatible_no_prompt_placeholder()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_backward_compatible_no_prompt_placeholder()", "community": 5, "community_name": "Community 5", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_get_max_iterations_default", "label": "test_get_max_iterations_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_max_iterations_default()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_get_max_iterations_custom", "label": "test_get_max_iterations_custom()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_max_iterations_custom()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_get_max_iterations_zero_disables_limit", "label": "test_get_max_iterations_zero_disables_limit()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_max_iterations_zero_disables_limit()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_with_max_iterations", "label": "test_parse_jsonc_with_max_iterations()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_max_iterations()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_max_iterations_zero", "label": "test_parse_jsonc_max_iterations_zero()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_max_iterations_zero()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_get_propose_command_default", "label": "test_get_propose_command_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_propose_command_default()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_get_propose_command_configured", "label": "test_get_propose_command_configured()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_propose_command_configured()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_with_propose_command", "label": "test_parse_jsonc_with_propose_command()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_propose_command()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_get_worktree_command_default", "label": "test_get_worktree_command_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_worktree_command_default()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_get_worktree_command_configured", "label": "test_get_worktree_command_configured()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_worktree_command_configured()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_with_worktree_command", "label": "test_parse_jsonc_with_worktree_command()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_worktree_command()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_expand_worktree_command", "label": "test_expand_worktree_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_worktree_command()", "community": 5, "community_name": "Community 5", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_expand_proposal_simple", "label": "test_expand_proposal_simple()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_proposal_simple()", "community": 5, "community_name": "Community 5", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_expand_proposal_multiline", "label": "test_expand_proposal_multiline()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_proposal_multiline()", "community": 5, "community_name": "Community 5", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_hooks_config_can_be_parsed_from_jsonc", "label": "test_hooks_config_can_be_parsed_from_jsonc()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_can_be_parsed_from_jsonc()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_hooks_config_with_all_hook_types", "label": "test_hooks_config_with_all_hook_types()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_config_with_all_hook_types()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_get_hooks_returns_default_when_not_configured", "label": "test_get_hooks_returns_default_when_not_configured()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_hooks_returns_default_when_not_configured()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_parallel_mode_can_be_enabled", "label": "test_parallel_mode_can_be_enabled()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_mode_can_be_enabled()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_resolve_parallel_mode_prefers_cli_override", "label": "test_resolve_parallel_mode_prefers_cli_override()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_parallel_mode_prefers_cli_override()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_resolve_parallel_mode_defaults_to_git_detection", "label": "test_resolve_parallel_mode_defaults_to_git_detection()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_parallel_mode_defaults_to_git_detection()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_resolve_parallel_mode_uses_config_value", "label": "test_resolve_parallel_mode_uses_config_value()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_parallel_mode_uses_config_value()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_max_concurrent_workspaces_default", "label": "test_max_concurrent_workspaces_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_max_concurrent_workspaces_default()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_max_concurrent_workspaces_can_be_configured", "label": "test_max_concurrent_workspaces_can_be_configured()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_max_concurrent_workspaces_can_be_configured()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_workspace_base_dir_default_is_none", "label": "test_workspace_base_dir_default_is_none()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_base_dir_default_is_none()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_workspace_base_dir_can_be_configured", "label": "test_workspace_base_dir_can_be_configured()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_base_dir_can_be_configured()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_workspace_base_dir_empty_string_treated_as_none", "label": "test_workspace_base_dir_empty_string_treated_as_none()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_base_dir_empty_string_treated_as_none()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_vcs_backend_defaults_to_auto", "label": "test_vcs_backend_defaults_to_auto()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_backend_defaults_to_auto()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_vcs_backend_can_be_set_to_git", "label": "test_vcs_backend_can_be_set_to_git()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_backend_can_be_set_to_git()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_use_llm_analysis_defaults_to_true", "label": "test_use_llm_analysis_defaults_to_true()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_use_llm_analysis_defaults_to_true()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_use_llm_analysis_can_be_disabled", "label": "test_use_llm_analysis_can_be_disabled()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_use_llm_analysis_can_be_disabled()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_parallel_config", "label": "test_parse_jsonc_parallel_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_parallel_config()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_resolve_command_missing_returns_error", "label": "test_resolve_command_missing_returns_error()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_command_missing_returns_error()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_resolve_command_can_be_configured", "label": "test_resolve_command_can_be_configured()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_command_can_be_configured()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_expand_conflict_files_placeholder", "label": "test_expand_conflict_files_placeholder()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_expand_conflict_files_placeholder()", "community": 5, "community_name": "Community 5", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_command_queue_config_defaults", "label": "test_command_queue_config_defaults()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_command_queue_config_defaults()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_command_queue_config_custom", "label": "test_command_queue_config_custom()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_command_queue_config_custom()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_with_command_queue", "label": "test_parse_jsonc_with_command_queue()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_command_queue()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_acceptance_max_continues_default", "label": "test_acceptance_max_continues_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_max_continues_default()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_acceptance_max_continues_custom", "label": "test_acceptance_max_continues_custom()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_max_continues_custom()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parse_jsonc_with_acceptance_max_continues", "label": "test_parse_jsonc_with_acceptance_max_continues()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_acceptance_max_continues()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_inactivity_timeout_max_retries_default_is_three", "label": "test_inactivity_timeout_max_retries_default_is_three()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_inactivity_timeout_max_retries_default_is_three()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_inactivity_timeout_max_retries_can_be_disabled", "label": "test_inactivity_timeout_max_retries_can_be_disabled()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_inactivity_timeout_max_retries_can_be_disabled()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_inactivity_timeout_max_retries_can_be_configured", "label": "test_inactivity_timeout_max_retries_can_be_configured()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_inactivity_timeout_max_retries_can_be_configured()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_get_xdg_config_path_returns_path", "label": "test_get_xdg_config_path_returns_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_xdg_config_path_returns_path()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_get_xdg_env_config_path", "label": "test_get_xdg_env_config_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_xdg_env_config_path()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_test_get_xdg_default_config_path", "label": "test_get_xdg_default_config_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_xdg_default_config_path()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_deprecated_global_config_path_prefers_xdg_env_over_default", "label": "test_deprecated_global_config_path_prefers_xdg_env_over_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_deprecated_global_config_path_prefers_xdg_env_over_default()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_test_deprecated_global_config_path_falls_back_to_xdg_default", "label": "test_deprecated_global_config_path_falls_back_to_xdg_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_deprecated_global_config_path_falls_back_to_xdg_default()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_test_get_global_config_paths_returns_low_to_high_priority_order", "label": "test_get_global_config_paths_returns_low_to_high_priority_order()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_global_config_paths_returns_low_to_high_priority_order()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_test_get_platform_config_path_returns_path", "label": "test_get_platform_config_path_returns_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_platform_config_path_returns_path()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_load_xdg_config_precedence", "label": "test_load_xdg_config_precedence()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_load_xdg_config_precedence()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_test_load_platform_fallback_when_xdg_missing", "label": "test_load_platform_fallback_when_xdg_missing()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_load_platform_fallback_when_xdg_missing()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_test_project_config_takes_priority_over_xdg", "label": "test_project_config_takes_priority_over_xdg()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_config_takes_priority_over_xdg()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_test_config_merge_partial_project_inherits_global", "label": "test_config_merge_partial_project_inherits_global()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_config_merge_partial_project_inherits_global()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_test_hooks_deep_merge", "label": "test_hooks_deep_merge()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_hooks_deep_merge()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 7}, {"id": "mod_test_validate_required_commands_all_present", "label": "test_validate_required_commands_all_present()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_required_commands_all_present()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_validate_required_commands_missing_apply", "label": "test_validate_required_commands_missing_apply()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_required_commands_missing_apply()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_validate_required_commands_missing_multiple", "label": "test_validate_required_commands_missing_multiple()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_required_commands_missing_multiple()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_load_validation_fails_on_missing_commands", "label": "test_load_validation_fails_on_missing_commands()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_load_validation_fails_on_missing_commands()", "community": 14, "community_name": "Community 14", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_xdg_env_takes_priority_over_xdg_default", "label": "test_xdg_env_takes_priority_over_xdg_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_xdg_env_takes_priority_over_xdg_default()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_test_server_config_validate_loopback_no_auth_ok", "label": "test_server_config_validate_loopback_no_auth_ok()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_config_validate_loopback_no_auth_ok()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_server_config_validate_loopback_with_auth_ok", "label": "test_server_config_validate_loopback_with_auth_ok()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_config_validate_loopback_with_auth_ok()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_server_config_validate_non_loopback_no_auth_fails", "label": "test_server_config_validate_non_loopback_no_auth_fails()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_config_validate_non_loopback_no_auth_fails()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_server_config_validate_non_loopback_bearer_token_ok", "label": "test_server_config_validate_non_loopback_bearer_token_ok()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_config_validate_non_loopback_bearer_token_ok()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_server_config_validate_non_loopback_bearer_token_empty_fails", "label": "test_server_config_validate_non_loopback_bearer_token_empty_fails()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_config_validate_non_loopback_bearer_token_empty_fails()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_server_config_is_loopback_bind", "label": "test_server_config_is_loopback_bind()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_config_is_loopback_bind()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_server_config_apply_cli_overrides_data_dir", "label": "test_server_config_apply_cli_overrides_data_dir()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_config_apply_cli_overrides_data_dir()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_test_server_config_apply_cli_overrides_data_dir_not_set_uses_default", "label": "test_server_config_apply_cli_overrides_data_dir_not_set_uses_default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_config_apply_cli_overrides_data_dir_not_set_uses_default()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_server_config_apply_cli_overrides_data_dir_with_other_overrides", "label": "test_server_config_apply_cli_overrides_data_dir_with_other_overrides()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_config_apply_cli_overrides_data_dir_with_other_overrides()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_test_server_config_validate_rejects_deprecated_resolve_command", "label": "test_server_config_validate_rejects_deprecated_resolve_command()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_config_validate_rejects_deprecated_resolve_command()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_server_config_validate_accepts_config_without_resolve_command", "label": "test_server_config_validate_accepts_config_without_resolve_command()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_config_validate_accepts_config_without_resolve_command()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_parse_server_config_with_resolve_command_is_parsed_but_rejected_at_validate", "label": "test_parse_server_config_with_resolve_command_is_parsed_but_rejected_at_validate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_server_config_with_resolve_command_is_parsed_but_rejected_at_validate()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_characterize_merge_priority_full_order", "label": "test_characterize_merge_priority_full_order()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_characterize_merge_priority_full_order()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_characterize_none_does_not_override_some", "label": "test_characterize_none_does_not_override_some()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_characterize_none_does_not_override_some()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_characterize_custom_beats_project_beats_global", "label": "test_characterize_custom_beats_project_beats_global()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_characterize_custom_beats_project_beats_global()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_characterize_default_getter_values", "label": "test_characterize_default_getter_values()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_characterize_default_getter_values()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_characterize_logging_defaults_when_absent", "label": "test_characterize_logging_defaults_when_absent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_characterize_logging_defaults_when_absent()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_characterize_jsonc_comment_styles_and_trailing_comma", "label": "test_characterize_jsonc_comment_styles_and_trailing_comma()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_characterize_jsonc_comment_styles_and_trailing_comma()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_characterize_absent_optional_fields_stay_none", "label": "test_characterize_absent_optional_fields_stay_none()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_characterize_absent_optional_fields_stay_none()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_load_server_config_and_resolve_command_includes_proposal_session_config", "label": "test_load_server_config_and_resolve_command_includes_proposal_session_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_load_server_config_and_resolve_command_includes_proposal_session_config()", "community": 3, "community_name": "Community 3", "source_file": "src/config/mod.rs", "file_type": "code", "degree": 2}, {"id": "src_config_jsonc_rs", "label": "jsonc.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "jsonc.rs", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 11}, {"id": "jsonc_parse", "label": "parse()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "parse()", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 32}, {"id": "jsonc_strip_jsonc_features", "label": "strip_jsonc_features()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "strip_jsonc_features()", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 6}, {"id": "jsonc_remove_trailing_commas", "label": "remove_trailing_commas()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "remove_trailing_commas()", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 4}, {"id": "jsonc_testconfig", "label": "TestConfig", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TestConfig", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 1}, {"id": "jsonc_test_parse_simple_json", "label": "test_parse_simple_json()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_simple_json()", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 2}, {"id": "jsonc_test_parse_jsonc_with_single_line_comments", "label": "test_parse_jsonc_with_single_line_comments()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_single_line_comments()", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 2}, {"id": "jsonc_test_parse_jsonc_with_multi_line_comments", "label": "test_parse_jsonc_with_multi_line_comments()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_multi_line_comments()", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 2}, {"id": "jsonc_test_parse_jsonc_with_trailing_comma", "label": "test_parse_jsonc_with_trailing_comma()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_with_trailing_comma()", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 2}, {"id": "jsonc_test_parse_jsonc_full_example", "label": "test_parse_jsonc_full_example()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_full_example()", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 2}, {"id": "jsonc_test_parse_jsonc_preserves_strings_with_slashes", "label": "test_parse_jsonc_preserves_strings_with_slashes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_jsonc_preserves_strings_with_slashes()", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 2}, {"id": "jsonc_test_strip_jsonc_preserves_url_in_string", "label": "test_strip_jsonc_preserves_url_in_string()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_strip_jsonc_preserves_url_in_string()", "community": 18, "community_name": "Community 18", "source_file": "src/config/jsonc.rs", "file_type": "code", "degree": 2}, {"id": "src_config_load_rs", "label": "load.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "load.rs", "community": 99, "community_name": "Community 99", "source_file": "src/config/load.rs", "file_type": "code", "degree": 0}, {"id": "load_orchestratorconfig", "label": "OrchestratorConfig", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OrchestratorConfig", "community": 3, "community_name": "Community 3", "source_file": "src/config/load.rs", "file_type": "code", "degree": 5}, {"id": "load_orchestratorconfig_load_from_file", "label": ".load_from_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_from_file()", "community": 3, "community_name": "Community 3", "source_file": "src/config/load.rs", "file_type": "code", "degree": 5}, {"id": "load_orchestratorconfig_parse_jsonc", "label": ".parse_jsonc()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_jsonc()", "community": 3, "community_name": "Community 3", "source_file": "src/config/load.rs", "file_type": "code", "degree": 34}, {"id": "load_orchestratorconfig_load_server_config_from_global", "label": ".load_server_config_from_global()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_server_config_from_global()", "community": 3, "community_name": "Community 3", "source_file": "src/config/load.rs", "file_type": "code", "degree": 5}, {"id": "load_orchestratorconfig_load_server_config_and_resolve_command_from_global", "label": ".load_server_config_and_resolve_command_from_global()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_server_config_and_resolve_command_from_global()", "community": 3, "community_name": "Community 3", "source_file": "src/config/load.rs", "file_type": "code", "degree": 7}, {"id": "load_orchestratorconfig_load", "label": ".load()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".load()", "community": 3, "community_name": "Community 3", "source_file": "src/config/load.rs", "file_type": "code", "degree": 7}, {"id": "src_config_defaults_rs", "label": "defaults.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "defaults.rs", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 25}, {"id": "defaults_default_retry_patterns", "label": "default_retry_patterns()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_retry_patterns()", "community": 3, "community_name": "Community 3", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 19}, {"id": "defaults_default_server_data_dir", "label": "default_server_data_dir()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "default_server_data_dir()", "community": 27, "community_name": "Community 27", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 4}, {"id": "defaults_generate_project_slug", "label": "generate_project_slug()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_project_slug()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 4}, {"id": "defaults_default_workspace_base_dir", "label": "default_workspace_base_dir()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "default_workspace_base_dir()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 13}, {"id": "defaults_get_server_log_path", "label": "get_server_log_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_server_log_path()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 3}, {"id": "defaults_get_server_log_path_from", "label": "get_server_log_path_from()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_server_log_path_from()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 7}, {"id": "defaults_get_log_file_path", "label": "get_log_file_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_log_file_path()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 4}, {"id": "defaults_cleanup_old_logs", "label": "cleanup_old_logs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup_old_logs()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 5}, {"id": "defaults_set_env_var", "label": "set_env_var()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "set_env_var()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 5}, {"id": "defaults_remove_env_var", "label": "remove_env_var()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "remove_env_var()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 5}, {"id": "defaults_test_default_workspace_base_dir_returns_path", "label": "test_default_workspace_base_dir_returns_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_default_workspace_base_dir_returns_path()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 2}, {"id": "defaults_test_default_workspace_base_dir_contains_cflx", "label": "test_default_workspace_base_dir_contains_cflx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_default_workspace_base_dir_contains_cflx()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 3}, {"id": "defaults_test_default_workspace_base_dir_with_repo_root", "label": "test_default_workspace_base_dir_with_repo_root()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_default_workspace_base_dir_with_repo_root()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 3}, {"id": "defaults_test_generate_project_slug", "label": "test_generate_project_slug()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_generate_project_slug()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 3}, {"id": "defaults_test_default_workspace_base_dir_with_xdg_data_home", "label": "test_default_workspace_base_dir_with_xdg_data_home()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_default_workspace_base_dir_with_xdg_data_home()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 5}, {"id": "defaults_test_default_workspace_base_dir_macos_fallback", "label": "test_default_workspace_base_dir_macos_fallback()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_default_workspace_base_dir_macos_fallback()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 3}, {"id": "defaults_test_default_workspace_base_dir_linux_fallback", "label": "test_default_workspace_base_dir_linux_fallback()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_default_workspace_base_dir_linux_fallback()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 3}, {"id": "defaults_test_default_workspace_base_dir_windows", "label": "test_default_workspace_base_dir_windows()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_default_workspace_base_dir_windows()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 3}, {"id": "defaults_test_acceptance_system_prompt_is_empty", "label": "test_acceptance_system_prompt_is_empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_system_prompt_is_empty()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 1}, {"id": "defaults_test_get_log_file_path_format", "label": "test_get_log_file_path_format()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_log_file_path_format()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 3}, {"id": "defaults_test_get_server_log_path_with_xdg_state_home", "label": "test_get_server_log_path_with_xdg_state_home()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_server_log_path_with_xdg_state_home()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 3}, {"id": "defaults_test_get_server_log_path_without_xdg_state_home", "label": "test_get_server_log_path_without_xdg_state_home()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_server_log_path_without_xdg_state_home()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 5}, {"id": "defaults_test_get_server_log_path_without_home_directory", "label": "test_get_server_log_path_without_home_directory()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_server_log_path_without_home_directory()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 4}, {"id": "defaults_test_cleanup_old_logs_with_nonexistent_directory", "label": "test_cleanup_old_logs_with_nonexistent_directory()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_old_logs_with_nonexistent_directory()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 3}, {"id": "defaults_test_cleanup_old_logs_retains_exactly_n_days", "label": "test_cleanup_old_logs_retains_exactly_n_days()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cleanup_old_logs_retains_exactly_n_days()", "community": 0, "community_name": "Community 0", "source_file": "src/config/defaults.rs", "file_type": "code", "degree": 8}, {"id": "src_tui_types_rs", "label": "types.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "types.rs", "community": 34, "community_name": "Community 34", "source_file": "src/tui/types.rs", "file_type": "code", "degree": 6}, {"id": "types_viewmode", "label": "ViewMode", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ViewMode", "community": 34, "community_name": "Community 34", "source_file": "src/tui/types.rs", "file_type": "code", "degree": 1}, {"id": "types_stopmode", "label": "StopMode", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StopMode", "community": 34, "community_name": "Community 34", "source_file": "src/tui/types.rs", "file_type": "code", "degree": 1}, {"id": "types_appmode", "label": "AppMode", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AppMode", "community": 34, "community_name": "Community 34", "source_file": "src/tui/types.rs", "file_type": "code", "degree": 1}, {"id": "types_worktreeinfo", "label": "WorktreeInfo", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorktreeInfo", "community": 34, "community_name": "Community 34", "source_file": "src/tui/types.rs", "file_type": "code", "degree": 1}, {"id": "types_mergeconflictinfo", "label": "MergeConflictInfo", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MergeConflictInfo", "community": 34, "community_name": "Community 34", "source_file": "src/tui/types.rs", "file_type": "code", "degree": 1}, {"id": "types_worktreeaction", "label": "WorktreeAction", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorktreeAction", "community": 34, "community_name": "Community 34", "source_file": "src/tui/types.rs", "file_type": "code", "degree": 1}, {"id": "src_tui_events_rs", "label": "events.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "events.rs", "community": 11, "community_name": "Community 11", "source_file": "src/tui/events.rs", "file_type": "code", "degree": 2}, {"id": "events_tuieventsink", "label": "TuiEventSink", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TuiEventSink", "community": 11, "community_name": "Community 11", "source_file": "src/tui/events.rs", "file_type": "code", "degree": 4}, {"id": "events_tuieventsink_new", "label": ".new()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 11, "community_name": "Community 11", "source_file": "src/tui/events.rs", "file_type": "code", "degree": 1}, {"id": "events_tuieventsink_on_event", "label": ".on_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_event()", "community": 11, "community_name": "Community 11", "source_file": "src/tui/events.rs", "file_type": "code", "degree": 2}, {"id": "events_tuieventsink_on_state_changed", "label": ".on_state_changed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_state_changed()", "community": 11, "community_name": "Community 11", "source_file": "src/tui/events.rs", "file_type": "code", "degree": 1}, {"id": "events_tuicommand", "label": "TuiCommand", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TuiCommand", "community": 11, "community_name": "Community 11", "source_file": "src/tui/events.rs", "file_type": "code", "degree": 1}, {"id": "src_tui_log_deduplicator_rs", "label": "log_deduplicator.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "log_deduplicator.rs", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 12}, {"id": "log_deduplicator_changestatesnapshot", "label": "ChangeStateSnapshot", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeStateSnapshot", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 1}, {"id": "log_deduplicator_logdeduplicator", "label": "LogDeduplicator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LogDeduplicator", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 6}, {"id": "log_deduplicator_logdeduplicator_new", "label": ".new()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 7}, {"id": "log_deduplicator_logdeduplicator_should_log", "label": ".should_log()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".should_log()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 3}, {"id": "log_deduplicator_logdeduplicator_should_log_task_progress", "label": ".should_log_task_progress()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".should_log_task_progress()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 3}, {"id": "log_deduplicator_logdeduplicator_should_log_change_count", "label": ".should_log_change_count()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".should_log_change_count()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 1}, {"id": "log_deduplicator_logdeduplicator_maybe_log_summary", "label": ".maybe_log_summary()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".maybe_log_summary()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 2}, {"id": "log_deduplicator_global_deduplicator", "label": "global_deduplicator()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "global_deduplicator()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 5}, {"id": "log_deduplicator_with_deduplicator", "label": "with_deduplicator()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "with_deduplicator()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 6}, {"id": "log_deduplicator_configure_logging", "label": "configure_logging()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "configure_logging()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 7}, {"id": "log_deduplicator_should_log_task_progress", "label": "should_log_task_progress()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "should_log_task_progress()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 5}, {"id": "log_deduplicator_should_log_change_count", "label": "should_log_change_count()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "should_log_change_count()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 4}, {"id": "log_deduplicator_maybe_log_summary", "label": "maybe_log_summary()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "maybe_log_summary()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 3}, {"id": "log_deduplicator_test_config", "label": "test_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_config()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 3}, {"id": "log_deduplicator_test_should_log_state_change_detection", "label": "test_should_log_state_change_detection()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_should_log_state_change_detection()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 3}, {"id": "log_deduplicator_test_multiple_changes_tracked_independently", "label": "test_multiple_changes_tracked_independently()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_multiple_changes_tracked_independently()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 3}, {"id": "log_deduplicator_test_summary_interval_logic", "label": "test_summary_interval_logic()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_summary_interval_logic()", "community": 13, "community_name": "Community 13", "source_file": "src/tui/log_deduplicator.rs", "file_type": "code", "degree": 4}, {"id": "src_tui_render_rs", "label": "render.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "render.rs", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 97}, {"id": "render_remotechangeid", "label": "RemoteChangeId", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoteChangeId", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 1}, {"id": "render_split_remote_change_id", "label": "split_remote_change_id()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "split_remote_change_id()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 8}, {"id": "render_changerow", "label": "ChangeRow", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeRow", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 1}, {"id": "render_build_change_rows", "label": "build_change_rows()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "build_change_rows()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 11}, {"id": "render_get_checkbox_display", "label": "get_checkbox_display()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "get_checkbox_display()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 8}, {"id": "render_format_duration", "label": "format_duration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "format_duration()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_format_relative_time", "label": "format_relative_time()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "format_relative_time()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 1}, {"id": "render_render", "label": "render()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "render()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 14}, {"id": "render_render_select_mode", "label": "render_select_mode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "render_select_mode()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 5}, {"id": "render_render_running_mode", "label": "render_running_mode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "render_running_mode()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 7}, {"id": "render_render_header", "label": "render_header()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "render_header()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 12}, {"id": "render_render_changes_list_select", "label": "render_changes_list_select()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "render_changes_list_select()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 15}, {"id": "render_render_changes_list_running", "label": "render_changes_list_running()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "render_changes_list_running()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 16}, {"id": "render_render_status", "label": "render_status()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "render_status()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 7}, {"id": "render_take_chars_by_display_width", "label": "take_chars_by_display_width()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "take_chars_by_display_width()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_wrap_log_message", "label": "wrap_log_message()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "wrap_log_message()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 14}, {"id": "render_render_logs", "label": "render_logs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "render_logs()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 9}, {"id": "render_render_footer_select", "label": "render_footer_select()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "render_footer_select()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 8}, {"id": "render_render_worktree_view", "label": "render_worktree_view()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "render_worktree_view()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 5}, {"id": "render_render_worktree_list", "label": "render_worktree_list()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "render_worktree_list()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 9}, {"id": "render_render_footer_worktree", "label": "render_footer_worktree()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "render_footer_worktree()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 10}, {"id": "render_render_worktree_delete_confirm", "label": "render_worktree_delete_confirm()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "render_worktree_delete_confirm()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_render_warning_popup", "label": "render_warning_popup()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "render_warning_popup()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_render_qr_popup", "label": "render_qr_popup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "render_qr_popup()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 9}, {"id": "render_create_test_change", "label": "create_test_change()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 3}, {"id": "render_create_test_app", "label": "create_test_app()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_app()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 48}, {"id": "render_render_buffer", "label": "render_buffer()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "render_buffer()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 48}, {"id": "render_buffer_to_string", "label": "buffer_to_string()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "buffer_to_string()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 44}, {"id": "render_test_get_checkbox_display_archived_always_gray", "label": "test_get_checkbox_display_archived_always_gray()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_checkbox_display_archived_always_gray()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_get_checkbox_display_not_selected", "label": "test_get_checkbox_display_not_selected()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_checkbox_display_not_selected()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_get_checkbox_display_selected", "label": "test_get_checkbox_display_selected()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_checkbox_display_selected()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_get_checkbox_display_marked_not_queued", "label": "test_get_checkbox_display_marked_not_queued()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_checkbox_display_marked_not_queued()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_get_checkbox_display_processing_states", "label": "test_get_checkbox_display_processing_states()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_checkbox_display_processing_states()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_render_shows_small_terminal_warning", "label": "test_render_shows_small_terminal_warning()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_shows_small_terminal_warning()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 5}, {"id": "render_test_render_shows_worktree_badge", "label": "test_render_shows_worktree_badge()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_shows_worktree_badge()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_render_resolving_status_shows_label", "label": "test_render_resolving_status_shows_label()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_resolving_status_shows_label()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 6}, {"id": "render_test_render_merge_wait_status_shows_label", "label": "test_render_merge_wait_status_shows_label()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_merge_wait_status_shows_label()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 6}, {"id": "render_test_render_merge_wait_shows_resolve_key_hint", "label": "test_render_merge_wait_shows_resolve_key_hint()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_merge_wait_shows_resolve_key_hint()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_render_merge_wait_hides_resolve_key_hint_when_resolving", "label": "test_render_merge_wait_hides_resolve_key_hint_when_resolving()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_merge_wait_hides_resolve_key_hint_when_resolving()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_render_hides_f5_run_hint_while_resolving", "label": "test_render_hides_f5_run_hint_while_resolving()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_hides_f5_run_hint_while_resolving()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_render_uses_centralized_resolve_check_in_select_mode", "label": "test_render_uses_centralized_resolve_check_in_select_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_uses_centralized_resolve_check_in_select_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_render_hides_resolve_in_error_mode", "label": "test_render_hides_resolve_in_error_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_hides_resolve_in_error_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 6}, {"id": "render_test_render_shows_resolve_in_running_mode", "label": "test_render_shows_resolve_in_running_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_shows_resolve_in_running_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 6}, {"id": "render_test_render_consistency_with_resolve_availability", "label": "test_render_consistency_with_resolve_availability()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_consistency_with_resolve_availability()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 7}, {"id": "render_test_render_shows_worktree_delete_confirm_modal", "label": "test_render_shows_worktree_delete_confirm_modal()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_shows_worktree_delete_confirm_modal()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_render_parallel_archived_row_does_not_show_uncommited_badge", "label": "test_render_parallel_archived_row_does_not_show_uncommited_badge()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_parallel_archived_row_does_not_show_uncommited_badge()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_render_parallel_uncommitted_queueable_row_shows_uncommited_badge", "label": "test_render_parallel_uncommitted_queueable_row_shows_uncommited_badge()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_parallel_uncommitted_queueable_row_shows_uncommited_badge()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_focused_blocked_row_has_readable_fg_select_mode", "label": "test_focused_blocked_row_has_readable_fg_select_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_focused_blocked_row_has_readable_fg_select_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 3}, {"id": "render_test_unfocused_blocked_row_remains_dimmed_select_mode", "label": "test_unfocused_blocked_row_remains_dimmed_select_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_unfocused_blocked_row_remains_dimmed_select_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 3}, {"id": "render_test_focused_blocked_row_has_readable_fg_running_mode", "label": "test_focused_blocked_row_has_readable_fg_running_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_focused_blocked_row_has_readable_fg_running_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 3}, {"id": "render_test_unfocused_blocked_row_remains_dimmed_running_mode", "label": "test_unfocused_blocked_row_remains_dimmed_running_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_unfocused_blocked_row_remains_dimmed_running_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 3}, {"id": "render_test_render_select_mode_footer_message", "label": "test_render_select_mode_footer_message()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_select_mode_footer_message()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_render_shows_uncommitted_badge", "label": "test_render_shows_uncommitted_badge()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_render_shows_uncommitted_badge()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 6}, {"id": "render_test_log_header_analysis_with_iteration", "label": "test_log_header_analysis_with_iteration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_header_analysis_with_iteration()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 8}, {"id": "render_test_log_header_analysis_without_iteration", "label": "test_log_header_analysis_without_iteration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_header_analysis_without_iteration()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 7}, {"id": "render_test_log_header_resolve_with_change_id_and_iteration", "label": "test_log_header_resolve_with_change_id_and_iteration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_header_resolve_with_change_id_and_iteration()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 9}, {"id": "render_test_log_header_with_change_id_only", "label": "test_log_header_with_change_id_only()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_header_with_change_id_only()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 7}, {"id": "render_test_log_no_header_when_no_change_id_or_operation", "label": "test_log_no_header_when_no_change_id_or_operation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_no_header_when_no_change_id_or_operation()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 7}, {"id": "render_test_log_header_acceptance_with_iteration", "label": "test_log_header_acceptance_with_iteration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_header_acceptance_with_iteration()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 9}, {"id": "render_test_log_header_acceptance_without_iteration", "label": "test_log_header_acceptance_without_iteration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_header_acceptance_without_iteration()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 8}, {"id": "render_test_log_header_archive_with_change_id_and_iteration", "label": "test_log_header_archive_with_change_id_and_iteration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_header_archive_with_change_id_and_iteration()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 9}, {"id": "render_test_running_header_counts_only_in_flight_changes", "label": "test_running_header_counts_only_in_flight_changes()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_running_header_counts_only_in_flight_changes()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 6}, {"id": "render_test_running_header_counts_resolving_as_in_flight", "label": "test_running_header_counts_resolving_as_in_flight()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_running_header_counts_resolving_as_in_flight()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 6}, {"id": "render_test_select_mode_shows_ready_even_when_resolving_exists", "label": "test_select_mode_shows_ready_even_when_resolving_exists()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_select_mode_shows_ready_even_when_resolving_exists()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_running_mode_shows_running_without_count_when_no_in_flight", "label": "test_running_mode_shows_running_without_count_when_no_in_flight()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_running_mode_shows_running_without_count_when_no_in_flight()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_stopping_mode_header_shows_stopping", "label": "test_stopping_mode_header_shows_stopping()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stopping_mode_header_shows_stopping()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_log_panel_toggle_hides_logs", "label": "test_log_panel_toggle_hides_logs()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_panel_toggle_hides_logs()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 6}, {"id": "render_test_log_panel_toggle_shows_logs_when_enabled", "label": "test_log_panel_toggle_shows_logs_when_enabled()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_panel_toggle_shows_logs_when_enabled()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 6}, {"id": "render_test_log_panel_key_hint_always_shows", "label": "test_log_panel_key_hint_always_shows()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_panel_key_hint_always_shows()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 6}, {"id": "render_test_japanese_log_preview_truncation_no_panic", "label": "test_japanese_log_preview_truncation_no_panic()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_japanese_log_preview_truncation_no_panic()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_logs_wrap_no_indent_continuation_lines", "label": "test_logs_wrap_no_indent_continuation_lines()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_logs_wrap_no_indent_continuation_lines()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_wrap_log_message_continuation_uses_full_width", "label": "test_wrap_log_message_continuation_uses_full_width()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_wrap_log_message_continuation_uses_full_width()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 3}, {"id": "render_test_logs_visible_range_not_broken_by_wrapped_entry", "label": "test_logs_visible_range_not_broken_by_wrapped_entry()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_logs_visible_range_not_broken_by_wrapped_entry()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 8}, {"id": "render_test_wrap_log_message_handles_empty_message", "label": "test_wrap_log_message_handles_empty_message()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_wrap_log_message_handles_empty_message()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_wrap_log_message_handles_zero_width", "label": "test_wrap_log_message_handles_zero_width()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_wrap_log_message_handles_zero_width()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_wrap_log_message_no_wrap_needed", "label": "test_wrap_log_message_no_wrap_needed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_wrap_log_message_no_wrap_needed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_wrap_log_message_unicode_boundaries", "label": "test_wrap_log_message_unicode_boundaries()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_wrap_log_message_unicode_boundaries()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_wrap_log_message_no_panic_arrow_unicode_prefix", "label": "test_wrap_log_message_no_panic_arrow_unicode_prefix()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_wrap_log_message_no_panic_arrow_unicode_prefix()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_wrap_log_message_available_width_1_no_panic", "label": "test_wrap_log_message_available_width_1_no_panic()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_wrap_log_message_available_width_1_no_panic()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_parallel_mode_uncommitted_change_no_space_hint", "label": "test_parallel_mode_uncommitted_change_no_space_hint()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_mode_uncommitted_change_no_space_hint()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_parallel_mode_committed_change_shows_space_hint", "label": "test_parallel_mode_committed_change_shows_space_hint()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_mode_committed_change_shows_space_hint()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_toggle_all_hint_shown_in_select_mode", "label": "test_toggle_all_hint_shown_in_select_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_hint_shown_in_select_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_toggle_all_hint_shown_in_stopped_mode", "label": "test_toggle_all_hint_shown_in_stopped_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_hint_shown_in_stopped_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_toggle_all_hint_shown_in_running_mode_with_non_active_target", "label": "test_toggle_all_hint_shown_in_running_mode_with_non_active_target()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_hint_shown_in_running_mode_with_non_active_target()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_toggle_all_hint_not_shown_in_running_mode_without_non_active_targets", "label": "test_toggle_all_hint_not_shown_in_running_mode_without_non_active_targets()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_hint_not_shown_in_running_mode_without_non_active_targets()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_toggle_all_hint_not_shown_in_stopping_mode", "label": "test_toggle_all_hint_not_shown_in_stopping_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_hint_not_shown_in_stopping_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_toggle_all_hint_not_shown_in_error_mode", "label": "test_toggle_all_hint_not_shown_in_error_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_hint_not_shown_in_error_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "render_test_toggle_all_hint_shown_in_select_mode_with_logs", "label": "test_toggle_all_hint_shown_in_select_mode_with_logs()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_hint_shown_in_select_mode_with_logs()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 6}, {"id": "render_test_split_remote_change_id_local", "label": "test_split_remote_change_id_local()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_split_remote_change_id_local()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_split_remote_change_id_remote", "label": "test_split_remote_change_id_remote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_split_remote_change_id_remote()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_split_remote_change_id_remote_nested_path", "label": "test_split_remote_change_id_remote_nested_path()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_split_remote_change_id_remote_nested_path()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_split_remote_change_id_no_slash_after_colon", "label": "test_split_remote_change_id_no_slash_after_colon()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_split_remote_change_id_no_slash_after_colon()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_make_change_state", "label": "make_change_state()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "make_change_state()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 1}, {"id": "render_test_build_change_rows_all_local", "label": "test_build_change_rows_all_local()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_change_rows_all_local()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_build_change_rows_remote_grouping", "label": "test_build_change_rows_remote_grouping()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_change_rows_remote_grouping()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_build_change_rows_mixed_local_and_remote", "label": "test_build_change_rows_mixed_local_and_remote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_change_rows_mixed_local_and_remote()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 2}, {"id": "render_test_grouped_display_shows_project_header", "label": "test_grouped_display_shows_project_header()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_grouped_display_shows_project_header()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/render.rs", "file_type": "code", "degree": 4}, {"id": "src_tui_terminal_rs", "label": "terminal.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "terminal.rs", "community": 4, "community_name": "Community 4", "source_file": "src/tui/terminal.rs", "file_type": "code", "degree": 4}, {"id": "terminal_restore_terminal", "label": "restore_terminal()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "restore_terminal()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/terminal.rs", "file_type": "code", "degree": 3}, {"id": "terminal_execute_worktree_command", "label": "execute_worktree_command()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "execute_worktree_command()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/terminal.rs", "file_type": "code", "degree": 7}, {"id": "terminal_suspend_terminal_and_execute", "label": "suspend_terminal_and_execute()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "suspend_terminal_and_execute()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/terminal.rs", "file_type": "code", "degree": 3}, {"id": "terminal_suspend_terminal_and_execute_sync", "label": "suspend_terminal_and_execute_sync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "suspend_terminal_and_execute_sync()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/terminal.rs", "file_type": "code", "degree": 3}, {"id": "src_tui_type_impls_rs", "label": "type_impls.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "type_impls.rs", "community": 0, "community_name": "Community 0", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 5}, {"id": "type_impls_worktreeinfo", "label": "WorktreeInfo", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "WorktreeInfo", "community": 7, "community_name": "Community 7", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 5}, {"id": "type_impls_worktreeinfo_display_label", "label": ".display_label()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".display_label()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 2}, {"id": "type_impls_worktreeinfo_display_branch", "label": ".display_branch()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".display_branch()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 3}, {"id": "type_impls_worktreeinfo_has_merge_conflict", "label": ".has_merge_conflict()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".has_merge_conflict()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 5}, {"id": "type_impls_worktreeinfo_conflict_file_count", "label": ".conflict_file_count()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".conflict_file_count()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 2}, {"id": "type_impls_worktreeinfo_merge_status_label", "label": ".merge_status_label()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".merge_status_label()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 2}, {"id": "type_impls_test_worktree_info_display_label", "label": "test_worktree_info_display_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_info_display_label()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 2}, {"id": "type_impls_test_worktree_info_display_branch_normal", "label": "test_worktree_info_display_branch_normal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_info_display_branch_normal()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 2}, {"id": "type_impls_test_worktree_info_display_branch_detached", "label": "test_worktree_info_display_branch_detached()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_info_display_branch_detached()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 2}, {"id": "type_impls_test_worktree_info_has_merge_conflict", "label": "test_worktree_info_has_merge_conflict()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_info_has_merge_conflict()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 2}, {"id": "type_impls_test_worktree_info_conflict_file_count", "label": "test_worktree_info_conflict_file_count()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_info_conflict_file_count()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/type_impls.rs", "file_type": "code", "degree": 2}, {"id": "src_tui_queue_rs", "label": "queue.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "queue.rs", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 14}, {"id": "queue_dynamicqueue", "label": "DynamicQueue", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DynamicQueue", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 20}, {"id": "queue_dynamicqueue_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 16}, {"id": "queue_dynamicqueue_push", "label": ".push()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 19.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".push()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 168}, {"id": "queue_dynamicqueue_pop", "label": ".pop()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".pop()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 4}, {"id": "queue_dynamicqueue_remove", "label": ".remove()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".remove()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 5}, {"id": "queue_dynamicqueue_mark_removed", "label": ".mark_removed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".mark_removed()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 2}, {"id": "queue_dynamicqueue_drain_removed", "label": ".drain_removed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".drain_removed()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 4}, {"id": "queue_dynamicqueue_is_empty", "label": ".is_empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_empty()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 2}, {"id": "queue_dynamicqueue_contains", "label": ".contains()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": ".contains()", "community": 1, "community_name": "Community 1", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 82}, {"id": "queue_dynamicqueue_len", "label": ".len()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".len()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 103}, {"id": "queue_dynamicqueue_notified", "label": ".notified()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".notified()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 3}, {"id": "queue_dynamicqueue_notify_scheduler", "label": ".notify_scheduler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".notify_scheduler()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 3}, {"id": "queue_dynamicqueue_mark_stopped", "label": ".mark_stopped()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".mark_stopped()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 2}, {"id": "queue_dynamicqueue_is_stopped", "label": ".is_stopped()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_stopped()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 4}, {"id": "queue_dynamicqueue_clear_stopped", "label": ".clear_stopped()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_stopped()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 4}, {"id": "queue_dynamicqueue_try_is_stopped", "label": ".try_is_stopped()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".try_is_stopped()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 3}, {"id": "queue_dynamicqueue_register_kill_token", "label": ".register_kill_token()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".register_kill_token()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 4}, {"id": "queue_dynamicqueue_unregister_kill_token", "label": ".unregister_kill_token()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".unregister_kill_token()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 4}, {"id": "queue_dynamicqueue_force_kill", "label": ".force_kill()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".force_kill()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 9}, {"id": "queue_dynamicqueue_default", "label": ".default()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 2}, {"id": "queue_test_dynamic_queue_push_pop", "label": "test_dynamic_queue_push_pop()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dynamic_queue_push_pop()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 2}, {"id": "queue_test_dynamic_queue_dedup", "label": "test_dynamic_queue_dedup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dynamic_queue_dedup()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 2}, {"id": "queue_test_dynamic_queue_contains", "label": "test_dynamic_queue_contains()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dynamic_queue_contains()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 3}, {"id": "queue_test_dynamic_queue_remove", "label": "test_dynamic_queue_remove()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dynamic_queue_remove()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 3}, {"id": "queue_test_dynamic_queue_remove_nonexistent", "label": "test_dynamic_queue_remove_nonexistent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dynamic_queue_remove_nonexistent()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 3}, {"id": "queue_test_dynamic_queue_remove_from_empty", "label": "test_dynamic_queue_remove_from_empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dynamic_queue_remove_from_empty()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 2}, {"id": "queue_test_dynamic_queue_remove_multiple", "label": "test_dynamic_queue_remove_multiple()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dynamic_queue_remove_multiple()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 3}, {"id": "queue_test_dynamic_queue_remove_then_push_same", "label": "test_dynamic_queue_remove_then_push_same()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dynamic_queue_remove_then_push_same()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 3}, {"id": "queue_test_mark_removed_and_drain", "label": "test_mark_removed_and_drain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_mark_removed_and_drain()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 3}, {"id": "queue_test_push_clears_removed_marker", "label": "test_push_clears_removed_marker()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_push_clears_removed_marker()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 3}, {"id": "queue_test_force_kill_marks_stopped_and_cancels_token", "label": "test_force_kill_marks_stopped_and_cancels_token()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_force_kill_marks_stopped_and_cancels_token()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 4}, {"id": "queue_test_force_kill_without_token_still_marks_stopped", "label": "test_force_kill_without_token_still_marks_stopped()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_force_kill_without_token_still_marks_stopped()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 3}, {"id": "queue_test_unregister_kill_token", "label": "test_unregister_kill_token()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_unregister_kill_token()", "community": 10, "community_name": "Community 10", "source_file": "src/tui/queue.rs", "file_type": "code", "degree": 5}, {"id": "src_tui_runner_rs", "label": "runner.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "runner.rs", "community": 9, "community_name": "Community 9", "source_file": "src/tui/runner.rs", "file_type": "code", "degree": 3}, {"id": "runner_run_tui", "label": "run_tui()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "run_tui()", "community": 9, "community_name": "Community 9", "source_file": "src/tui/runner.rs", "file_type": "code", "degree": 2}, {"id": "runner_run_tui_with_remote", "label": "run_tui_with_remote()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_tui_with_remote()", "community": 9, "community_name": "Community 9", "source_file": "src/tui/runner.rs", "file_type": "code", "degree": 6}, {"id": "runner_run_tui_loop", "label": "run_tui_loop()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "run_tui_loop()", "community": 9, "community_name": "Community 9", "source_file": "src/tui/runner.rs", "file_type": "code", "degree": 49}, {"id": "src_tui_mod_rs", "label": "mod.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 100, "community_name": "Community 100", "source_file": "src/tui/mod.rs", "file_type": "code", "degree": 0}, {"id": "src_tui_worktrees_rs", "label": "worktrees.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "worktrees.rs", "community": 3, "community_name": "Community 3", "source_file": "src/tui/worktrees.rs", "file_type": "code", "degree": 6}, {"id": "worktrees_should_trigger_worktree_command", "label": "should_trigger_worktree_command()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "should_trigger_worktree_command()", "community": 8, "community_name": "Community 8", "source_file": "src/tui/worktrees.rs", "file_type": "code", "degree": 3}, {"id": "worktrees_build_worktree_path", "label": "build_worktree_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "build_worktree_path()", "community": 3, "community_name": "Community 3", "source_file": "src/tui/worktrees.rs", "file_type": "code", "degree": 2}, {"id": "worktrees_load_worktrees_with_conflict_check", "label": "load_worktrees_with_conflict_check()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "load_worktrees_with_conflict_check()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/worktrees.rs", "file_type": "code", "degree": 11}, {"id": "worktrees_test_should_trigger_worktree_command_missing_config", "label": "test_should_trigger_worktree_command_missing_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_should_trigger_worktree_command_missing_config()", "community": 3, "community_name": "Community 3", "source_file": "src/tui/worktrees.rs", "file_type": "code", "degree": 2}, {"id": "worktrees_test_should_trigger_worktree_command_not_git_repo", "label": "test_should_trigger_worktree_command_not_git_repo()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_should_trigger_worktree_command_not_git_repo()", "community": 3, "community_name": "Community 3", "source_file": "src/tui/worktrees.rs", "file_type": "code", "degree": 2}, {"id": "worktrees_test_should_trigger_worktree_command_enabled", "label": "test_should_trigger_worktree_command_enabled()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_should_trigger_worktree_command_enabled()", "community": 3, "community_name": "Community 3", "source_file": "src/tui/worktrees.rs", "file_type": "code", "degree": 2}, {"id": "src_tui_state_rs", "label": "state.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "state.rs", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 82}, {"id": "state_apply_remote_status", "label": "apply_remote_status()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_remote_status()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 5}, {"id": "state_warningpopup", "label": "WarningPopup", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WarningPopup", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 1}, {"id": "state_changestate", "label": "ChangeState", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeState", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 7}, {"id": "state_appstate", "label": "AppState", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AppState", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 40}, {"id": "state_changestate_from_change", "label": ".from_change()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".from_change()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_changestate_progress_percent", "label": ".progress_percent()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".progress_percent()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 1}, {"id": "state_changestate_set_display_status_cache", "label": ".set_display_status_cache()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_display_status_cache()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 30}, {"id": "state_changestate_set_error_message_cache", "label": ".set_error_message_cache()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_error_message_cache()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 11}, {"id": "state_changestate_is_active_display_status", "label": ".is_active_display_status()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_active_display_status()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_changestate_update_iteration_monotonic", "label": ".update_iteration_monotonic()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_iteration_monotonic()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 9}, {"id": "state_appstate_new", "label": ".new()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 68}, {"id": "state_appstate_set_shared_state", "label": ".set_shared_state()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_shared_state()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 12}, {"id": "state_appstate_show_qr_popup", "label": ".show_qr_popup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".show_qr_popup()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_appstate_hide_qr_popup", "label": ".hide_qr_popup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hide_qr_popup()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_appstate_cursor_up", "label": ".cursor_up()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".cursor_up()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 5}, {"id": "state_appstate_cursor_down", "label": ".cursor_down()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".cursor_down()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 5}, {"id": "state_appstate_worktree_cursor_up", "label": ".worktree_cursor_up()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".worktree_cursor_up()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_appstate_worktree_cursor_down", "label": ".worktree_cursor_down()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".worktree_cursor_down()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_appstate_get_selected_worktree_path", "label": ".get_selected_worktree_path()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_selected_worktree_path()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_appstate_get_selected_worktree", "label": ".get_selected_worktree()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_selected_worktree()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_appstate_request_worktree_delete_from_list", "label": ".request_worktree_delete_from_list()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".request_worktree_delete_from_list()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 7}, {"id": "state_appstate_confirm_worktree_action_delete", "label": ".confirm_worktree_action_delete()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".confirm_worktree_action_delete()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_appstate_cancel_worktree_action", "label": ".cancel_worktree_action()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancel_worktree_action()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_appstate_request_merge_worktree_branch", "label": ".request_merge_worktree_branch()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".request_merge_worktree_branch()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 8}, {"id": "state_appstate_toggle_selection", "label": ".toggle_selection()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggle_selection()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 20}, {"id": "state_appstate_can_bulk_toggle_change", "label": ".can_bulk_toggle_change()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".can_bulk_toggle_change()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_appstate_has_bulk_toggle_targets", "label": ".has_bulk_toggle_targets()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".has_bulk_toggle_targets()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 5}, {"id": "state_appstate_toggle_all_marks", "label": ".toggle_all_marks()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggle_all_marks()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 23}, {"id": "state_appstate_resolve_merge", "label": ".resolve_merge()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolve_merge()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 19}, {"id": "state_appstate_add_to_resolve_queue", "label": ".add_to_resolve_queue()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_to_resolve_queue()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 5}, {"id": "state_appstate_pop_from_resolve_queue", "label": ".pop_from_resolve_queue()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".pop_from_resolve_queue()", "community": 12, "community_name": "Community 12", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_appstate_has_queued_resolves", "label": ".has_queued_resolves()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".has_queued_resolves()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_appstate_apply_parallel_eligibility", "label": ".apply_parallel_eligibility()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_parallel_eligibility()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 6}, {"id": "state_appstate_apply_worktree_status", "label": ".apply_worktree_status()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_worktree_status()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 5}, {"id": "state_appstate_apply_display_statuses_from_reducer", "label": ".apply_display_statuses_from_reducer()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_display_statuses_from_reducer()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 16}, {"id": "state_appstate_selected_count", "label": ".selected_count()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".selected_count()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_appstate_toggle_parallel_mode", "label": ".toggle_parallel_mode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggle_parallel_mode()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 8}, {"id": "state_appstate_reset_for_run", "label": ".reset_for_run()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".reset_for_run()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_appstate_start_processing", "label": ".start_processing()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".start_processing()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 16}, {"id": "state_appstate_resume_processing", "label": ".resume_processing()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".resume_processing()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 12}, {"id": "state_appstate_retry_error_changes", "label": ".retry_error_changes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".retry_error_changes()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 12}, {"id": "state_appstate_get_latest_log_for_change", "label": ".get_latest_log_for_change()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_latest_log_for_change()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_appstate_add_log", "label": ".add_log()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_log()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 79}, {"id": "state_appstate_scroll_logs_up", "label": ".scroll_logs_up()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".scroll_logs_up()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_appstate_scroll_logs_down", "label": ".scroll_logs_down()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".scroll_logs_down()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_appstate_scroll_logs_to_top", "label": ".scroll_logs_to_top()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".scroll_logs_to_top()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_appstate_scroll_logs_to_bottom", "label": ".scroll_logs_to_bottom()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".scroll_logs_to_bottom()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_appstate_toggle_logs_panel", "label": ".toggle_logs_panel()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggle_logs_panel()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_appstate_update_changes", "label": ".update_changes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_changes()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 15}, {"id": "state_mergeguardresult", "label": "MergeGuardResult", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MergeGuardResult", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 1}, {"id": "state_validate_view_mode", "label": "validate_view_mode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_view_mode()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_validate_not_resolving", "label": "validate_not_resolving()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_not_resolving()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_validate_worktrees_not_empty", "label": "validate_worktrees_not_empty()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_worktrees_not_empty()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_validate_cursor_in_bounds", "label": "validate_cursor_in_bounds()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_cursor_in_bounds()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_validate_worktree_mergeable", "label": "validate_worktree_mergeable()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_worktree_mergeable()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_toggleguardresult", "label": "ToggleGuardResult", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ToggleGuardResult", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_toggleguardresult_is_allowed", "label": ".is_allowed()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_allowed()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_validate_change_toggleable", "label": "validate_change_toggleable()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_change_toggleable()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_toggleactionresult", "label": "ToggleActionResult", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ToggleActionResult", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 1}, {"id": "state_handle_toggle_select_mode", "label": "handle_toggle_select_mode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_toggle_select_mode()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_handle_toggle_running_mode", "label": "handle_toggle_running_mode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_toggle_running_mode()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_handle_toggle_stopped_mode", "label": "handle_toggle_stopped_mode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_toggle_stopped_mode()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_create_test_change", "label": "create_test_change()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 10}, {"id": "state_test_change_state_progress", "label": "test_change_state_progress()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_change_state_progress()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 1}, {"id": "state_test_app_state_new_all_not_selected", "label": "test_app_state_new_all_not_selected()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_app_state_new_all_not_selected()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_app_state_no_auto_selection", "label": "test_app_state_no_auto_selection()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_app_state_no_auto_selection()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_cursor_navigation", "label": "test_cursor_navigation()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_cursor_navigation()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_toggle_selection", "label": "test_toggle_selection()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_selection()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_toggle_all_marks_select_mode", "label": "test_toggle_all_marks_select_mode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_marks_select_mode()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_toggle_all_marks_stopped_mode", "label": "test_toggle_all_marks_stopped_mode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_marks_stopped_mode()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_toggle_all_marks_parallel_mode_excludes_uncommitted", "label": "test_toggle_all_marks_parallel_mode_excludes_uncommitted()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_marks_parallel_mode_excludes_uncommitted()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_toggle_all_marks_partial_selection", "label": "test_toggle_all_marks_partial_selection()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_marks_partial_selection()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_toggle_all_marks_running_mode_toggles_non_active_rows_only", "label": "test_toggle_all_marks_running_mode_toggles_non_active_rows_only()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_marks_running_mode_toggles_non_active_rows_only()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_bulk_toggle_running_mode_emits_add_to_queue_commands", "label": "test_bulk_toggle_running_mode_emits_add_to_queue_commands()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bulk_toggle_running_mode_emits_add_to_queue_commands()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_bulk_toggle_running_mode_emits_remove_from_queue_commands", "label": "test_bulk_toggle_running_mode_emits_remove_from_queue_commands()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bulk_toggle_running_mode_emits_remove_from_queue_commands()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_bulk_toggle_running_mode_no_commands_for_wait_states", "label": "test_bulk_toggle_running_mode_no_commands_for_wait_states()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bulk_toggle_running_mode_no_commands_for_wait_states()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_bulk_toggle_running_mode_excludes_active_rows_from_commands", "label": "test_bulk_toggle_running_mode_excludes_active_rows_from_commands()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bulk_toggle_running_mode_excludes_active_rows_from_commands()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_bulk_toggle_running_mode_mixed_queued_and_not_queued", "label": "test_bulk_toggle_running_mode_mixed_queued_and_not_queued()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bulk_toggle_running_mode_mixed_queued_and_not_queued()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_bulk_toggle_select_mode_returns_no_commands", "label": "test_bulk_toggle_select_mode_returns_no_commands()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bulk_toggle_select_mode_returns_no_commands()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_bulk_toggle_stopped_mode_returns_no_commands", "label": "test_bulk_toggle_stopped_mode_returns_no_commands()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bulk_toggle_stopped_mode_returns_no_commands()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_has_bulk_toggle_targets_running_mode_requires_non_active_rows", "label": "test_has_bulk_toggle_targets_running_mode_requires_non_active_rows()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_has_bulk_toggle_targets_running_mode_requires_non_active_rows()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_start_processing_blocked_while_resolving", "label": "test_start_processing_blocked_while_resolving()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_start_processing_blocked_while_resolving()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_resume_processing_blocked_while_resolving", "label": "test_resume_processing_blocked_while_resolving()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resume_processing_blocked_while_resolving()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_retry_error_changes_blocked_while_resolving", "label": "test_retry_error_changes_blocked_while_resolving()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_retry_error_changes_blocked_while_resolving()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_retry_error_changes_returns_error_rows_to_queued_status", "label": "test_retry_error_changes_returns_error_rows_to_queued_status()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_retry_error_changes_returns_error_rows_to_queued_status()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_selected_count", "label": "test_selected_count()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_selected_count()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_update_change_status_blocks_archived_and_merged_to_queued", "label": "test_update_change_status_blocks_archived_and_merged_to_queued()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_update_change_status_blocks_archived_and_merged_to_queued()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_running_mode_error_change_toggle_sets_retry_mark", "label": "test_running_mode_error_change_toggle_sets_retry_mark()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_running_mode_error_change_toggle_sets_retry_mark()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_running_mode_error_change_toggle_queue", "label": "test_running_mode_error_change_toggle_queue()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_running_mode_error_change_toggle_queue()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_stopped_mode_error_change_toggle_sets_retry_mark", "label": "test_stopped_mode_error_change_toggle_sets_retry_mark()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stopped_mode_error_change_toggle_sets_retry_mark()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_iteration_monotonic_update_from_none", "label": "test_iteration_monotonic_update_from_none()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_iteration_monotonic_update_from_none()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_iteration_monotonic_prevents_regression", "label": "test_iteration_monotonic_prevents_regression()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_iteration_monotonic_prevents_regression()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_iteration_monotonic_ignores_none", "label": "test_iteration_monotonic_ignores_none()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_iteration_monotonic_ignores_none()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_resolve_queue_fifo_order", "label": "test_resolve_queue_fifo_order()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_queue_fifo_order()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_resolve_queue_duplicate_prevention", "label": "test_resolve_queue_duplicate_prevention()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_queue_duplicate_prevention()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_resolve_queue_auto_start_on_completion", "label": "test_resolve_queue_auto_start_on_completion()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_queue_auto_start_on_completion()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_resolve_queue_no_auto_start_when_queue_empty", "label": "test_resolve_queue_no_auto_start_when_queue_empty()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_queue_no_auto_start_when_queue_empty()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_resolve_merge_queues_when_resolving", "label": "test_resolve_merge_queues_when_resolving()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merge_queues_when_resolving()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_resolve_merge_queues_syncs_reducer", "label": "test_resolve_merge_queues_syncs_reducer()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merge_queues_syncs_reducer()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 6}, {"id": "state_test_resolve_wait_survives_changes_refreshed", "label": "test_resolve_wait_survives_changes_refreshed()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_wait_survives_changes_refreshed()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 8}, {"id": "state_test_resolve_merge_select_transitions_to_running", "label": "test_resolve_merge_select_transitions_to_running()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merge_select_transitions_to_running()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_resolve_merge_stopped_transitions_to_running", "label": "test_resolve_merge_stopped_transitions_to_running()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merge_stopped_transitions_to_running()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_resolve_merge_running_stays_running", "label": "test_resolve_merge_running_stays_running()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merge_running_stays_running()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_resolve_merge_immediate_syncs_reducer", "label": "test_resolve_merge_immediate_syncs_reducer()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merge_immediate_syncs_reducer()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 6}, {"id": "state_test_resolve_wait_survives_changes_refreshed_after_immediate_resolve", "label": "test_resolve_wait_survives_changes_refreshed_after_immediate_resolve()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_wait_survives_changes_refreshed_after_immediate_resolve()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 8}, {"id": "state_test_resolve_merge_consecutive_m_key_presses_queue_second_change", "label": "test_resolve_merge_consecutive_m_key_presses_queue_second_change()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_merge_consecutive_m_key_presses_queue_second_change()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_apply_merge_wait_status_does_not_demote_merged", "label": "test_apply_merge_wait_status_does_not_demote_merged()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_merge_wait_status_does_not_demote_merged()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_apply_merge_wait_status_does_not_demote_blocked", "label": "test_apply_merge_wait_status_does_not_demote_blocked()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_merge_wait_status_does_not_demote_blocked()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_apply_display_statuses_rejected_to_not_queued_reactivation", "label": "test_apply_display_statuses_rejected_to_not_queued_reactivation()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_display_statuses_rejected_to_not_queued_reactivation()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_auto_clear_merge_wait_does_not_affect_merged", "label": "test_auto_clear_merge_wait_does_not_affect_merged()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_auto_clear_merge_wait_does_not_affect_merged()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_start_processing_does_not_queue_blocked_changes", "label": "test_start_processing_does_not_queue_blocked_changes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_start_processing_does_not_queue_blocked_changes()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_tui_uses_reducer_display_status", "label": "test_tui_uses_reducer_display_status()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tui_uses_reducer_display_status()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_display_status_consistency_between_tui_and_web", "label": "test_display_status_consistency_between_tui_and_web()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_display_status_consistency_between_tui_and_web()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_running_mode_toggle_emits_commands_without_local_status_mutation", "label": "test_running_mode_toggle_emits_commands_without_local_status_mutation()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_running_mode_toggle_emits_commands_without_local_status_mutation()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_running_mode_space_on_active_change_does_not_stop", "label": "test_running_mode_space_on_active_change_does_not_stop()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_running_mode_space_on_active_change_does_not_stop()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_running_mode_space_on_accepting_does_not_stop", "label": "test_running_mode_space_on_accepting_does_not_stop()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_running_mode_space_on_accepting_does_not_stop()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_merge_wait_queue_operations", "label": "test_merge_wait_queue_operations()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_wait_queue_operations()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_resolve_wait_queue_operations", "label": "test_resolve_wait_queue_operations()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_wait_queue_operations()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_start_processing_syncs_reducer_queue_intent", "label": "test_start_processing_syncs_reducer_queue_intent()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_start_processing_syncs_reducer_queue_intent()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 7}, {"id": "state_test_resume_processing_syncs_reducer_queue_intent", "label": "test_resume_processing_syncs_reducer_queue_intent()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resume_processing_syncs_reducer_queue_intent()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_parallel_start_refresh_preserves_queued_rows", "label": "test_parallel_start_refresh_preserves_queued_rows()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_start_refresh_preserves_queued_rows()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 7}, {"id": "state_test_parallel_start_state_reset_preserves_queued_rows", "label": "test_parallel_start_state_reset_preserves_queued_rows()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_start_state_reset_preserves_queued_rows()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 9}, {"id": "state_test_dependency_block_preserves_queued_intent", "label": "test_dependency_block_preserves_queued_intent()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dependency_block_preserves_queued_intent()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_dependency_resolved_restores_queued_display", "label": "test_dependency_resolved_restores_queued_display()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dependency_resolved_restores_queued_display()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 7}, {"id": "state_test_parallel_start_rejected_does_not_clear_other_rows", "label": "test_parallel_start_rejected_does_not_clear_other_rows()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_start_rejected_does_not_clear_other_rows()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_all_completed_transitions_to_select_even_when_resolving", "label": "test_all_completed_transitions_to_select_even_when_resolving()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_all_completed_transitions_to_select_even_when_resolving()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_resolve_completed_transitions_to_select_when_no_active", "label": "test_resolve_completed_transitions_to_select_when_no_active()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_completed_transitions_to_select_when_no_active()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_resolve_completed_stays_running_when_other_active", "label": "test_resolve_completed_stays_running_when_other_active()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_completed_stays_running_when_other_active()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state.rs", "file_type": "code", "degree": 3}, {"id": "src_tui_key_handlers_rs", "label": "key_handlers.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "key_handlers.rs", "community": 7, "community_name": "Community 7", "source_file": "src/tui/key_handlers.rs", "file_type": "code", "degree": 10}, {"id": "key_handlers_keyeventcontext", "label": "KeyEventContext", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "KeyEventContext", "community": 7, "community_name": "Community 7", "source_file": "src/tui/key_handlers.rs", "file_type": "code", "degree": 1}, {"id": "key_handlers_handle_tab_key", "label": "handle_tab_key()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_tab_key()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/key_handlers.rs", "file_type": "code", "degree": 6}, {"id": "key_handlers_handle_cursor_movement", "label": "handle_cursor_movement()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_cursor_movement()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/key_handlers.rs", "file_type": "code", "degree": 6}, {"id": "key_handlers_handle_editor_launch", "label": "handle_editor_launch()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_editor_launch()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/key_handlers.rs", "file_type": "code", "degree": 8}, {"id": "key_handlers_handle_merge_key", "label": "handle_merge_key()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_merge_key()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/key_handlers.rs", "file_type": "code", "degree": 5}, {"id": "key_handlers_handle_esc_key", "label": "handle_esc_key()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_esc_key()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/key_handlers.rs", "file_type": "code", "degree": 6}, {"id": "key_handlers_handle_f5_key", "label": "handle_f5_key()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_f5_key()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/key_handlers.rs", "file_type": "code", "degree": 11}, {"id": "key_handlers_handle_enter_key", "label": "handle_enter_key()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_enter_key()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/key_handlers.rs", "file_type": "code", "degree": 11}, {"id": "key_handlers_handle_plus_key", "label": "handle_plus_key()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_plus_key()", "community": 8, "community_name": "Community 8", "source_file": "src/tui/key_handlers.rs", "file_type": "code", "degree": 15}, {"id": "key_handlers_handle_key_event", "label": "handle_key_event()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_key_event()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/key_handlers.rs", "file_type": "code", "degree": 29}, {"id": "src_tui_command_handlers_rs", "label": "command_handlers.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "command_handlers.rs", "community": 7, "community_name": "Community 7", "source_file": "src/tui/command_handlers.rs", "file_type": "code", "degree": 3}, {"id": "command_handlers_tuicommandcontext", "label": "TuiCommandContext", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TuiCommandContext", "community": 7, "community_name": "Community 7", "source_file": "src/tui/command_handlers.rs", "file_type": "code", "degree": 1}, {"id": "command_handlers_handle_start_processing_command", "label": "handle_start_processing_command()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_start_processing_command()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/command_handlers.rs", "file_type": "code", "degree": 15}, {"id": "command_handlers_handle_tui_command", "label": "handle_tui_command()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_tui_command()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/command_handlers.rs", "file_type": "code", "degree": 39}, {"id": "src_tui_orchestrator_rs", "label": "orchestrator.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "orchestrator.rs", "community": 12, "community_name": "Community 12", "source_file": "src/tui/orchestrator.rs", "file_type": "code", "degree": 10}, {"id": "orchestrator_post_archive_dispatch_event", "label": "post_archive_dispatch_event()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "post_archive_dispatch_event()", "community": 12, "community_name": "Community 12", "source_file": "src/tui/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_dispatch_event", "label": "dispatch_event()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "dispatch_event()", "community": 12, "community_name": "Community 12", "source_file": "src/tui/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_run_orchestrator", "label": "run_orchestrator()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_orchestrator()", "community": 12, "community_name": "Community 12", "source_file": "src/tui/orchestrator.rs", "file_type": "code", "degree": 58}, {"id": "orchestrator_run_orchestrator_parallel", "label": "run_orchestrator_parallel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "run_orchestrator_parallel()", "community": 12, "community_name": "Community 12", "source_file": "src/tui/orchestrator.rs", "file_type": "code", "degree": 20}, {"id": "orchestrator_test_archive_path_structure", "label": "test_archive_path_structure()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_path_structure()", "community": 12, "community_name": "Community 12", "source_file": "src/tui/orchestrator.rs", "file_type": "code", "degree": 2}, {"id": "orchestrator_test_archive_verification_logic", "label": "test_archive_verification_logic()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_verification_logic()", "community": 12, "community_name": "Community 12", "source_file": "src/tui/orchestrator.rs", "file_type": "code", "degree": 2}, {"id": "orchestrator_test_tui_shared_state_pending_changes_decrease_when_cleared", "label": "test_tui_shared_state_pending_changes_decrease_when_cleared()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tui_shared_state_pending_changes_decrease_when_cleared()", "community": 12, "community_name": "Community 12", "source_file": "src/tui/orchestrator.rs", "file_type": "code", "degree": 3}, {"id": "orchestrator_test_tui_archived_during_resolve", "label": "test_tui_archived_during_resolve()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tui_archived_during_resolve()", "community": 12, "community_name": "Community 12", "source_file": "src/tui/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_test_tui_archived_no_active_resolve", "label": "test_tui_archived_no_active_resolve()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tui_archived_no_active_resolve()", "community": 12, "community_name": "Community 12", "source_file": "src/tui/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "orchestrator_test_tui_rejection_removes_from_pending_selection", "label": "test_tui_rejection_removes_from_pending_selection()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tui_rejection_removes_from_pending_selection()", "community": 12, "community_name": "Community 12", "source_file": "src/tui/orchestrator.rs", "file_type": "code", "degree": 5}, {"id": "src_tui_utils_rs", "label": "utils.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "utils.rs", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 19}, {"id": "utils_find_change_dir", "label": "find_change_dir()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "find_change_dir()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 5}, {"id": "utils_editortarget", "label": "EditorTarget", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EditorTarget", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 1}, {"id": "utils_resolve_editor_target", "label": "resolve_editor_target()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_editor_target()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 5}, {"id": "utils_launch_editor_for_change", "label": "launch_editor_for_change()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "launch_editor_for_change()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 5}, {"id": "utils_launch_editor_in_dir", "label": "launch_editor_in_dir()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "launch_editor_in_dir()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 4}, {"id": "utils_truncate_to_display_width_with_suffix", "label": "truncate_to_display_width_with_suffix()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "truncate_to_display_width_with_suffix()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 11}, {"id": "utils_clear_screen", "label": "clear_screen()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "clear_screen()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 2}, {"id": "utils_get_version_string", "label": "get_version_string()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_version_string()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 3}, {"id": "utils_make_temp_dir", "label": "make_temp_dir()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "make_temp_dir()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 5}, {"id": "utils_test_find_change_dir_prefers_active_change", "label": "test_find_change_dir_prefers_active_change()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_find_change_dir_prefers_active_change()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 3}, {"id": "utils_test_find_change_dir_falls_back_to_archived_change", "label": "test_find_change_dir_falls_back_to_archived_change()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_find_change_dir_falls_back_to_archived_change()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 3}, {"id": "utils_test_resolve_editor_target_prefers_proposal_file", "label": "test_resolve_editor_target_prefers_proposal_file()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_editor_target_prefers_proposal_file()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 3}, {"id": "utils_test_resolve_editor_target_falls_back_to_directory_when_missing_proposal", "label": "test_resolve_editor_target_falls_back_to_directory_when_missing_proposal()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_editor_target_falls_back_to_directory_when_missing_proposal()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 3}, {"id": "utils_test_truncate_to_display_width_with_suffix_short_string", "label": "test_truncate_to_display_width_with_suffix_short_string()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_truncate_to_display_width_with_suffix_short_string()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 2}, {"id": "utils_test_truncate_to_display_width_with_suffix_exact_fit", "label": "test_truncate_to_display_width_with_suffix_exact_fit()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_truncate_to_display_width_with_suffix_exact_fit()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 2}, {"id": "utils_test_truncate_to_display_width_with_suffix_needs_truncation", "label": "test_truncate_to_display_width_with_suffix_needs_truncation()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_truncate_to_display_width_with_suffix_needs_truncation()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 2}, {"id": "utils_test_truncate_to_display_width_with_suffix_cjk", "label": "test_truncate_to_display_width_with_suffix_cjk()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_truncate_to_display_width_with_suffix_cjk()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 2}, {"id": "utils_test_truncate_to_display_width_with_suffix_emoji", "label": "test_truncate_to_display_width_with_suffix_emoji()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_truncate_to_display_width_with_suffix_emoji()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 2}, {"id": "utils_test_get_version_string", "label": "test_get_version_string()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_version_string()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/utils.rs", "file_type": "code", "degree": 2}, {"id": "src_tui_qr_rs", "label": "qr.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "qr.rs", "community": 0, "community_name": "Community 0", "source_file": "src/tui/qr.rs", "file_type": "code", "degree": 5}, {"id": "qr_generate_qr_string", "label": "generate_qr_string()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_qr_string()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/qr.rs", "file_type": "code", "degree": 7}, {"id": "qr_test_generate_qr_string_valid_url", "label": "test_generate_qr_string_valid_url()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_generate_qr_string_valid_url()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/qr.rs", "file_type": "code", "degree": 2}, {"id": "qr_test_generate_qr_string_short_url", "label": "test_generate_qr_string_short_url()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_generate_qr_string_short_url()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/qr.rs", "file_type": "code", "degree": 2}, {"id": "qr_test_generate_qr_string_empty_url", "label": "test_generate_qr_string_empty_url()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_generate_qr_string_empty_url()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/qr.rs", "file_type": "code", "degree": 2}, {"id": "qr_test_generate_qr_string_without_feature", "label": "test_generate_qr_string_without_feature()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_generate_qr_string_without_feature()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/qr.rs", "file_type": "code", "degree": 2}, {"id": "src_tui_state_selection_logic_rs", "label": "selection_logic.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "selection_logic.rs", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state/selection_logic.rs", "file_type": "code", "degree": 4}, {"id": "selection_logic_can_bulk_toggle_change", "label": "can_bulk_toggle_change()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "can_bulk_toggle_change()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state/selection_logic.rs", "file_type": "code", "degree": 5}, {"id": "selection_logic_make_change_state", "label": "make_change_state()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "make_change_state()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state/selection_logic.rs", "file_type": "code", "degree": 3}, {"id": "selection_logic_running_mode_excludes_active_rows_from_bulk_toggle", "label": "running_mode_excludes_active_rows_from_bulk_toggle()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "running_mode_excludes_active_rows_from_bulk_toggle()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state/selection_logic.rs", "file_type": "code", "degree": 2}, {"id": "selection_logic_parallel_mode_excludes_uncommitted_rows_from_bulk_toggle", "label": "parallel_mode_excludes_uncommitted_rows_from_bulk_toggle()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parallel_mode_excludes_uncommitted_rows_from_bulk_toggle()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state/selection_logic.rs", "file_type": "code", "degree": 2}, {"id": "src_tui_state_log_logic_rs", "label": "log_logic.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "log_logic.rs", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/log_logic.rs", "file_type": "code", "degree": 5}, {"id": "log_logic_apply_log_buffer_limit", "label": "apply_log_buffer_limit()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_log_buffer_limit()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/log_logic.rs", "file_type": "code", "degree": 2}, {"id": "log_logic_next_log_offset_on_append", "label": "next_log_offset_on_append()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "next_log_offset_on_append()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/log_logic.rs", "file_type": "code", "degree": 2}, {"id": "log_logic_apply_log_buffer_limit_only_when_exceeding_max", "label": "apply_log_buffer_limit_only_when_exceeding_max()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_log_buffer_limit_only_when_exceeding_max()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/log_logic.rs", "file_type": "code", "degree": 1}, {"id": "log_logic_next_log_offset_resets_when_auto_scroll_enabled", "label": "next_log_offset_resets_when_auto_scroll_enabled()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "next_log_offset_resets_when_auto_scroll_enabled()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/log_logic.rs", "file_type": "code", "degree": 1}, {"id": "log_logic_next_log_offset_increments_and_clamps_when_auto_scroll_disabled", "label": "next_log_offset_increments_and_clamps_when_auto_scroll_disabled()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "next_log_offset_increments_and_clamps_when_auto_scroll_disabled()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/log_logic.rs", "file_type": "code", "degree": 1}, {"id": "src_tui_state_worktree_logic_rs", "label": "worktree_logic.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "worktree_logic.rs", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state/worktree_logic.rs", "file_type": "code", "degree": 4}, {"id": "worktree_logic_is_change_in_active_state", "label": "is_change_in_active_state()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "is_change_in_active_state()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state/worktree_logic.rs", "file_type": "code", "degree": 2}, {"id": "worktree_logic_can_extract_change_id_from_worktree", "label": "can_extract_change_id_from_worktree()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "can_extract_change_id_from_worktree()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state/worktree_logic.rs", "file_type": "code", "degree": 3}, {"id": "worktree_logic_detect_active_change_statuses_for_worktree_guard", "label": "detect_active_change_statuses_for_worktree_guard()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_active_change_statuses_for_worktree_guard()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state/worktree_logic.rs", "file_type": "code", "degree": 1}, {"id": "worktree_logic_allow_change_id_extraction_check", "label": "allow_change_id_extraction_check()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "allow_change_id_extraction_check()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state/worktree_logic.rs", "file_type": "code", "degree": 3}, {"id": "src_tui_state_event_handlers_completion_rs", "label": "completion.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "completion.rs", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 6}, {"id": "completion_appstate", "label": "AppState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AppState", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 11}, {"id": "completion_appstate_handle_processing_completed", "label": ".handle_processing_completed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_processing_completed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 7}, {"id": "completion_appstate_handle_all_completed", "label": ".handle_all_completed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_all_completed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 10}, {"id": "completion_appstate_handle_change_archived", "label": ".handle_change_archived()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_change_archived()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 7}, {"id": "completion_appstate_handle_resolve_completed", "label": ".handle_resolve_completed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_resolve_completed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 15}, {"id": "completion_appstate_handle_merge_completed", "label": ".handle_merge_completed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_merge_completed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 7}, {"id": "completion_appstate_handle_branch_merge_started", "label": ".handle_branch_merge_started()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_branch_merge_started()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 4}, {"id": "completion_appstate_handle_branch_merge_completed", "label": ".handle_branch_merge_completed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_branch_merge_completed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 4}, {"id": "completion_appstate_handle_acceptance_completed", "label": ".handle_acceptance_completed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_acceptance_completed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 5}, {"id": "completion_appstate_handle_change_skipped", "label": ".handle_change_skipped()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_change_skipped()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 5}, {"id": "completion_appstate_handle_branch_merge_failed", "label": ".handle_branch_merge_failed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_branch_merge_failed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 4}, {"id": "completion_appstate_handle_change_stopped", "label": ".handle_change_stopped()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_change_stopped()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 5}, {"id": "completion_create_test_change", "label": "create_test_change()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 3}, {"id": "completion_processing_completed_updates_status", "label": "processing_completed_updates_status()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "processing_completed_updates_status()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 3}, {"id": "completion_all_completed_transitions_to_select", "label": "all_completed_transitions_to_select()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "all_completed_transitions_to_select()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 3}, {"id": "completion_all_completed_preserves_error_mode", "label": "all_completed_preserves_error_mode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "all_completed_preserves_error_mode()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 3}, {"id": "completion_all_completed_keeps_stopped_mode", "label": "all_completed_keeps_stopped_mode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "all_completed_keeps_stopped_mode()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 3}, {"id": "completion_all_completed_resets_blocked_and_queued_to_not_queued", "label": "all_completed_resets_blocked_and_queued_to_not_queued()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "all_completed_resets_blocked_and_queued_to_not_queued()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/completion.rs", "file_type": "code", "degree": 3}, {"id": "src_tui_state_event_handlers_mod_rs", "label": "mod.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 101, "community_name": "Community 101", "source_file": "src/tui/state/event_handlers/mod.rs", "file_type": "code", "degree": 0}, {"id": "mod_appstate", "label": "AppState", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AppState", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_appstate_handle_orchestrator_event", "label": ".handle_orchestrator_event()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_orchestrator_event()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/mod.rs", "file_type": "code", "degree": 52}, {"id": "src_tui_state_event_handlers_output_rs", "label": "output.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "output.rs", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 7}, {"id": "output_appstate", "label": "AppState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AppState", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 9}, {"id": "output_appstate_handle_apply_output", "label": ".handle_apply_output()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_apply_output()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 8}, {"id": "output_appstate_handle_archive_output", "label": ".handle_archive_output()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_archive_output()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 8}, {"id": "output_appstate_handle_acceptance_output", "label": ".handle_acceptance_output()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_acceptance_output()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 8}, {"id": "output_appstate_handle_analysis_output", "label": ".handle_analysis_output()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_analysis_output()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 6}, {"id": "output_appstate_handle_resolve_output", "label": ".handle_resolve_output()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_resolve_output()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 8}, {"id": "output_appstate_handle_log", "label": ".handle_log()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_log()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 3}, {"id": "output_appstate_handle_warning", "label": ".handle_warning()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_warning()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 4}, {"id": "output_appstate_handle_parallel_start_rejected", "label": ".handle_parallel_start_rejected()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_parallel_start_rejected()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 11}, {"id": "output_appstate_handle_error", "label": ".handle_error()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_error()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 4}, {"id": "output_create_test_change", "label": "create_test_change()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 3}, {"id": "output_warning_for_uncommitted_changes_is_logged_only", "label": "warning_for_uncommitted_changes_is_logged_only()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "warning_for_uncommitted_changes_is_logged_only()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 3}, {"id": "output_remote_change_update_keeps_progress_monotonic", "label": "remote_change_update_keeps_progress_monotonic()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "remote_change_update_keeps_progress_monotonic()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 3}, {"id": "output_remote_change_update_keeps_iteration_monotonic", "label": "remote_change_update_keeps_iteration_monotonic()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "remote_change_update_keeps_iteration_monotonic()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 3}, {"id": "output_remote_log_event_is_added", "label": "remote_log_event_is_added()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "remote_log_event_is_added()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 5}, {"id": "output_remote_log_entry_project_id_round_trip", "label": "remote_log_entry_project_id_round_trip()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "remote_log_entry_project_id_round_trip()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 2}, {"id": "output_parallel_start_rejected_only_clears_target_rows", "label": "parallel_start_rejected_only_clears_target_rows()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parallel_start_rejected_only_clears_target_rows()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/output.rs", "file_type": "code", "degree": 3}, {"id": "src_tui_state_event_handlers_processing_rs", "label": "processing.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "processing.rs", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 7}, {"id": "processing_appstate", "label": "AppState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AppState", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 9}, {"id": "processing_appstate_handle_processing_started", "label": ".handle_processing_started()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_processing_started()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 6}, {"id": "processing_appstate_handle_apply_started", "label": ".handle_apply_started()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_apply_started()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 7}, {"id": "processing_appstate_handle_archive_started", "label": ".handle_archive_started()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_archive_started()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 9}, {"id": "processing_appstate_handle_resolve_started", "label": ".handle_resolve_started()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_resolve_started()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 7}, {"id": "processing_appstate_handle_analysis_started", "label": ".handle_analysis_started()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_analysis_started()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 4}, {"id": "processing_appstate_handle_acceptance_started", "label": ".handle_acceptance_started()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_acceptance_started()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 7}, {"id": "processing_appstate_try_transition_to_select", "label": ".try_transition_to_select()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".try_transition_to_select()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 7}, {"id": "processing_appstate_handle_stopped", "label": ".handle_stopped()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_stopped()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 8}, {"id": "processing_appstate_handle_progress_updated", "label": ".handle_progress_updated()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_progress_updated()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 2}, {"id": "processing_create_test_change", "label": "create_test_change()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 3}, {"id": "processing_processing_started_sets_current_change_and_applying_state", "label": "processing_started_sets_current_change_and_applying_state()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "processing_started_sets_current_change_and_applying_state()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 3}, {"id": "processing_stopped_resets_display_status_cache", "label": "stopped_resets_display_status_cache()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "stopped_resets_display_status_cache()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 3}, {"id": "processing_handle_stopped_resets_blocked_to_not_queued", "label": "handle_stopped_resets_blocked_to_not_queued()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_stopped_resets_blocked_to_not_queued()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 3}, {"id": "processing_stopped_resets_resolving_changes", "label": "stopped_resets_resolving_changes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "stopped_resets_resolving_changes()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 3}, {"id": "processing_try_transition_to_select_no_op_when_not_running", "label": "try_transition_to_select_no_op_when_not_running()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "try_transition_to_select_no_op_when_not_running()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 3}, {"id": "processing_try_transition_to_select_stays_running_with_active", "label": "try_transition_to_select_stays_running_with_active()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "try_transition_to_select_stays_running_with_active()", "community": 0, "community_name": "Community 0", "source_file": "src/tui/state/event_handlers/processing.rs", "file_type": "code", "degree": 3}, {"id": "src_tui_state_event_handlers_errors_rs", "label": "errors.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "errors.rs", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 14}, {"id": "errors_appstate", "label": "AppState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AppState", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 6}, {"id": "errors_appstate_handle_processing_error", "label": ".handle_processing_error()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_processing_error()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 7}, {"id": "errors_appstate_handle_apply_failed", "label": ".handle_apply_failed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_apply_failed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 5}, {"id": "errors_appstate_handle_archive_failed", "label": ".handle_archive_failed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_archive_failed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 5}, {"id": "errors_appstate_handle_resolve_failed", "label": ".handle_resolve_failed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_resolve_failed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 9}, {"id": "errors_appstate_handle_change_stop_failed", "label": ".handle_change_stop_failed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_change_stop_failed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 4}, {"id": "errors_appstate_handle_merge_deferred", "label": ".handle_merge_deferred()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_merge_deferred()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 14}, {"id": "errors_create_test_change", "label": "create_test_change()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_processing_error_keeps_app_mode", "label": "processing_error_keeps_app_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "processing_error_keeps_app_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_processing_error_from_select_mode", "label": "processing_error_from_select_mode()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "processing_error_from_select_mode()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_handle_resolve_failed_does_not_demote_merged", "label": "handle_resolve_failed_does_not_demote_merged()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_resolve_failed_does_not_demote_merged()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_merge_deferred_transitions_to_resolve_wait_when_resolving", "label": "merge_deferred_transitions_to_resolve_wait_when_resolving()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_deferred_transitions_to_resolve_wait_when_resolving()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_merge_deferred_does_not_queue_current_resolving_change", "label": "merge_deferred_does_not_queue_current_resolving_change()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_deferred_does_not_queue_current_resolving_change()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_merge_deferred_queues_other_change_while_resolving", "label": "merge_deferred_queues_other_change_while_resolving()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_deferred_queues_other_change_while_resolving()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_merge_deferred_maintains_merge_wait_when_not_resolving", "label": "merge_deferred_maintains_merge_wait_when_not_resolving()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_deferred_maintains_merge_wait_when_not_resolving()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_auto_resumable_merge_deferred_shows_resolve_wait_not_merge_wait", "label": "auto_resumable_merge_deferred_shows_resolve_wait_not_merge_wait()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "auto_resumable_merge_deferred_shows_resolve_wait_not_merge_wait()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_auto_resumable_merge_deferred_starts_resolve_when_idle", "label": "auto_resumable_merge_deferred_starts_resolve_when_idle()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "auto_resumable_merge_deferred_starts_resolve_when_idle()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_auto_resumable_merge_deferred_queues_when_resolving", "label": "auto_resumable_merge_deferred_queues_when_resolving()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "auto_resumable_merge_deferred_queues_when_resolving()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_manual_resolve_merge_in_progress_tui_shows_resolve_wait", "label": "manual_resolve_merge_in_progress_tui_shows_resolve_wait()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manual_resolve_merge_in_progress_tui_shows_resolve_wait()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_manual_resolve_uncommitted_changes_tui_shows_merge_wait", "label": "manual_resolve_uncommitted_changes_tui_shows_merge_wait()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "manual_resolve_uncommitted_changes_tui_shows_merge_wait()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "errors_resolve_failed_transitions_to_select_when_no_active", "label": "resolve_failed_transitions_to_select_when_no_active()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_failed_transitions_to_select_when_no_active()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/errors.rs", "file_type": "code", "degree": 3}, {"id": "src_tui_state_event_handlers_refresh_rs", "label": "refresh.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "refresh.rs", "community": 102, "community_name": "Community 102", "source_file": "src/tui/state/event_handlers/refresh.rs", "file_type": "code", "degree": 0}, {"id": "refresh_appstate", "label": "AppState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AppState", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/refresh.rs", "file_type": "code", "degree": 4}, {"id": "refresh_appstate_handle_dependency_blocked", "label": ".handle_dependency_blocked()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_dependency_blocked()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/refresh.rs", "file_type": "code", "degree": 5}, {"id": "refresh_appstate_handle_dependency_resolved", "label": ".handle_dependency_resolved()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_dependency_resolved()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/refresh.rs", "file_type": "code", "degree": 5}, {"id": "refresh_appstate_handle_changes_refreshed", "label": ".handle_changes_refreshed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_changes_refreshed()", "community": 4, "community_name": "Community 4", "source_file": "src/tui/state/event_handlers/refresh.rs", "file_type": "code", "degree": 5}, {"id": "refresh_appstate_handle_worktrees_refreshed", "label": ".handle_worktrees_refreshed()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handle_worktrees_refreshed()", "community": 7, "community_name": "Community 7", "source_file": "src/tui/state/event_handlers/refresh.rs", "file_type": "code", "degree": 4}, {"id": "src_web_mod_rs", "label": "mod.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 11}, {"id": "mod_webconfig", "label": "WebConfig", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WebConfig", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_webconfig_default", "label": ".default()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_webconfig_enabled", "label": ".enabled()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".enabled()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_webconfig_with_refresh_interval", "label": ".with_refresh_interval()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_refresh_interval()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_serve_index", "label": "serve_index()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "serve_index()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_serve_css", "label": "serve_css()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "serve_css()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_serve_js", "label": "serve_js()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "serve_js()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_start_server", "label": "start_server()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "start_server()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_shutdown_signal", "label": "shutdown_signal()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "shutdown_signal()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_spawn_server", "label": "spawn_server()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "spawn_server()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_spawn_server_with_url", "label": "spawn_server_with_url()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "spawn_server_with_url()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 9}, {"id": "mod_test_web_config_default", "label": "test_web_config_default()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_web_config_default()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_web_config_enabled", "label": "test_web_config_enabled()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_web_config_enabled()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_web_config_auto_assign_port", "label": "test_web_config_auto_assign_port()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_web_config_auto_assign_port()", "community": 18, "community_name": "Community 18", "source_file": "src/web/mod.rs", "file_type": "code", "degree": 2}, {"id": "src_web_websocket_rs", "label": "websocket.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "websocket.rs", "community": 15, "community_name": "Community 15", "source_file": "src/web/websocket.rs", "file_type": "code", "degree": 2}, {"id": "websocket_ws_handler", "label": "ws_handler()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ws_handler()", "community": 15, "community_name": "Community 15", "source_file": "src/web/websocket.rs", "file_type": "code", "degree": 2}, {"id": "websocket_handle_socket", "label": "handle_socket()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_socket()", "community": 15, "community_name": "Community 15", "source_file": "src/web/websocket.rs", "file_type": "code", "degree": 7}, {"id": "src_web_state_rs", "label": "state.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "state.rs", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 46}, {"id": "state_controlcommand", "label": "ControlCommand", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ControlCommand", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 1}, {"id": "state_stateupdate", "label": "StateUpdate", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StateUpdate", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 1}, {"id": "state_changestatus", "label": "ChangeStatus", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeStatus", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 2}, {"id": "state_changestatus_from", "label": ".from()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".from()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 6}, {"id": "state_orchestratorstatesnapshot", "label": "OrchestratorStateSnapshot", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "OrchestratorStateSnapshot", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstatesnapshot_from_changes", "label": ".from_changes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".from_changes()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_orchestratorstatesnapshot_from_changes_with_shared_state", "label": ".from_changes_with_shared_state()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".from_changes_with_shared_state()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 10}, {"id": "state_progress_percent", "label": "progress_percent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "progress_percent()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_status_from_progress", "label": "status_from_progress()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "status_from_progress()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 2}, {"id": "state_apply_reducer_derived_queue_statuses", "label": "apply_reducer_derived_queue_statuses()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_reducer_derived_queue_statuses()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_refresh_summary", "label": "refresh_summary()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "refresh_summary()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 5}, {"id": "state_webeventsink", "label": "WebEventSink", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WebEventSink", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_webeventsink_new", "label": ".new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 1}, {"id": "state_webeventsink_on_event", "label": ".on_event()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_event()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 2}, {"id": "state_webeventsink_on_state_changed", "label": ".on_state_changed()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_state_changed()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 1}, {"id": "state_webstate", "label": "WebState", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "WebState", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 16}, {"id": "state_webstate_new", "label": ".new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 39}, {"id": "state_webstate_set_control_channel", "label": ".set_control_channel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_control_channel()", "community": 11, "community_name": "Community 11", "source_file": "src/web/state.rs", "file_type": "code", "degree": 3}, {"id": "state_webstate_send_control_command", "label": ".send_control_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".send_control_command()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 7}, {"id": "state_webstate_set_shared_state", "label": ".set_shared_state()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_shared_state()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 5}, {"id": "state_webstate_get_state", "label": ".get_state()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_state()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 26}, {"id": "state_webstate_update", "label": ".update()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".update()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 16}, {"id": "state_webstate_update_with_mode", "label": ".update_with_mode()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_with_mode()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 8}, {"id": "state_webstate_apply_execution_event", "label": ".apply_execution_event()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_execution_event()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 31}, {"id": "state_webstate_broadcast_snapshot", "label": ".broadcast_snapshot()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".broadcast_snapshot()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_webstate_compute_diff", "label": ".compute_diff()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".compute_diff()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 5}, {"id": "state_webstate_refresh_from_disk", "label": ".refresh_from_disk()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".refresh_from_disk()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 13}, {"id": "state_webstate_subscribe", "label": ".subscribe()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".subscribe()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 11}, {"id": "state_webstate_get_change", "label": ".get_change()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_change()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 2}, {"id": "state_webstate_list_changes", "label": ".list_changes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_changes()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 1}, {"id": "state_webstate_default", "label": ".default()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_change_status_from_change", "label": "test_change_status_from_change()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_change_status_from_change()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_change_status_pending", "label": "test_change_status_pending()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_change_status_pending()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_change_status_complete", "label": "test_change_status_complete()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_change_status_complete()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_orchestrator_state_snapshot_from_changes", "label": "test_orchestrator_state_snapshot_from_changes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_orchestrator_state_snapshot_from_changes()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_web_state_get_state", "label": "test_web_state_get_state()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_web_state_get_state()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_web_state_update", "label": "test_web_state_update()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_web_state_update()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_apply_execution_event_processing_started_sets_in_progress", "label": "test_apply_execution_event_processing_started_sets_in_progress()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_execution_event_processing_started_sets_in_progress()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_apply_execution_event_acceptance_started", "label": "test_apply_execution_event_acceptance_started()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_execution_event_acceptance_started()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_apply_execution_event_acceptance_completed", "label": "test_apply_execution_event_acceptance_completed()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_execution_event_acceptance_completed()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_apply_execution_event_progress_updated_updates_counts", "label": "test_apply_execution_event_progress_updated_updates_counts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_execution_event_progress_updated_updates_counts()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_web_state_get_change", "label": "test_web_state_get_change()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_web_state_get_change()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_compute_diff_no_changes", "label": "test_compute_diff_no_changes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_compute_diff_no_changes()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_compute_diff_progress_update", "label": "test_compute_diff_progress_update()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_compute_diff_progress_update()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_compute_diff_archived_change", "label": "test_compute_diff_archived_change()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_compute_diff_archived_change()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_compute_diff_new_change", "label": "test_compute_diff_new_change()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_compute_diff_new_change()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_progress_updated_zero_preserves_existing_progress", "label": "test_progress_updated_zero_preserves_existing_progress()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_updated_zero_preserves_existing_progress()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_progress_updated_valid_updates_progress", "label": "test_progress_updated_valid_updates_progress()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_updated_valid_updates_progress()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_update_method_preserves_progress_on_zero", "label": "test_update_method_preserves_progress_on_zero()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_update_method_preserves_progress_on_zero()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_update_method_updates_progress_with_valid_data", "label": "test_update_method_updates_progress_with_valid_data()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_update_method_updates_progress_with_valid_data()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_changes_refreshed_preserves_progress_on_zero", "label": "test_changes_refreshed_preserves_progress_on_zero()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_changes_refreshed_preserves_progress_on_zero()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_changes_refreshed_updates_progress_with_valid_data", "label": "test_changes_refreshed_updates_progress_with_valid_data()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_changes_refreshed_updates_progress_with_valid_data()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_archive_started_preserves_progress_when_zero", "label": "test_archive_started_preserves_progress_when_zero()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_started_preserves_progress_when_zero()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_progress_updated_preserves_existing_during_archiving", "label": "test_progress_updated_preserves_existing_during_archiving()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_updated_preserves_existing_during_archiving()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_progress_updated_preserves_existing_during_resolving", "label": "test_progress_updated_preserves_existing_during_resolving()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_updated_preserves_existing_during_resolving()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_changes_refreshed_preserves_progress_during_archiving", "label": "test_changes_refreshed_preserves_progress_during_archiving()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_changes_refreshed_preserves_progress_during_archiving()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_changes_refreshed_preserves_progress_during_resolving", "label": "test_changes_refreshed_preserves_progress_during_resolving()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_changes_refreshed_preserves_progress_during_resolving()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_merge_deferred_during_resolve_sets_resolve_pending", "label": "test_merge_deferred_during_resolve_sets_resolve_pending()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_deferred_during_resolve_sets_resolve_pending()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_merge_deferred_not_resolving_sets_merge_wait", "label": "test_merge_deferred_not_resolving_sets_merge_wait()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_deferred_not_resolving_sets_merge_wait()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_resolve_started_sets_is_resolving", "label": "test_resolve_started_sets_is_resolving()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_started_sets_is_resolving()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_resolve_completed_clears_is_resolving", "label": "test_resolve_completed_clears_is_resolving()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_completed_clears_is_resolving()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_resolve_failed_clears_is_resolving", "label": "test_resolve_failed_clears_is_resolving()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_failed_clears_is_resolving()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_auto_resumable_merge_deferred_without_resolve_shows_resolve_pending", "label": "test_auto_resumable_merge_deferred_without_resolve_shows_resolve_pending()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_auto_resumable_merge_deferred_without_resolve_shows_resolve_pending()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_web_snapshot_uses_reducer_display_status_without_payload_change", "label": "test_web_snapshot_uses_reducer_display_status_without_payload_change()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_web_snapshot_uses_reducer_display_status_without_payload_change()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_changes_refreshed_reactivated_change_clears_rejected_queue_status", "label": "test_changes_refreshed_reactivated_change_clears_rejected_queue_status()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_changes_refreshed_reactivated_change_clears_rejected_queue_status()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_dependency_blocked_and_resolved_converges_to_reducer_queue_status", "label": "test_dependency_blocked_and_resolved_converges_to_reducer_queue_status()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dependency_blocked_and_resolved_converges_to_reducer_queue_status()", "community": 15, "community_name": "Community 15", "source_file": "src/web/state.rs", "file_type": "code", "degree": 6}, {"id": "src_web_api_rs", "label": "api.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "api.rs", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 31}, {"id": "api_healthresponse", "label": "HealthResponse", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HealthResponse", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 1}, {"id": "api_health", "label": "health()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "health()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 2}, {"id": "api_get_state", "label": "get_state()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "get_state()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 9}, {"id": "api_list_changes", "label": "list_changes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_changes()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 4}, {"id": "api_errorresponse", "label": "ErrorResponse", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorResponse", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 1}, {"id": "api_not_found_response", "label": "not_found_response()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "not_found_response()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 4}, {"id": "api_get_change", "label": "get_change()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_change()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 5}, {"id": "api_controlresponse", "label": "ControlResponse", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ControlResponse", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 1}, {"id": "api_control_start", "label": "control_start()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "control_start()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 3}, {"id": "api_control_stop", "label": "control_stop()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "control_stop()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 3}, {"id": "api_control_cancel_stop", "label": "control_cancel_stop()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "control_cancel_stop()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 3}, {"id": "api_control_force_stop", "label": "control_force_stop()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "control_force_stop()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 3}, {"id": "api_control_retry", "label": "control_retry()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "control_retry()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 3}, {"id": "api_list_worktrees", "label": "list_worktrees()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_worktrees()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 3}, {"id": "api_refresh_worktrees", "label": "refresh_worktrees()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "refresh_worktrees()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 2}, {"id": "api_createworktreerequest", "label": "CreateWorktreeRequest", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateWorktreeRequest", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 1}, {"id": "api_create_worktree", "label": "create_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "create_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/web/api.rs", "file_type": "code", "degree": 9}, {"id": "api_deleteworktreerequest", "label": "DeleteWorktreeRequest", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DeleteWorktreeRequest", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 1}, {"id": "api_delete_worktree", "label": "delete_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/web/api.rs", "file_type": "code", "degree": 5}, {"id": "api_mergeworktreerequest", "label": "MergeWorktreeRequest", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MergeWorktreeRequest", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 1}, {"id": "api_merge_worktree", "label": "merge_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/web/api.rs", "file_type": "code", "degree": 5}, {"id": "api_worktreecommandrequest", "label": "WorktreeCommandRequest", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorktreeCommandRequest", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 1}, {"id": "api_execute_worktree_command", "label": "execute_worktree_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "execute_worktree_command()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 6}, {"id": "api_create_test_change", "label": "create_test_change()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_change()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 3}, {"id": "api_test_health_endpoint", "label": "test_health_endpoint()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_health_endpoint()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 2}, {"id": "api_test_get_state_endpoint", "label": "test_get_state_endpoint()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_state_endpoint()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 3}, {"id": "api_test_list_changes_endpoint", "label": "test_list_changes_endpoint()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_endpoint()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 3}, {"id": "api_test_get_change_found", "label": "test_get_change_found()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_change_found()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 3}, {"id": "api_test_get_change_not_found", "label": "test_get_change_not_found()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_change_not_found()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 3}, {"id": "api_test_not_found_response_helper", "label": "test_not_found_response_helper()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_not_found_response_helper()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 2}, {"id": "api_test_not_found_response_consistency", "label": "test_not_found_response_consistency()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_not_found_response_consistency()", "community": 15, "community_name": "Community 15", "source_file": "src/web/api.rs", "file_type": "code", "degree": 2}, {"id": "src_web_url_rs", "label": "url.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "url.rs", "community": 18, "community_name": "Community 18", "source_file": "src/web/url.rs", "file_type": "code", "degree": 7}, {"id": "url_get_local_ip", "label": "get_local_ip()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_local_ip()", "community": 18, "community_name": "Community 18", "source_file": "src/web/url.rs", "file_type": "code", "degree": 3}, {"id": "url_build_access_url", "label": "build_access_url()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "build_access_url()", "community": 18, "community_name": "Community 18", "source_file": "src/web/url.rs", "file_type": "code", "degree": 7}, {"id": "url_test_build_access_url_localhost", "label": "test_build_access_url_localhost()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_access_url_localhost()", "community": 18, "community_name": "Community 18", "source_file": "src/web/url.rs", "file_type": "code", "degree": 2}, {"id": "url_test_build_access_url_specific_address", "label": "test_build_access_url_specific_address()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_access_url_specific_address()", "community": 18, "community_name": "Community 18", "source_file": "src/web/url.rs", "file_type": "code", "degree": 2}, {"id": "url_test_build_access_url_zero_address", "label": "test_build_access_url_zero_address()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_access_url_zero_address()", "community": 18, "community_name": "Community 18", "source_file": "src/web/url.rs", "file_type": "code", "degree": 2}, {"id": "url_test_get_local_ip_returns_valid_ip", "label": "test_get_local_ip_returns_valid_ip()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_local_ip_returns_valid_ip()", "community": 18, "community_name": "Community 18", "source_file": "src/web/url.rs", "file_type": "code", "degree": 2}, {"id": "url_test_get_local_ip_without_feature", "label": "test_get_local_ip_without_feature()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_local_ip_without_feature()", "community": 18, "community_name": "Community 18", "source_file": "src/web/url.rs", "file_type": "code", "degree": 1}, {"id": "src_server_proposal_session_rs", "label": "proposal_session.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session.rs", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 21}, {"id": "proposal_session_proposalsessionstatus", "label": "ProposalSessionStatus", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSessionStatus", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_proposalsessionstatus_as_db_value", "label": ".as_db_value()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".as_db_value()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_proposalsessionstatus_from_db_value", "label": ".from_db_value()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".from_db_value()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 2}, {"id": "proposal_session_proposalsessioninfo", "label": "ProposalSessionInfo", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSessionInfo", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 1}, {"id": "proposal_session_detectedchange", "label": "DetectedChange", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DetectedChange", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 1}, {"id": "proposal_session_proposalsessionmessagerecord", "label": "ProposalSessionMessageRecord", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSessionMessageRecord", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 1}, {"id": "proposal_session_proposalsessiontoolcallrecord", "label": "ProposalSessionToolCallRecord", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSessionToolCallRecord", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 1}, {"id": "proposal_session_proposalsession", "label": "ProposalSession", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSession", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 4}, {"id": "proposal_session_proposalsession_build_prompt_prefix_blocks", "label": ".build_prompt_prefix_blocks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_prompt_prefix_blocks()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 4}, {"id": "proposal_session_proposalsession_to_info", "label": ".to_info()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_info()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 5}, {"id": "proposal_session_proposalsession_touch", "label": ".touch()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".touch()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 2}, {"id": "proposal_session_create_proposal_session_manager", "label": "create_proposal_session_manager()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_proposal_session_manager()", "community": 0, "community_name": "Community 0", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 13}, {"id": "proposal_session_proposalsessionmanager", "label": "ProposalSessionManager", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSessionManager", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 28}, {"id": "proposal_session_proposalsessionmanager_new", "label": ".new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 18}, {"id": "proposal_session_proposalsessionmanager_persist_session", "label": ".persist_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".persist_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 5}, {"id": "proposal_session_proposalsessionmanager_persist_message", "label": ".persist_message()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".persist_message()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 4}, {"id": "proposal_session_proposalsessionmanager_persist_activity_if_due", "label": ".persist_activity_if_due()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".persist_activity_if_due()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_proposalsessionmanager_create_session", "label": ".create_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 14}, {"id": "proposal_session_proposalsessionmanager_list_sessions", "label": ".list_sessions()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_sessions()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_proposalsessionmanager_restore_session", "label": ".restore_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".restore_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 16}, {"id": "proposal_session_proposalsessionmanager_get_session", "label": ".get_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_proposalsessionmanager_prompt_prefix_blocks", "label": ".prompt_prefix_blocks()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".prompt_prefix_blocks()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_proposalsessionmanager_touch_session_activity", "label": ".touch_session_activity()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".touch_session_activity()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 4}, {"id": "proposal_session_proposalsessionmanager_list_messages", "label": ".list_messages()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_messages()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 5}, {"id": "proposal_session_proposalsessionmanager_record_user_prompt", "label": ".record_user_prompt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".record_user_prompt()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 2}, {"id": "proposal_session_proposalsessionmanager_record_user_prompt_with_client_message_id", "label": ".record_user_prompt_with_client_message_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".record_user_prompt_with_client_message_id()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 5}, {"id": "proposal_session_proposalsessionmanager_is_client_message_recorded", "label": ".is_client_message_recorded()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_client_message_recorded()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_proposalsessionmanager_get_active_turn_id", "label": ".get_active_turn_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_active_turn_id()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_proposalsessionmanager_append_assistant_chunk", "label": ".append_assistant_chunk()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".append_assistant_chunk()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_proposalsessionmanager_append_assistant_thought_chunk", "label": ".append_assistant_thought_chunk()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".append_assistant_thought_chunk()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 4}, {"id": "proposal_session_proposalsessionmanager_append_assistant_chunk_with_kind", "label": ".append_assistant_chunk_with_kind()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".append_assistant_chunk_with_kind()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 6}, {"id": "proposal_session_proposalsessionmanager_record_tool_call", "label": ".record_tool_call()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".record_tool_call()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 6}, {"id": "proposal_session_proposalsessionmanager_update_tool_call_status", "label": ".update_tool_call_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_tool_call_status()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 2}, {"id": "proposal_session_proposalsessionmanager_complete_active_turn", "label": ".complete_active_turn()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".complete_active_turn()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 4}, {"id": "proposal_session_proposalsessionmanager_check_dirty", "label": ".check_dirty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_dirty()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 9}, {"id": "proposal_session_proposalsessionmanager_close_session", "label": ".close_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".close_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 9}, {"id": "proposal_session_proposalsessionmanager_merge_session", "label": ".merge_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".merge_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 10}, {"id": "proposal_session_proposalsessionmanager_detect_changes", "label": ".detect_changes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".detect_changes()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 7}, {"id": "proposal_session_proposalsessionmanager_scan_timeouts", "label": ".scan_timeouts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".scan_timeouts()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 8}, {"id": "proposal_session_proposalsessionmanager_cleanup_all", "label": ".cleanup_all()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_all()", "community": 8, "community_name": "Community 8", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 5}, {"id": "proposal_session_generate_session_id", "label": "generate_session_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_session_id()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_extract_proposal_title", "label": "extract_proposal_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_proposal_title()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 5}, {"id": "proposal_session_proposalsessionerror", "label": "ProposalSessionError", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSessionError", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 1}, {"id": "proposal_session_test_generate_session_id", "label": "test_generate_session_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_generate_session_id()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 2}, {"id": "proposal_session_test_extract_proposal_title", "label": "test_extract_proposal_title()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_proposal_title()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_test_extract_proposal_title_no_change_prefix", "label": "test_extract_proposal_title_no_change_prefix()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_proposal_title_no_change_prefix()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_test_detected_change_metadata_serializes", "label": "test_detected_change_metadata_serializes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detected_change_metadata_serializes()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 1}, {"id": "proposal_session_test_extract_proposal_title_missing_file", "label": "test_extract_proposal_title_missing_file()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_proposal_title_missing_file()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_test_proposal_session_info_serialization", "label": "test_proposal_session_info_serialization()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_proposal_session_info_serialization()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 2}, {"id": "proposal_session_test_detected_change_serialization", "label": "test_detected_change_serialization()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detected_change_serialization()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 2}, {"id": "proposal_session_test_proposal_session_manager_new", "label": "test_proposal_session_manager_new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_proposal_session_manager_new()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 3}, {"id": "proposal_session_test_proposal_session_manager_list_empty", "label": "test_proposal_session_manager_list_empty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_proposal_session_manager_list_empty()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 4}, {"id": "proposal_session_test_append_assistant_thought_chunk_sets_is_thought", "label": "test_append_assistant_thought_chunk_sets_is_thought()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_append_assistant_thought_chunk_sets_is_thought()", "community": 2, "community_name": "Community 2", "source_file": "src/server/proposal_session.rs", "file_type": "code", "degree": 8}, {"id": "src_server_active_commands_rs", "label": "active_commands.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "active_commands.rs", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 12}, {"id": "active_commands_worktreerootkey", "label": "WorktreeRootKey", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorktreeRootKey", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 1}, {"id": "active_commands_rootkind", "label": "RootKind", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RootKind", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 2}, {"id": "active_commands_rootkind_fmt", "label": ".fmt()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".fmt()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 1}, {"id": "active_commands_activecommandregistry", "label": "ActiveCommandRegistry", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActiveCommandRegistry", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 7}, {"id": "active_commands_activecommandregistry_default", "label": ".default()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 2}, {"id": "active_commands_activecommandregistry_new", "label": ".new()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 2}, {"id": "active_commands_activecommandregistry_try_acquire", "label": ".try_acquire()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".try_acquire()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 6}, {"id": "active_commands_activecommandregistry_release", "label": ".release()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".release()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 2}, {"id": "active_commands_activecommandregistry_is_busy", "label": ".is_busy()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_busy()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 1}, {"id": "active_commands_activecommandregistry_snapshot", "label": ".snapshot()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".snapshot()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 2}, {"id": "active_commands_create_shared_active_commands", "label": "create_shared_active_commands()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "create_shared_active_commands()", "community": 0, "community_name": "Community 0", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 14}, {"id": "active_commands_activecommandguard", "label": "ActiveCommandGuard", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ActiveCommandGuard", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 4}, {"id": "active_commands_activecommandguard_new", "label": ".new()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 9}, {"id": "active_commands_activecommandguard_release", "label": ".release()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".release()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 5}, {"id": "active_commands_activecommandguard_drop", "label": ".drop()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".drop()", "community": 0, "community_name": "Community 0", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 33}, {"id": "active_commands_make_key", "label": "make_key()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "make_key()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 6}, {"id": "active_commands_test_acquire_and_release", "label": "test_acquire_and_release()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acquire_and_release()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 4}, {"id": "active_commands_test_double_acquire_fails", "label": "test_double_acquire_fails()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_double_acquire_fails()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 4}, {"id": "active_commands_test_different_roots_independent", "label": "test_different_roots_independent()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_different_roots_independent()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 4}, {"id": "active_commands_test_snapshot", "label": "test_snapshot()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_snapshot()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 5}, {"id": "active_commands_test_guard_release_async", "label": "test_guard_release_async()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_guard_release_async()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 6}, {"id": "active_commands_test_root_kind_display", "label": "test_root_kind_display()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_root_kind_display()", "community": 29, "community_name": "Community 29", "source_file": "src/server/active_commands.rs", "file_type": "code", "degree": 1}, {"id": "src_server_registry_rs", "label": "registry.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "registry.rs", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 27}, {"id": "registry_projectstatus", "label": "ProjectStatus", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectStatus", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 1}, {"id": "registry_orchestrationstatus", "label": "OrchestrationStatus", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OrchestrationStatus", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_orchestrationstatus_as_str", "label": ".as_str()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".as_str()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 1}, {"id": "registry_projectsyncstate", "label": "ProjectSyncState", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectSyncState", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_projectsyncstate_as_str", "label": ".as_str()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".as_str()", "community": 0, "community_name": "Community 0", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 86}, {"id": "registry_projectsyncmetadata", "label": "ProjectSyncMetadata", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectSyncMetadata", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 1}, {"id": "registry_projectentry", "label": "ProjectEntry", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectEntry", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_projectentry_new", "label": ".new()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 15}, {"id": "registry_generate_project_id", "label": "generate_project_id()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_project_id()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 8}, {"id": "registry_server_worktree_branch", "label": "server_worktree_branch()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "server_worktree_branch()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 8}, {"id": "registry_projectregistry", "label": "ProjectRegistry", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectRegistry", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 22}, {"id": "registry_projectregistry_load", "label": ".load()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".load()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 37}, {"id": "registry_projectregistry_save", "label": ".save()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".save()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 5}, {"id": "registry_projectregistry_list", "label": ".list()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".list()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 10}, {"id": "registry_projectregistry_add", "label": ".add()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".add()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 36}, {"id": "registry_projectregistry_remove", "label": ".remove()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".remove()", "community": 12, "community_name": "Community 12", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 44}, {"id": "registry_projectregistry_get", "label": ".get()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".get()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 116}, {"id": "registry_projectregistry_set_status", "label": ".set_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_status()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 7}, {"id": "registry_projectregistry_set_sync_metadata", "label": ".set_sync_metadata()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_sync_metadata()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 3}, {"id": "registry_projectregistry_project_lock", "label": ".project_lock()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".project_lock()", "community": 0, "community_name": "Community 0", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 5}, {"id": "registry_projectregistry_global_semaphore", "label": ".global_semaphore()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".global_semaphore()", "community": 0, "community_name": "Community 0", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 4}, {"id": "registry_projectregistry_data_dir", "label": ".data_dir()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".data_dir()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 12}, {"id": "registry_projectregistry_is_change_selected", "label": ".is_change_selected()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_change_selected()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 4}, {"id": "registry_projectregistry_ensure_change_selected", "label": ".ensure_change_selected()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensure_change_selected()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 1}, {"id": "registry_projectregistry_toggle_change_selected", "label": ".toggle_change_selected()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggle_change_selected()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 7}, {"id": "registry_projectregistry_toggle_all_changes", "label": ".toggle_all_changes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggle_all_changes()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 5}, {"id": "registry_projectregistry_change_selections_for_project", "label": ".change_selections_for_project()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".change_selections_for_project()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 4}, {"id": "registry_projectregistry_set_change_state", "label": ".set_change_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_change_state()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 4}, {"id": "registry_projectregistry_mark_change_error", "label": ".mark_change_error()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".mark_change_error()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 5}, {"id": "registry_projectregistry_error_changes_for_project", "label": ".error_changes_for_project()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".error_changes_for_project()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 6}, {"id": "registry_projectregistry_clear_change_error", "label": ".clear_change_error()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_change_error()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 5}, {"id": "registry_projectregistry_is_change_error", "label": ".is_change_error()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_change_error()", "community": 2, "community_name": "Community 2", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 4}, {"id": "registry_create_shared_registry", "label": "create_shared_registry()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "create_shared_registry()", "community": 0, "community_name": "Community 0", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 14}, {"id": "registry_test_server_worktree_branch_format", "label": "test_server_worktree_branch_format()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_worktree_branch_format()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_test_server_worktree_branch_different_base_branches", "label": "test_server_worktree_branch_different_base_branches()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_worktree_branch_different_base_branches()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_test_server_worktree_branch_different_project_ids", "label": "test_server_worktree_branch_different_project_ids()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_worktree_branch_different_project_ids()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_test_server_worktree_branch_is_not_base_branch", "label": "test_server_worktree_branch_is_not_base_branch()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_worktree_branch_is_not_base_branch()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_test_server_worktree_branch_starts_with_server_wt", "label": "test_server_worktree_branch_starts_with_server_wt()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_worktree_branch_starts_with_server_wt()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_test_generate_project_id_deterministic", "label": "test_generate_project_id_deterministic()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_generate_project_id_deterministic()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_test_generate_project_id_length", "label": "test_generate_project_id_length()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_generate_project_id_length()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_test_generate_project_id_different_inputs", "label": "test_generate_project_id_different_inputs()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_generate_project_id_different_inputs()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_test_generate_project_id_known_value", "label": "test_generate_project_id_known_value()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_generate_project_id_known_value()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 2}, {"id": "registry_test_registry_add_and_list", "label": "test_registry_add_and_list()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_registry_add_and_list()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 5}, {"id": "registry_test_registry_add_duplicate_fails", "label": "test_registry_add_duplicate_fails()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_registry_add_duplicate_fails()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 4}, {"id": "registry_test_registry_remove", "label": "test_registry_remove()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_registry_remove()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 5}, {"id": "registry_test_registry_persistence", "label": "test_registry_persistence()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_registry_persistence()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 5}, {"id": "registry_test_project_lock", "label": "test_project_lock()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_project_lock()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 5}, {"id": "registry_test_global_semaphore_limits_concurrency", "label": "test_global_semaphore_limits_concurrency()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_global_semaphore_limits_concurrency()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 4}, {"id": "registry_test_toggle_change_selected_tracks_explicit_false", "label": "test_toggle_change_selected_tracks_explicit_false()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_change_selected_tracks_explicit_false()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 5}, {"id": "registry_test_mark_change_error_clears_selection_until_explicit_remark", "label": "test_mark_change_error_clears_selection_until_explicit_remark()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_mark_change_error_clears_selection_until_explicit_remark()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 7}, {"id": "registry_test_toggle_all_changes_treats_error_changes_as_unselected_by_default", "label": "test_toggle_all_changes_treats_error_changes_as_unselected_by_default()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_changes_treats_error_changes_as_unselected_by_default()", "community": 14, "community_name": "Community 14", "source_file": "src/server/registry.rs", "file_type": "code", "degree": 6}, {"id": "src_server_terminal_rs", "label": "terminal.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "terminal.rs", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 16}, {"id": "terminal_terminalsessioninfo", "label": "TerminalSessionInfo", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TerminalSessionInfo", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 1}, {"id": "terminal_createterminalrequest", "label": "CreateTerminalRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateTerminalRequest", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 1}, {"id": "terminal_createterminalfromcontextrequest", "label": "CreateTerminalFromContextRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateTerminalFromContextRequest", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 1}, {"id": "terminal_resizeterminalrequest", "label": "ResizeTerminalRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResizeTerminalRequest", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 1}, {"id": "terminal_ptycommand", "label": "PtyCommand", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PtyCommand", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 1}, {"id": "terminal_terminalsession", "label": "TerminalSession", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TerminalSession", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 1}, {"id": "terminal_terminalmanager", "label": "TerminalManager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TerminalManager", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 9}, {"id": "terminal_create_terminal_manager", "label": "create_terminal_manager()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_terminal_manager()", "community": 0, "community_name": "Community 0", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 19}, {"id": "terminal_terminalmanager_create_session", "label": ".create_session()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_session()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 13}, {"id": "terminal_terminalmanager_list_sessions", "label": ".list_sessions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_sessions()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 5}, {"id": "terminal_terminalmanager_delete_session", "label": ".delete_session()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_session()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 10}, {"id": "terminal_terminalmanager_write_input", "label": ".write_input()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".write_input()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 3}, {"id": "terminal_terminalmanager_subscribe_output", "label": ".subscribe_output()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".subscribe_output()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 4}, {"id": "terminal_terminalmanager_resize_session", "label": ".resize_session()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".resize_session()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 4}, {"id": "terminal_terminalmanager_session_exists", "label": ".session_exists()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".session_exists()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 2}, {"id": "terminal_terminalmanager_get_scrollback", "label": ".get_scrollback()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_scrollback()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 4}, {"id": "terminal_read_pty_output", "label": "read_pty_output()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "read_pty_output()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 4}, {"id": "terminal_generate_session_id", "label": "generate_session_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_session_id()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 2}, {"id": "terminal_test_create_and_list_sessions", "label": "test_create_and_list_sessions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_create_and_list_sessions()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 6}, {"id": "terminal_test_create_session_invalid_cwd", "label": "test_create_session_invalid_cwd()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_create_session_invalid_cwd()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 4}, {"id": "terminal_test_delete_nonexistent_session", "label": "test_delete_nonexistent_session()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_delete_nonexistent_session()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 3}, {"id": "terminal_test_session_exists", "label": "test_session_exists()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_session_exists()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 5}, {"id": "terminal_test_session_preserves_project_id_and_root", "label": "test_session_preserves_project_id_and_root()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_session_preserves_project_id_and_root()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 5}, {"id": "terminal_test_scrollback_buffer_available", "label": "test_scrollback_buffer_available()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_scrollback_buffer_available()", "community": 11, "community_name": "Community 11", "source_file": "src/server/terminal.rs", "file_type": "code", "degree": 6}, {"id": "src_server_runner_rs", "label": "runner.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "runner.rs", "community": 2, "community_name": "Community 2", "source_file": "src/server/runner.rs", "file_type": "code", "degree": 9}, {"id": "runner_projectrunrequest", "label": "ProjectRunRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectRunRequest", "community": 2, "community_name": "Community 2", "source_file": "src/server/runner.rs", "file_type": "code", "degree": 1}, {"id": "runner_runnerentry", "label": "RunnerEntry", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunnerEntry", "community": 2, "community_name": "Community 2", "source_file": "src/server/runner.rs", "file_type": "code", "degree": 1}, {"id": "runner_create_shared_runners", "label": "create_shared_runners()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_shared_runners()", "community": 0, "community_name": "Community 0", "source_file": "src/server/runner.rs", "file_type": "code", "degree": 13}, {"id": "runner_start_project_run", "label": "start_project_run()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "start_project_run()", "community": 2, "community_name": "Community 2", "source_file": "src/server/runner.rs", "file_type": "code", "degree": 8}, {"id": "runner_stop_project_run", "label": "stop_project_run()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "stop_project_run()", "community": 2, "community_name": "Community 2", "source_file": "src/server/runner.rs", "file_type": "code", "degree": 6}, {"id": "runner_set_project_status", "label": "set_project_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "set_project_status()", "community": 2, "community_name": "Community 2", "source_file": "src/server/runner.rs", "file_type": "code", "degree": 3}, {"id": "runner_make_log_entry", "label": "make_log_entry()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "make_log_entry()", "community": 2, "community_name": "Community 2", "source_file": "src/server/runner.rs", "file_type": "code", "degree": 2}, {"id": "runner_mark_selected_changes_as_error", "label": "mark_selected_changes_as_error()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mark_selected_changes_as_error()", "community": 2, "community_name": "Community 2", "source_file": "src/server/runner.rs", "file_type": "code", "degree": 3}, {"id": "runner_run_cflx_in_worktree", "label": "run_cflx_in_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "run_cflx_in_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/server/runner.rs", "file_type": "code", "degree": 9}, {"id": "src_server_db_rs", "label": "db.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "db.rs", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 17}, {"id": "db_proposalsessiondbrow", "label": "ProposalSessionDbRow", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSessionDbRow", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 1}, {"id": "db_proposalsessionupsert", "label": "ProposalSessionUpsert", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalSessionUpsert", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 1}, {"id": "db_changeeventrow", "label": "ChangeEventRow", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeEventRow", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 1}, {"id": "db_logentryrow", "label": "LogEntryRow", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LogEntryRow", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 1}, {"id": "db_runrow", "label": "RunRow", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunRow", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 1}, {"id": "db_changestaterow", "label": "ChangeStateRow", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeStateRow", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 1}, {"id": "db_statsoverviewsummary", "label": "StatsOverviewSummary", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatsOverviewSummary", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 1}, {"id": "db_recenteventsummary", "label": "RecentEventSummary", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RecentEventSummary", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 1}, {"id": "db_projectstatssummary", "label": "ProjectStatsSummary", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectStatsSummary", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 1}, {"id": "db_statsoverview", "label": "StatsOverview", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatsOverview", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 1}, {"id": "db_serverdb", "label": "ServerDb", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ServerDb", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 29}, {"id": "db_serverdb_new", "label": ".new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 9}, {"id": "db_serverdb_with_conn", "label": ".with_conn()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_conn()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 27}, {"id": "db_serverdb_apply_migrations", "label": ".apply_migrations()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_migrations()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 4}, {"id": "db_serverdb_insert_run", "label": ".insert_run()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".insert_run()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 3}, {"id": "db_serverdb_update_run_status", "label": ".update_run_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_run_status()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 3}, {"id": "db_serverdb_get_recent_runs", "label": ".get_recent_runs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_recent_runs()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 4}, {"id": "db_serverdb_insert_change_event", "label": ".insert_change_event()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".insert_change_event()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 4}, {"id": "db_serverdb_get_events_by_project_change", "label": ".get_events_by_project_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_events_by_project_change()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 4}, {"id": "db_serverdb_get_recent_events", "label": ".get_recent_events()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_recent_events()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 5}, {"id": "db_serverdb_get_stats_overview", "label": ".get_stats_overview()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_stats_overview()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 5}, {"id": "db_serverdb_insert_log", "label": ".insert_log()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".insert_log()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 6}, {"id": "db_serverdb_query_logs", "label": ".query_logs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".query_logs()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 5}, {"id": "db_serverdb_upsert_change_state", "label": ".upsert_change_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".upsert_change_state()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 7}, {"id": "db_serverdb_load_change_states", "label": ".load_change_states()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_change_states()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 5}, {"id": "db_serverdb_delete_change_states_for_project", "label": ".delete_change_states_for_project()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_change_states_for_project()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 4}, {"id": "db_serverdb_cleanup_old_logs", "label": ".cleanup_old_logs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_old_logs()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 5}, {"id": "db_serverdb_get_ui_state", "label": ".get_ui_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_ui_state()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 3}, {"id": "db_serverdb_set_ui_state", "label": ".set_ui_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_ui_state()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 4}, {"id": "db_serverdb_delete_ui_state", "label": ".delete_ui_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_ui_state()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 3}, {"id": "db_serverdb_get_all_ui_state", "label": ".get_all_ui_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_all_ui_state()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 4}, {"id": "db_serverdb_upsert_proposal_session", "label": ".upsert_proposal_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".upsert_proposal_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 5}, {"id": "db_serverdb_update_proposal_session_status", "label": ".update_proposal_session_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_proposal_session_status()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 4}, {"id": "db_serverdb_update_proposal_session_activity", "label": ".update_proposal_session_activity()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_proposal_session_activity()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 3}, {"id": "db_serverdb_load_active_proposal_sessions", "label": ".load_active_proposal_sessions()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_active_proposal_sessions()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 5}, {"id": "db_serverdb_delete_proposal_session", "label": ".delete_proposal_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_proposal_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 6}, {"id": "db_serverdb_insert_proposal_session_message", "label": ".insert_proposal_session_message()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".insert_proposal_session_message()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 5}, {"id": "db_serverdb_load_proposal_session_messages", "label": ".load_proposal_session_messages()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_proposal_session_messages()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 6}, {"id": "db_serverdb_delete_proposal_session_messages", "label": ".delete_proposal_session_messages()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_proposal_session_messages()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 6}, {"id": "db_test_server_db_init_and_run_crud", "label": "test_server_db_init_and_run_crud()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_db_init_and_run_crud()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 5}, {"id": "db_test_change_events_stats_and_history_queries", "label": "test_change_events_stats_and_history_queries()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_change_events_stats_and_history_queries()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 6}, {"id": "db_test_logs_query_change_state_and_cleanup", "label": "test_logs_query_change_state_and_cleanup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_logs_query_change_state_and_cleanup()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 8}, {"id": "db_test_ui_state_crud", "label": "test_ui_state_crud()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_ui_state_crud()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 5}, {"id": "db_test_proposal_session_crud", "label": "test_proposal_session_crud()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_proposal_session_crud()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 6}, {"id": "db_test_proposal_session_messages_crud", "label": "test_proposal_session_messages_crud()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_proposal_session_messages_crud()", "community": 2, "community_name": "Community 2", "source_file": "src/server/db.rs", "file_type": "code", "degree": 6}, {"id": "src_server_mod_rs", "label": "mod.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 18, "community_name": "Community 18", "source_file": "src/server/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_server_base_url", "label": "server_base_url()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "server_base_url()", "community": 18, "community_name": "Community 18", "source_file": "src/server/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_run_server", "label": "run_server()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_server()", "community": 0, "community_name": "Community 0", "source_file": "src/server/mod.rs", "file_type": "code", "degree": 23}, {"id": "mod_test_server_base_url_localhost", "label": "test_server_base_url_localhost()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_base_url_localhost()", "community": 18, "community_name": "Community 18", "source_file": "src/server/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_server_base_url_specific_address", "label": "test_server_base_url_specific_address()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_base_url_specific_address()", "community": 18, "community_name": "Community 18", "source_file": "src/server/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_server_base_url_zero_address_does_not_expose_zeros", "label": "test_server_base_url_zero_address_does_not_expose_zeros()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_base_url_zero_address_does_not_expose_zeros()", "community": 18, "community_name": "Community 18", "source_file": "src/server/mod.rs", "file_type": "code", "degree": 2}, {"id": "src_server_acp_client_rs", "label": "acp_client.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "acp_client.rs", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 29}, {"id": "acp_client_resolvedcommand", "label": "ResolvedCommand", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResolvedCommand", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_resolve_command_path", "label": "resolve_command_path()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_command_path()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 9}, {"id": "acp_client_resolve_login_shell_path", "label": "resolve_login_shell_path()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_login_shell_path()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 5}, {"id": "acp_client_jsonrpcrequest", "label": "JsonRpcRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonRpcRequest", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_jsonrpcresponse", "label": "JsonRpcResponse", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonRpcResponse", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_jsonrpcerror", "label": "JsonRpcError", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonRpcError", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_jsonrpcnotification", "label": "JsonRpcNotification", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonRpcNotification", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_acpmessage", "label": "AcpMessage", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AcpMessage", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 3}, {"id": "acp_client_acpmessage_as_update", "label": ".as_update()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".as_update()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_acpmessage_as_elicitation", "label": ".as_elicitation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".as_elicitation()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_acpupdateparams", "label": "AcpUpdateParams", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AcpUpdateParams", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_acpelicitationparams", "label": "AcpElicitationParams", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AcpElicitationParams", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_acpevent", "label": "AcpEvent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AcpEvent", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_acpcontent", "label": "AcpContent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AcpContent", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_acppromptblock", "label": "AcpPromptBlock", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AcpPromptBlock", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_acppromptblock_text", "label": ".text()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".text()", "community": 0, "community_name": "Community 0", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 13}, {"id": "acp_client_dispatch_jsonrpc_response", "label": "dispatch_jsonrpc_response()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "dispatch_jsonrpc_response()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 6}, {"id": "acp_client_acpclient", "label": "AcpClient", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AcpClient", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 13}, {"id": "acp_client_acpclient_new_for_test", "label": ".new_for_test()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".new_for_test()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 3}, {"id": "acp_client_acpclient_spawn", "label": ".spawn()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".spawn()", "community": 16, "community_name": "Community 16", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 75}, {"id": "acp_client_acpclient_initialize", "label": ".initialize()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".initialize()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 4}, {"id": "acp_client_acpclient_create_session", "label": ".create_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 8}, {"id": "acp_client_acpclient_send_prompt", "label": ".send_prompt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".send_prompt()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_acpclient_send_prompt_with_prefix", "label": ".send_prompt_with_prefix()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".send_prompt_with_prefix()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 8}, {"id": "acp_client_acpclient_cancel", "label": ".cancel()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancel()", "community": 4, "community_name": "Community 4", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 12}, {"id": "acp_client_acpclient_respond_elicitation", "label": ".respond_elicitation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".respond_elicitation()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 3}, {"id": "acp_client_acpclient_recv_notification", "label": ".recv_notification()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".recv_notification()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_acpclient_kill", "label": ".kill()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".kill()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 8}, {"id": "acp_client_acpclient_send_request", "label": ".send_request()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".send_request()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 6}, {"id": "acp_client_acpclient_send_notification", "label": ".send_notification()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".send_notification()", "community": 2, "community_name": "Community 2", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 3}, {"id": "acp_client_acperror", "label": "AcpError", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AcpError", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_test_resolve_command_path_absolute_unchanged", "label": "test_resolve_command_path_absolute_unchanged()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_command_path_absolute_unchanged()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_test_resolve_command_path_relative_resolves", "label": "test_resolve_command_path_relative_resolves()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_command_path_relative_resolves()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_test_resolve_command_path_fallback", "label": "test_resolve_command_path_fallback()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_command_path_fallback()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_test_jsonrpc_request_serialization", "label": "test_jsonrpc_request_serialization()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_jsonrpc_request_serialization()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_test_jsonrpc_response_deserialization", "label": "test_jsonrpc_response_deserialization()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_jsonrpc_response_deserialization()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_test_jsonrpc_error_response_deserialization", "label": "test_jsonrpc_error_response_deserialization()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_jsonrpc_error_response_deserialization()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_test_jsonrpc_notification_serialization", "label": "test_jsonrpc_notification_serialization()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_jsonrpc_notification_serialization()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 1}, {"id": "acp_client_test_acp_event_deserialization", "label": "test_acp_event_deserialization()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acp_event_deserialization()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_test_acp_event_tool_call", "label": "test_acp_event_tool_call()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acp_event_tool_call()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_test_acp_event_turn_complete", "label": "test_acp_event_turn_complete()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acp_event_turn_complete()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_test_acp_event_elicitation", "label": "test_acp_event_elicitation()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acp_event_elicitation()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 2}, {"id": "acp_client_dispatch_jsonrpc_response_routes_by_request_id", "label": "dispatch_jsonrpc_response_routes_by_request_id()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dispatch_jsonrpc_response_routes_by_request_id()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 3}, {"id": "acp_client_dispatch_jsonrpc_response_ignores_non_u64_id_without_consuming_waiters", "label": "dispatch_jsonrpc_response_ignores_non_u64_id_without_consuming_waiters()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dispatch_jsonrpc_response_ignores_non_u64_id_without_consuming_waiters()", "community": 6, "community_name": "Community 6", "source_file": "src/server/acp_client.rs", "file_type": "code", "degree": 3}, {"id": "src_server_api_control_rs", "label": "control.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "control.rs", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 19}, {"id": "control_toggle_change_selection", "label": "toggle_change_selection()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "toggle_change_selection()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 7}, {"id": "control_toggle_all_change_selection", "label": "toggle_all_change_selection()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "toggle_all_change_selection()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 9}, {"id": "control_stop_and_dequeue_change", "label": "stop_and_dequeue_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "stop_and_dequeue_change()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 10}, {"id": "control_global_control_run", "label": "global_control_run()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "global_control_run()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 10}, {"id": "control_global_control_stop", "label": "global_control_stop()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "global_control_stop()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 6}, {"id": "control_global_control_status", "label": "global_control_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "global_control_status()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 1}, {"id": "control_get_stats_overview", "label": "get_stats_overview()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_stats_overview()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 2}, {"id": "control_get_project_history", "label": "get_project_history()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_project_history()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 4}, {"id": "control_get_logs", "label": "get_logs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_logs()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 3}, {"id": "control_list_selected_change_ids_in_worktree", "label": "list_selected_change_ids_in_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_selected_change_ids_in_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 6}, {"id": "control_start_single_project_run", "label": "start_single_project_run()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "start_single_project_run()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 5}, {"id": "control_make_state", "label": "make_state()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "make_state()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 8}, {"id": "control_test_stats_and_logs_endpoints_require_auth", "label": "test_stats_and_logs_endpoints_require_auth()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stats_and_logs_endpoints_require_auth()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 5}, {"id": "control_test_toggle_all_change_selection_remarks_error_changes_for_next_run", "label": "test_toggle_all_change_selection_remarks_error_changes_for_next_run()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_toggle_all_change_selection_remarks_error_changes_for_next_run()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 9}, {"id": "control_test_stats_and_logs_endpoints_return_data", "label": "test_stats_and_logs_endpoints_return_data()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stats_and_logs_endpoints_return_data()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 10}, {"id": "control_test_list_selected_change_ids_excludes_rejected_changes", "label": "test_list_selected_change_ids_excludes_rejected_changes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_selected_change_ids_excludes_rejected_changes()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 4}, {"id": "control_test_global_control_run_skips_rejected_changes", "label": "test_global_control_run_skips_rejected_changes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_global_control_run_skips_rejected_changes()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 7}, {"id": "control_test_stop_and_dequeue_change_deselects_and_returns_ok", "label": "test_stop_and_dequeue_change_deselects_and_returns_ok()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stop_and_dequeue_change_deselects_and_returns_ok()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 7}, {"id": "control_test_stop_and_dequeue_change_not_found_project", "label": "test_stop_and_dequeue_change_not_found_project()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stop_and_dequeue_change_not_found_project()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/control.rs", "file_type": "code", "degree": 5}, {"id": "src_server_api_test_support_rs", "label": "test_support.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_support.rs", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/test_support.rs", "file_type": "code", "degree": 7}, {"id": "test_support_make_state", "label": "make_state()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "make_state()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/test_support.rs", "file_type": "code", "degree": 24}, {"id": "test_support_make_router", "label": "make_router()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "make_router()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/test_support.rs", "file_type": "code", "degree": 24}, {"id": "test_support_make_router_with_db", "label": "make_router_with_db()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "make_router_with_db()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/test_support.rs", "file_type": "code", "degree": 5}, {"id": "test_support_run_sync_monitor_once_for_tests", "label": "run_sync_monitor_once_for_tests()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "run_sync_monitor_once_for_tests()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/test_support.rs", "file_type": "code", "degree": 3}, {"id": "test_support_create_local_git_repo_with_setup", "label": "create_local_git_repo_with_setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "create_local_git_repo_with_setup()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/test_support.rs", "file_type": "code", "degree": 5}, {"id": "test_support_create_local_git_repo", "label": "create_local_git_repo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "create_local_git_repo()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/test_support.rs", "file_type": "code", "degree": 14}, {"id": "test_support_init_bare_repo_with_commit", "label": "init_bare_repo_with_commit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "init_bare_repo_with_commit()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/test_support.rs", "file_type": "code", "degree": 6}, {"id": "src_server_api_terminals_rs", "label": "terminals.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "terminals.rs", "community": 11, "community_name": "Community 11", "source_file": "src/server/api/terminals.rs", "file_type": "code", "degree": 6}, {"id": "terminals_create_terminal", "label": "create_terminal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_terminal()", "community": 11, "community_name": "Community 11", "source_file": "src/server/api/terminals.rs", "file_type": "code", "degree": 3}, {"id": "terminals_list_terminals", "label": "list_terminals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "list_terminals()", "community": 11, "community_name": "Community 11", "source_file": "src/server/api/terminals.rs", "file_type": "code", "degree": 2}, {"id": "terminals_delete_terminal", "label": "delete_terminal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_terminal()", "community": 11, "community_name": "Community 11", "source_file": "src/server/api/terminals.rs", "file_type": "code", "degree": 2}, {"id": "terminals_resize_terminal", "label": "resize_terminal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resize_terminal()", "community": 11, "community_name": "Community 11", "source_file": "src/server/api/terminals.rs", "file_type": "code", "degree": 2}, {"id": "terminals_terminal_ws_handler", "label": "terminal_ws_handler()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "terminal_ws_handler()", "community": 11, "community_name": "Community 11", "source_file": "src/server/api/terminals.rs", "file_type": "code", "degree": 3}, {"id": "terminals_handle_terminal_ws", "label": "handle_terminal_ws()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_terminal_ws()", "community": 11, "community_name": "Community 11", "source_file": "src/server/api/terminals.rs", "file_type": "code", "degree": 10}, {"id": "src_server_api_files_rs", "label": "files.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "files.rs", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 25}, {"id": "files_filetreequery", "label": "FileTreeQuery", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileTreeQuery", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 1}, {"id": "files_default_root", "label": "default_root()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_root()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 1}, {"id": "files_filecontentquery", "label": "FileContentQuery", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileContentQuery", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 1}, {"id": "files_filetreeentry", "label": "FileTreeEntry", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileTreeEntry", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 1}, {"id": "files_filecontentresponse", "label": "FileContentResponse", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileContentResponse", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 1}, {"id": "files_resolve_file_root", "label": "resolve_file_root()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_file_root()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 9}, {"id": "files_validate_relative_path", "label": "validate_relative_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_relative_path()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 4}, {"id": "files_build_file_tree", "label": "build_file_tree()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "build_file_tree()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 8}, {"id": "files_is_binary_file", "label": "is_binary_file()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_binary_file()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 3}, {"id": "files_get_file_tree", "label": "get_file_tree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_file_tree()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 4}, {"id": "files_get_file_content", "label": "get_file_content()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_file_content()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 6}, {"id": "files_test_validate_relative_path_rejects_traversal", "label": "test_validate_relative_path_rejects_traversal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_relative_path_rejects_traversal()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 1}, {"id": "files_test_validate_relative_path_rejects_absolute", "label": "test_validate_relative_path_rejects_absolute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_relative_path_rejects_absolute()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 1}, {"id": "files_test_validate_relative_path_accepts_valid", "label": "test_validate_relative_path_accepts_valid()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_validate_relative_path_accepts_valid()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 1}, {"id": "files_test_build_file_tree_excludes_dirs", "label": "test_build_file_tree_excludes_dirs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_file_tree_excludes_dirs()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 4}, {"id": "files_test_build_file_tree_recursive", "label": "test_build_file_tree_recursive()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_file_tree_recursive()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 3}, {"id": "files_test_is_binary_file_text", "label": "test_is_binary_file_text()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_binary_file_text()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 2}, {"id": "files_test_is_binary_file_binary", "label": "test_is_binary_file_binary()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_binary_file_binary()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 2}, {"id": "files_test_get_file_tree_project_not_found", "label": "test_get_file_tree_project_not_found()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_file_tree_project_not_found()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 4}, {"id": "files_test_get_file_content_project_not_found", "label": "test_get_file_content_project_not_found()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_file_content_project_not_found()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 4}, {"id": "files_test_get_file_content_rejects_path_traversal", "label": "test_get_file_content_rejects_path_traversal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_file_content_rejects_path_traversal()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 6}, {"id": "files_test_get_file_tree_with_real_project", "label": "test_get_file_tree_with_real_project()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_file_tree_with_real_project()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 7}, {"id": "files_test_get_file_content_with_real_project", "label": "test_get_file_content_with_real_project()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_file_content_with_real_project()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 7}, {"id": "files_test_get_file_content_nonexistent_file", "label": "test_get_file_content_nonexistent_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_file_content_nonexistent_file()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 7}, {"id": "files_test_file_api_requires_auth", "label": "test_file_api_requires_auth()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_file_api_requires_auth()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/files.rs", "file_type": "code", "degree": 4}, {"id": "src_server_api_helpers_rs", "label": "helpers.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "helpers.rs", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/helpers.rs", "file_type": "code", "degree": 8}, {"id": "helpers_errorresponse", "label": "ErrorResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorResponse", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/helpers.rs", "file_type": "code", "degree": 1}, {"id": "helpers_error_response", "label": "error_response()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "error_response()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/helpers.rs", "file_type": "code", "degree": 28}, {"id": "helpers_now_rfc3339", "label": "now_rfc3339()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "now_rfc3339()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/helpers.rs", "file_type": "code", "degree": 3}, {"id": "helpers_projectsstateresponse", "label": "ProjectsStateResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectsStateResponse", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/helpers.rs", "file_type": "code", "degree": 1}, {"id": "helpers_statsoverviewresponse", "label": "StatsOverviewResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatsOverviewResponse", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/helpers.rs", "file_type": "code", "degree": 1}, {"id": "helpers_statsoverviewsummaryresponse", "label": "StatsOverviewSummaryResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatsOverviewSummaryResponse", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/helpers.rs", "file_type": "code", "degree": 1}, {"id": "helpers_statsrecenteventresponse", "label": "StatsRecentEventResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatsRecentEventResponse", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/helpers.rs", "file_type": "code", "degree": 1}, {"id": "helpers_statsprojectresponse", "label": "StatsProjectResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatsProjectResponse", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/helpers.rs", "file_type": "code", "degree": 1}, {"id": "src_server_api_mod_rs", "label": "mod.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 22}, {"id": "mod_auth_middleware", "label": "auth_middleware()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "auth_middleware()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_try_acquire_active_command", "label": "try_acquire_active_command()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "try_acquire_active_command()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_addprojectrequest", "label": "AddProjectRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddProjectRequest", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_gitautoresolverequest", "label": "GitAutoResolveRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GitAutoResolveRequest", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_projectresponse", "label": "ProjectResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectResponse", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_projectresponse_from", "label": ".from()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".from()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_historyquery", "label": "HistoryQuery", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HistoryQuery", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_logsquery", "label": "LogsQuery", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LogsQuery", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_default_history_limit", "label": "default_history_limit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_history_limit()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_default_logs_limit", "label": "default_logs_limit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_logs_limit()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_get_ui_state", "label": "get_ui_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_ui_state()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_put_ui_state", "label": "put_ui_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "put_ui_state()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_delete_ui_state", "label": "delete_ui_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_ui_state()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_sync_metadata_unknown", "label": "sync_metadata_unknown()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sync_metadata_unknown()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_parse_remote_head_sha", "label": "parse_remote_head_sha()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_remote_head_sha()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_parse_left_right_count", "label": "parse_left_right_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_left_right_count()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_classify_sync_state", "label": "classify_sync_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "classify_sync_state()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_compute_project_sync_metadata", "label": "compute_project_sync_metadata()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "compute_project_sync_metadata()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 9}, {"id": "mod_refresh_project_sync_states_once", "label": "refresh_project_sync_states_once()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "refresh_project_sync_states_once()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 8}, {"id": "mod_run_remote_sync_state_monitor", "label": "run_remote_sync_state_monitor()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "run_remote_sync_state_monitor()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_build_router", "label": "build_router()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "build_router()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 43}, {"id": "mod_test_classify_sync_state_variants", "label": "test_classify_sync_state_variants()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_classify_sync_state_variants()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/mod.rs", "file_type": "code", "degree": 1}, {"id": "src_server_api_git_sync_rs", "label": "git_sync.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "git_sync.rs", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 40}, {"id": "git_sync_build_resolve_command_argv", "label": "build_resolve_command_argv()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_resolve_command_argv()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 4}, {"id": "git_sync_emit_log_entry", "label": "emit_log_entry()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_log_entry()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 4}, {"id": "git_sync_build_resolve_log_entry", "label": "build_resolve_log_entry()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "build_resolve_log_entry()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 2}, {"id": "git_sync_emit_resolve_log", "label": "emit_resolve_log()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "emit_resolve_log()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 4}, {"id": "git_sync_run_resolve_command", "label": "run_resolve_command()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "run_resolve_command()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 16}, {"id": "git_sync_build_auto_resolve_prompt", "label": "build_auto_resolve_prompt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "build_auto_resolve_prompt()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 2}, {"id": "git_sync_syncplan", "label": "SyncPlan", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SyncPlan", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 1}, {"id": "git_sync_plan_sync", "label": "plan_sync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "plan_sync()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 6}, {"id": "git_sync_git_pull", "label": "git_pull()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "git_pull()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 2}, {"id": "git_sync_git_push", "label": "git_push()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "git_push()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 2}, {"id": "git_sync_git_sync", "label": "git_sync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "git_sync()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 16}, {"id": "git_sync_drain_log_entries", "label": "drain_log_entries()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "drain_log_entries()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 5}, {"id": "git_sync_test_build_resolve_command_argv_replaces_prompt_placeholder_as_single_arg", "label": "test_build_resolve_command_argv_replaces_prompt_placeholder_as_single_arg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_resolve_command_argv_replaces_prompt_placeholder_as_single_arg()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 2}, {"id": "git_sync_test_build_resolve_command_argv_handles_quotes_and_braces_literal", "label": "test_build_resolve_command_argv_handles_quotes_and_braces_literal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_resolve_command_argv_handles_quotes_and_braces_literal()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 2}, {"id": "git_sync_test_plan_sync_skips_when_remote_sha_matches_local_sha", "label": "test_plan_sync_skips_when_remote_sha_matches_local_sha()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_plan_sync_skips_when_remote_sha_matches_local_sha()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 2}, {"id": "git_sync_test_plan_sync_does_not_skip_when_remote_sha_differs", "label": "test_plan_sync_does_not_skip_when_remote_sha_differs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_plan_sync_does_not_skip_when_remote_sha_differs()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 2}, {"id": "git_sync_test_plan_sync_does_not_skip_when_remote_sha_is_empty", "label": "test_plan_sync_does_not_skip_when_remote_sha_is_empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_plan_sync_does_not_skip_when_remote_sha_is_empty()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 2}, {"id": "git_sync_test_run_resolve_command_uses_login_shell", "label": "test_run_resolve_command_uses_login_shell()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_resolve_command_uses_login_shell()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 3}, {"id": "git_sync_test_run_resolve_command_substitutes_prompt", "label": "test_run_resolve_command_substitutes_prompt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_resolve_command_substitutes_prompt()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 3}, {"id": "git_sync_test_run_resolve_command_quoted_template_does_not_double_quote", "label": "test_run_resolve_command_quoted_template_does_not_double_quote()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_resolve_command_quoted_template_does_not_double_quote()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 3}, {"id": "git_sync_test_run_resolve_command_unquoted_template_works", "label": "test_run_resolve_command_unquoted_template_works()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_resolve_command_unquoted_template_works()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 3}, {"id": "git_sync_test_run_resolve_command_multiline_prompt_does_not_break_shell", "label": "test_run_resolve_command_multiline_prompt_does_not_break_shell()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_resolve_command_multiline_prompt_does_not_break_shell()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 3}, {"id": "git_sync_test_run_resolve_command_multiline_prompt_unquoted_template", "label": "test_run_resolve_command_multiline_prompt_unquoted_template()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_resolve_command_multiline_prompt_unquoted_template()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 3}, {"id": "git_sync_test_run_resolve_command_logs_start_stdout_stderr_finished_in_order", "label": "test_run_resolve_command_logs_start_stdout_stderr_finished_in_order()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_resolve_command_logs_start_stdout_stderr_finished_in_order()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 6}, {"id": "git_sync_test_run_resolve_command_logs_error_level_on_non_zero_exit", "label": "test_run_resolve_command_logs_error_level_on_non_zero_exit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_resolve_command_logs_error_level_on_non_zero_exit()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 6}, {"id": "git_sync_test_git_pull_non_fast_forward_detection", "label": "test_git_pull_non_fast_forward_detection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_pull_non_fast_forward_detection()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 9}, {"id": "git_sync_create_diverged_repo_setup", "label": "create_diverged_repo_setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "create_diverged_repo_setup()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 10}, {"id": "git_sync_test_git_pull_delegates_to_git_sync_and_requires_resolve_command", "label": "test_git_pull_delegates_to_git_sync_and_requires_resolve_command()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_pull_delegates_to_git_sync_and_requires_resolve_command()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 7}, {"id": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "label": "test_git_pull_auto_resolve_runs_resolve_command()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_pull_auto_resolve_runs_resolve_command()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 14}, {"id": "git_sync_test_git_pull_auto_resolve_without_resolve_command_configured_returns_error", "label": "test_git_pull_auto_resolve_without_resolve_command_configured_returns_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_pull_auto_resolve_without_resolve_command_configured_returns_error()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 8}, {"id": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "label": "test_git_pull_auto_resolve_uses_top_level_resolve_command()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_pull_auto_resolve_uses_top_level_resolve_command()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 14}, {"id": "git_sync_test_git_push_no_local_clone_returns_error", "label": "test_git_push_no_local_clone_returns_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_push_no_local_clone_returns_error()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 7}, {"id": "git_sync_test_git_push_non_fast_forward_detection_with_bare_repos", "label": "test_git_push_non_fast_forward_detection_with_bare_repos()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_push_non_fast_forward_detection_with_bare_repos()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 8}, {"id": "git_sync_test_git_sync_project_not_found", "label": "test_git_sync_project_not_found()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_sync_project_not_found()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 5}, {"id": "git_sync_test_git_sync_fails_without_resolve_command", "label": "test_git_sync_fails_without_resolve_command()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_sync_fails_without_resolve_command()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 12}, {"id": "git_sync_test_git_sync_route_is_registered", "label": "test_git_sync_route_is_registered()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_sync_route_is_registered()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 11}, {"id": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "label": "test_git_sync_success_response_contains_pull_and_push_sections()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_sync_success_response_contains_pull_and_push_sections()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 13}, {"id": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "label": "test_git_sync_skips_resolve_when_already_up_to_date()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_sync_skips_resolve_when_already_up_to_date()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 12}, {"id": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "test_git_sync_runs_resolve_when_shas_differ()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_sync_runs_resolve_when_shas_differ()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 14}, {"id": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "label": "test_git_sync_runs_resolve_when_remote_ahead()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_sync_runs_resolve_when_remote_ahead()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/git_sync.rs", "file_type": "code", "degree": 12}, {"id": "src_server_api_worktrees_rs", "label": "worktrees.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "worktrees.rs", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 16}, {"id": "worktrees_servercreateworktreerequest", "label": "ServerCreateWorktreeRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ServerCreateWorktreeRequest", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 1}, {"id": "worktrees_worktreeopresponse", "label": "WorktreeOpResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorktreeOpResponse", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 1}, {"id": "worktrees_resolve_project_worktree_path", "label": "resolve_project_worktree_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_project_worktree_path()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 12}, {"id": "worktrees_server_list_worktrees", "label": "server_list_worktrees()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "server_list_worktrees()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 5}, {"id": "worktrees_server_create_worktree", "label": "server_create_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "server_create_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 9}, {"id": "worktrees_server_delete_worktree", "label": "server_delete_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "server_delete_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 8}, {"id": "worktrees_server_merge_worktree", "label": "server_merge_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "server_merge_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 8}, {"id": "worktrees_server_refresh_worktrees", "label": "server_refresh_worktrees()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "server_refresh_worktrees()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 4}, {"id": "worktrees_test_list_worktrees_with_real_project", "label": "test_list_worktrees_with_real_project()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_worktrees_with_real_project()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 7}, {"id": "worktrees_test_list_worktrees_project_not_found_returns_404", "label": "test_list_worktrees_project_not_found_returns_404()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_worktrees_project_not_found_returns_404()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 4}, {"id": "worktrees_test_list_worktrees_empty_for_registered_project", "label": "test_list_worktrees_empty_for_registered_project()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_worktrees_empty_for_registered_project()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 6}, {"id": "worktrees_test_delete_worktree_project_not_found_returns_404", "label": "test_delete_worktree_project_not_found_returns_404()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_delete_worktree_project_not_found_returns_404()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 4}, {"id": "worktrees_test_merge_worktree_project_not_found_returns_404", "label": "test_merge_worktree_project_not_found_returns_404()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_worktree_project_not_found_returns_404()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 4}, {"id": "worktrees_test_refresh_worktrees_project_not_found_returns_404", "label": "test_refresh_worktrees_project_not_found_returns_404()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_refresh_worktrees_project_not_found_returns_404()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 4}, {"id": "worktrees_test_create_worktree_project_not_found_returns_404", "label": "test_create_worktree_project_not_found_returns_404()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_create_worktree_project_not_found_returns_404()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 4}, {"id": "worktrees_test_worktree_auth_required", "label": "test_worktree_auth_required()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_auth_required()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/worktrees.rs", "file_type": "code", "degree": 4}, {"id": "src_server_api_proposals_rs", "label": "proposals.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "proposals.rs", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 14}, {"id": "proposals_proposalwsclientmessage", "label": "ProposalWsClientMessage", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalWsClientMessage", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 1}, {"id": "proposals_proposalwsservermessage", "label": "ProposalWsServerMessage", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProposalWsServerMessage", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 1}, {"id": "proposals_closeproposalsessionrequest", "label": "CloseProposalSessionRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CloseProposalSessionRequest", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 1}, {"id": "proposals_create_proposal_session", "label": "create_proposal_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "create_proposal_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 5}, {"id": "proposals_list_proposal_sessions", "label": "list_proposal_sessions()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_proposal_sessions()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 3}, {"id": "proposals_close_proposal_session", "label": "close_proposal_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "close_proposal_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 4}, {"id": "proposals_merge_proposal_session", "label": "merge_proposal_session()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_proposal_session()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 4}, {"id": "proposals_list_proposal_session_changes", "label": "list_proposal_session_changes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list_proposal_session_changes()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 3}, {"id": "proposals_get_proposal_session_messages", "label": "get_proposal_session_messages()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_proposal_session_messages()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 3}, {"id": "proposals_proposal_session_ws_handler", "label": "proposal_session_ws_handler()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_ws_handler()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 2}, {"id": "proposals_build_replay_ws_messages", "label": "build_replay_ws_messages()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_replay_ws_messages()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 5}, {"id": "proposals_proposal_session_ws", "label": "proposal_session_ws()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "proposal_session_ws()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 25}, {"id": "proposals_test_proposal_session_ws_route_exists", "label": "test_proposal_session_ws_route_exists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_proposal_session_ws_route_exists()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 4}, {"id": "proposals_test_proposal_session_ws_old_route_does_not_exist", "label": "test_proposal_session_ws_old_route_does_not_exist()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_proposal_session_ws_old_route_does_not_exist()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/proposals.rs", "file_type": "code", "degree": 4}, {"id": "src_server_api_projects_rs", "label": "projects.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "projects.rs", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 20}, {"id": "projects_get_version", "label": "get_version()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_version()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 1}, {"id": "projects_list_projects", "label": "list_projects()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "list_projects()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 2}, {"id": "projects_projects_state", "label": "projects_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "projects_state()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 9}, {"id": "projects_add_project", "label": "add_project()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "add_project()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 18}, {"id": "projects_delete_project", "label": "delete_project()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_project()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 5}, {"id": "projects_test_add_project_without_repo_root_setup_succeeds_without_marker", "label": "test_add_project_without_repo_root_setup_succeeds_without_marker()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_add_project_without_repo_root_setup_succeeds_without_marker()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 6}, {"id": "projects_test_add_project_setup_failure_returns_422_and_rolls_back_registry", "label": "test_add_project_setup_failure_returns_422_and_rolls_back_registry()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_add_project_setup_failure_returns_422_and_rolls_back_registry()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 8}, {"id": "projects_test_global_control_run_records_call", "label": "test_global_control_run_records_call()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_global_control_run_records_call()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 8}, {"id": "projects_test_projects_state_includes_sync_metadata_fields_after_monitor_refresh", "label": "test_projects_state_includes_sync_metadata_fields_after_monitor_refresh()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_projects_state_includes_sync_metadata_fields_after_monitor_refresh()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 8}, {"id": "projects_test_app_state_resolve_command_comes_from_top_level_config", "label": "test_app_state_resolve_command_comes_from_top_level_config()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_app_state_resolve_command_comes_from_top_level_config()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 1}, {"id": "projects_test_valid_auth_token_returns_200", "label": "test_valid_auth_token_returns_200()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_valid_auth_token_returns_200()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 4}, {"id": "projects_test_ui_state_crud_endpoints", "label": "test_ui_state_crud_endpoints()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_ui_state_crud_endpoints()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 5}, {"id": "projects_test_get_version_returns_200", "label": "test_get_version_returns_200()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_version_returns_200()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 4}, {"id": "projects_test_get_version_no_auth_required", "label": "test_get_version_no_auth_required()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_version_no_auth_required()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 4}, {"id": "projects_test_get_version_response_format", "label": "test_get_version_response_format()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_version_response_format()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 5}, {"id": "projects_test_server_auth_config_resolve_token_from_token_field", "label": "test_server_auth_config_resolve_token_from_token_field()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_auth_config_resolve_token_from_token_field()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 1}, {"id": "projects_test_server_auth_config_resolve_token_from_env_var", "label": "test_server_auth_config_resolve_token_from_env_var()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_auth_config_resolve_token_from_env_var()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 1}, {"id": "projects_test_server_auth_config_resolve_token_falls_back_when_env_unset", "label": "test_server_auth_config_resolve_token_falls_back_when_env_unset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_auth_config_resolve_token_falls_back_when_env_unset()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 1}, {"id": "projects_test_add_project_creates_worktree_on_server_branch", "label": "test_add_project_creates_worktree_on_server_branch()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_add_project_creates_worktree_on_server_branch()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 7}, {"id": "projects_test_server_worktree_branch_function_produces_correct_format", "label": "test_server_worktree_branch_function_produces_correct_format()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_server_worktree_branch_function_produces_correct_format()", "community": 14, "community_name": "Community 14", "source_file": "src/server/api/projects.rs", "file_type": "code", "degree": 2}, {"id": "src_server_api_dashboard_rs", "label": "dashboard.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dashboard.rs", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/dashboard.rs", "file_type": "code", "degree": 4}, {"id": "dashboard_dashboard_index", "label": "dashboard_index()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dashboard_index()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/dashboard.rs", "file_type": "code", "degree": 1}, {"id": "dashboard_dashboard_assets", "label": "dashboard_assets()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dashboard_assets()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/dashboard.rs", "file_type": "code", "degree": 2}, {"id": "dashboard_dashboard_favicon", "label": "dashboard_favicon()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dashboard_favicon()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/dashboard.rs", "file_type": "code", "degree": 1}, {"id": "dashboard_dashboard_icons", "label": "dashboard_icons()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dashboard_icons()", "community": 0, "community_name": "Community 0", "source_file": "src/server/api/dashboard.rs", "file_type": "code", "degree": 1}, {"id": "src_server_api_ws_rs", "label": "ws.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ws.rs", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 24}, {"id": "ws_ws_handler", "label": "ws_handler()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ws_handler()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 3}, {"id": "ws_wssnapshotcontext", "label": "WsSnapshotContext", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WsSnapshotContext", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 1}, {"id": "ws_handle_ws", "label": "handle_ws()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_ws()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 2}, {"id": "ws_build_remote_project_snapshot_async", "label": "build_remote_project_snapshot_async()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "build_remote_project_snapshot_async()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 8}, {"id": "ws_extract_repo_name", "label": "extract_repo_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_repo_name()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 5}, {"id": "ws_project_display_name", "label": "project_display_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "project_display_name()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 3}, {"id": "ws_map_workspace_state_fallback", "label": "map_workspace_state_fallback()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "map_workspace_state_fallback()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 2}, {"id": "ws_derive_change_status", "label": "derive_change_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "derive_change_status()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 5}, {"id": "ws_list_remote_changes_in_worktree", "label": "list_remote_changes_in_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "list_remote_changes_in_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 16}, {"id": "ws_latest_modified_rfc3339", "label": "latest_modified_rfc3339()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "latest_modified_rfc3339()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 3}, {"id": "ws_test_map_workspace_state_fallback_created_and_applied_are_aligned", "label": "test_map_workspace_state_fallback_created_and_applied_are_aligned()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_map_workspace_state_fallback_created_and_applied_are_aligned()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 1}, {"id": "ws_test_map_workspace_state_fallback_preserves_iteration_for_applying", "label": "test_map_workspace_state_fallback_preserves_iteration_for_applying()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_map_workspace_state_fallback_preserves_iteration_for_applying()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 1}, {"id": "ws_test_derive_change_status_prefers_reducer_statuses", "label": "test_derive_change_status_prefers_reducer_statuses()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_derive_change_status_prefers_reducer_statuses()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 2}, {"id": "ws_test_ws_display_status_matches_tui_reducer_display_status", "label": "test_ws_display_status_matches_tui_reducer_display_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_ws_display_status_matches_tui_reducer_display_status()", "community": 12, "community_name": "Community 12", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 4}, {"id": "ws_test_derive_change_status_returns_idle_without_reducer_or_worktree", "label": "test_derive_change_status_returns_idle_without_reducer_or_worktree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_derive_change_status_returns_idle_without_reducer_or_worktree()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 2}, {"id": "ws_test_derive_change_status_prefers_rejected_marker_over_reducer", "label": "test_derive_change_status_prefers_rejected_marker_over_reducer()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_derive_change_status_prefers_rejected_marker_over_reducer()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 2}, {"id": "ws_test_list_remote_changes_includes_rejected_marker_change", "label": "test_list_remote_changes_includes_rejected_marker_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_remote_changes_includes_rejected_marker_change()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 4}, {"id": "ws_test_extract_repo_name_standard_https", "label": "test_extract_repo_name_standard_https()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_repo_name_standard_https()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 1}, {"id": "ws_test_extract_repo_name_https_without_git_suffix", "label": "test_extract_repo_name_https_without_git_suffix()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_repo_name_https_without_git_suffix()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 1}, {"id": "ws_test_extract_repo_name_ssh_url", "label": "test_extract_repo_name_ssh_url()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_repo_name_ssh_url()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 1}, {"id": "ws_test_extract_repo_name_trailing_slash", "label": "test_extract_repo_name_trailing_slash()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_repo_name_trailing_slash()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 1}, {"id": "ws_test_extract_repo_name_bare_name", "label": "test_extract_repo_name_bare_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_repo_name_bare_name()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 1}, {"id": "ws_test_extract_repo_name_empty_falls_back_to_url", "label": "test_extract_repo_name_empty_falls_back_to_url()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_repo_name_empty_falls_back_to_url()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 2}, {"id": "ws_test_extract_repo_name_just_git_suffix", "label": "test_extract_repo_name_just_git_suffix()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_repo_name_just_git_suffix()", "community": 2, "community_name": "Community 2", "source_file": "src/server/api/ws.rs", "file_type": "code", "degree": 1}, {"id": "src_agent_history_ops_rs", "label": "history_ops.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "history_ops.rs", "community": 5, "community_name": "Community 5", "source_file": "src/agent/history_ops.rs", "file_type": "code", "degree": 8}, {"id": "history_ops_record_apply_attempt", "label": "record_apply_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "record_apply_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/history_ops.rs", "file_type": "code", "degree": 4}, {"id": "history_ops_record_archive_attempt", "label": "record_archive_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "record_archive_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/history_ops.rs", "file_type": "code", "degree": 4}, {"id": "history_ops_record_acceptance_attempt", "label": "record_acceptance_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "record_acceptance_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/history_ops.rs", "file_type": "code", "degree": 2}, {"id": "history_ops_clear_apply_history", "label": "clear_apply_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "clear_apply_history()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/history_ops.rs", "file_type": "code", "degree": 2}, {"id": "history_ops_clear_archive_history", "label": "clear_archive_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "clear_archive_history()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/history_ops.rs", "file_type": "code", "degree": 2}, {"id": "history_ops_clear_acceptance_history", "label": "clear_acceptance_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "clear_acceptance_history()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/history_ops.rs", "file_type": "code", "degree": 2}, {"id": "history_ops_next_acceptance_attempt_number", "label": "next_acceptance_attempt_number()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "next_acceptance_attempt_number()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/history_ops.rs", "file_type": "code", "degree": 2}, {"id": "history_ops_count_consecutive_acceptance_continues", "label": "count_consecutive_acceptance_continues()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "count_consecutive_acceptance_continues()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/history_ops.rs", "file_type": "code", "degree": 2}, {"id": "src_agent_runner_rs", "label": "runner.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "runner.rs", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 4}, {"id": "runner_agentrunner", "label": "AgentRunner", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AgentRunner", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 42}, {"id": "runner_agentrunner_new", "label": ".new()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 18}, {"id": "runner_agentrunner_new_with_shared_state", "label": ".new_with_shared_state()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".new_with_shared_state()", "community": 9, "community_name": "Community 9", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 9}, {"id": "runner_agentrunner_run_apply_streaming", "label": ".run_apply_streaming()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_apply_streaming()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 14}, {"id": "runner_agentrunner_run_apply_streaming_with_runner", "label": ".run_apply_streaming_with_runner()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_apply_streaming_with_runner()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 13}, {"id": "runner_agentrunner_record_apply_attempt", "label": ".record_apply_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".record_apply_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 5}, {"id": "runner_agentrunner_run_archive_streaming", "label": ".run_archive_streaming()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_archive_streaming()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 11}, {"id": "runner_agentrunner_run_archive_streaming_with_runner", "label": ".run_archive_streaming_with_runner()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_archive_streaming_with_runner()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 10}, {"id": "runner_agentrunner_run_apply", "label": ".run_apply()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_apply()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 11}, {"id": "runner_agentrunner_run_apply_with_runner", "label": ".run_apply_with_runner()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_apply_with_runner()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 16}, {"id": "runner_agentrunner_record_archive_attempt", "label": ".record_archive_attempt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".record_archive_attempt()", "community": 10, "community_name": "Community 10", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 4}, {"id": "runner_agentrunner_clear_apply_history", "label": ".clear_apply_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_apply_history()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 2}, {"id": "runner_agentrunner_clear_archive_history", "label": ".clear_archive_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_archive_history()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 2}, {"id": "runner_agentrunner_clear_acceptance_history", "label": ".clear_acceptance_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_acceptance_history()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 3}, {"id": "runner_agentrunner_format_acceptance_history", "label": ".format_acceptance_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_acceptance_history()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 3}, {"id": "runner_agentrunner_format_apply_history", "label": ".format_apply_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_apply_history()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 3}, {"id": "runner_agentrunner_format_archive_history", "label": ".format_archive_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_archive_history()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 2}, {"id": "runner_agentrunner_run_acceptance_streaming", "label": ".run_acceptance_streaming()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_acceptance_streaming()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 15}, {"id": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": ".run_acceptance_streaming_with_runner()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_acceptance_streaming_with_runner()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 17}, {"id": "runner_agentrunner_build_acceptance_diff_context", "label": ".build_acceptance_diff_context()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_acceptance_diff_context()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 11}, {"id": "runner_agentrunner_record_acceptance_attempt", "label": ".record_acceptance_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".record_acceptance_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 4}, {"id": "runner_agentrunner_next_acceptance_attempt_number", "label": ".next_acceptance_attempt_number()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".next_acceptance_attempt_number()", "community": 23, "community_name": "Community 23", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 4}, {"id": "runner_agentrunner_count_consecutive_acceptance_continues", "label": ".count_consecutive_acceptance_continues()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".count_consecutive_acceptance_continues()", "community": 23, "community_name": "Community 23", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 3}, {"id": "runner_agentrunner_get_last_acceptance_attempt", "label": ".get_last_acceptance_attempt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_last_acceptance_attempt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 2}, {"id": "runner_agentrunner_get_last_acceptance_stdout_tail", "label": ".get_last_acceptance_stdout_tail()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_last_acceptance_stdout_tail()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 3}, {"id": "runner_agentrunner_get_last_acceptance_stderr_tail", "label": ".get_last_acceptance_stderr_tail()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_last_acceptance_stderr_tail()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 3}, {"id": "runner_agentrunner_get_acceptance_tail_context_for_apply", "label": ".get_acceptance_tail_context_for_apply()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_acceptance_tail_context_for_apply()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 11}, {"id": "runner_agentrunner_peek_acceptance_tail_context_for_apply", "label": ".peek_acceptance_tail_context_for_apply()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".peek_acceptance_tail_context_for_apply()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 7}, {"id": "runner_agentrunner_reset_acceptance_tail_injection", "label": ".reset_acceptance_tail_injection()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".reset_acceptance_tail_injection()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 3}, {"id": "runner_agentrunner_run_archive", "label": ".run_archive()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_archive()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 7}, {"id": "runner_agentrunner_run_archive_with_runner", "label": ".run_archive_with_runner()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_archive_with_runner()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 10}, {"id": "runner_agentrunner_analyze_dependencies", "label": ".analyze_dependencies()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_dependencies()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 8}, {"id": "runner_agentrunner_analyze_dependencies_with_runner", "label": ".analyze_dependencies_with_runner()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_dependencies_with_runner()", "community": 16, "community_name": "Community 16", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 10}, {"id": "runner_agentrunner_analyze_dependencies_streaming", "label": ".analyze_dependencies_streaming()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".analyze_dependencies_streaming()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 4}, {"id": "runner_agentrunner_run_resolve_streaming_in_dir", "label": ".run_resolve_streaming_in_dir()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_resolve_streaming_in_dir()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 4}, {"id": "runner_agentrunner_run_resolve_streaming_in_dir_with_runner", "label": ".run_resolve_streaming_in_dir_with_runner()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_resolve_streaming_in_dir_with_runner()", "community": 0, "community_name": "Community 0", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 7}, {"id": "runner_agentrunner_extract_stream_json_result", "label": ".extract_stream_json_result()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".extract_stream_json_result()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 6}, {"id": "runner_agentrunner_execute_shell_command_streaming", "label": ".execute_shell_command_streaming()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_shell_command_streaming()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 16}, {"id": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": ".execute_shell_command_streaming_in_dir()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_shell_command_streaming_in_dir()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 16}, {"id": "runner_agentrunner_execute_shell_command", "label": ".execute_shell_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_shell_command()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 5}, {"id": "runner_agentrunner_execute_shell_command_with_output", "label": ".execute_shell_command_with_output()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_shell_command_with_output()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 6}, {"id": "runner_agentrunner_config", "label": ".config()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".config()", "community": 19, "community_name": "Community 19", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 7}, {"id": "runner_build_command", "label": "build_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_command()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 6}, {"id": "runner_build_command_in_dir", "label": "build_command_in_dir()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_command_in_dir()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 4}, {"id": "runner_create_dummy_child", "label": "create_dummy_child()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "create_dummy_child()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/runner.rs", "file_type": "code", "degree": 5}, {"id": "src_agent_mod_rs", "label": "mod.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 103, "community_name": "Community 103", "source_file": "src/agent/mod.rs", "file_type": "code", "degree": 0}, {"id": "src_agent_output_rs", "label": "output.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "output.rs", "community": 69, "community_name": "Community 69", "source_file": "src/agent/output.rs", "file_type": "code", "degree": 1}, {"id": "output_outputline", "label": "OutputLine", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputLine", "community": 69, "community_name": "Community 69", "source_file": "src/agent/output.rs", "file_type": "code", "degree": 1}, {"id": "src_agent_prompt_rs", "label": "prompt.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "prompt.rs", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 19}, {"id": "prompt_build_apply_prompt", "label": "build_apply_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_apply_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 4}, {"id": "prompt_build_archive_prompt", "label": "build_archive_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "build_archive_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 12}, {"id": "prompt_build_cleanup_review_prompt", "label": "build_cleanup_review_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_cleanup_review_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 5}, {"id": "prompt_parse_cleanup_review_output", "label": "parse_cleanup_review_output()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_cleanup_review_output()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 2}, {"id": "prompt_build_acceptance_prompt", "label": "build_acceptance_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "build_acceptance_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 7}, {"id": "prompt_build_acceptance_prompt_context_only", "label": "build_acceptance_prompt_context_only()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "build_acceptance_prompt_context_only()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 8}, {"id": "prompt_build_acceptance_diff_context", "label": "build_acceptance_diff_context()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "build_acceptance_diff_context()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 10}, {"id": "prompt_build_last_acceptance_output_context", "label": "build_last_acceptance_output_context()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "build_last_acceptance_output_context()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 10}, {"id": "prompt_get_archive_readiness_context", "label": "get_archive_readiness_context()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_archive_readiness_context()", "community": 32, "community_name": "Community 32", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 2}, {"id": "prompt_test_build_acceptance_diff_context_with_files_and_findings", "label": "test_build_acceptance_diff_context_with_files_and_findings()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_diff_context_with_files_and_findings()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 2}, {"id": "prompt_test_build_acceptance_diff_context_only_files", "label": "test_build_acceptance_diff_context_only_files()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_diff_context_only_files()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 2}, {"id": "prompt_test_build_acceptance_diff_context_only_findings", "label": "test_build_acceptance_diff_context_only_findings()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_diff_context_only_findings()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 2}, {"id": "prompt_test_build_acceptance_diff_context_empty", "label": "test_build_acceptance_diff_context_empty()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_diff_context_empty()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 2}, {"id": "prompt_test_build_acceptance_prompt_insertion_order", "label": "test_build_acceptance_prompt_insertion_order()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_prompt_insertion_order()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 2}, {"id": "prompt_test_build_acceptance_prompt_empty_diff_context", "label": "test_build_acceptance_prompt_empty_diff_context()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_prompt_empty_diff_context()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 2}, {"id": "prompt_test_build_cleanup_review_prompt_contains_required_context", "label": "test_build_cleanup_review_prompt_contains_required_context()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_cleanup_review_prompt_contains_required_context()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 2}, {"id": "prompt_test_parse_cleanup_review_output_accepts_single_marker", "label": "test_parse_cleanup_review_output_accepts_single_marker()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_cleanup_review_output_accepts_single_marker()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 1}, {"id": "prompt_test_parse_cleanup_review_output_rejects_multiple_markers", "label": "test_parse_cleanup_review_output_rejects_multiple_markers()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_cleanup_review_output_rejects_multiple_markers()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 1}, {"id": "prompt_test_parse_cleanup_review_output_ignores_code_fence_markers", "label": "test_parse_cleanup_review_output_ignores_code_fence_markers()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_cleanup_review_output_ignores_code_fence_markers()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/prompt.rs", "file_type": "code", "degree": 1}, {"id": "src_agent_tests_rs", "label": "tests.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tests.rs", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 21}, {"id": "tests_test_agent_runner_creation", "label": "test_agent_runner_creation()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_agent_runner_creation()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 3}, {"id": "tests_test_agent_runner_with_custom_config", "label": "test_agent_runner_with_custom_config()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_agent_runner_with_custom_config()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 3}, {"id": "tests_test_run_apply_echo_command", "label": "test_run_apply_echo_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_apply_echo_command()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 4}, {"id": "tests_test_run_archive_echo_command", "label": "test_run_archive_echo_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_archive_echo_command()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 4}, {"id": "tests_test_analyze_dependencies_echo_command", "label": "test_analyze_dependencies_echo_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_analyze_dependencies_echo_command()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 4}, {"id": "tests_test_run_apply_streaming", "label": "test_run_apply_streaming()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_apply_streaming()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 6}, {"id": "tests_test_run_apply_with_prompt_expansion", "label": "test_run_apply_with_prompt_expansion()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_apply_with_prompt_expansion()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 6}, {"id": "tests_test_run_apply_with_default_prompt", "label": "test_run_apply_with_default_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_apply_with_default_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 6}, {"id": "tests_test_run_archive_with_empty_default_prompt", "label": "test_run_archive_with_empty_default_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_archive_with_empty_default_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 6}, {"id": "tests_test_run_apply_streaming_with_prompt", "label": "test_run_apply_streaming_with_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_run_apply_streaming_with_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 6}, {"id": "tests_test_build_apply_prompt_with_all_parts", "label": "test_build_apply_prompt_with_all_parts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_apply_prompt_with_all_parts()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 2}, {"id": "tests_test_build_apply_prompt_with_empty_user_prompt", "label": "test_build_apply_prompt_with_empty_user_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_apply_prompt_with_empty_user_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 2}, {"id": "tests_test_build_apply_prompt_with_empty_history", "label": "test_build_apply_prompt_with_empty_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_apply_prompt_with_empty_history()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 2}, {"id": "tests_test_build_apply_prompt_with_only_system_prompt", "label": "test_build_apply_prompt_with_only_system_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_apply_prompt_with_only_system_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 2}, {"id": "tests_test_build_apply_prompt_with_acceptance_tail", "label": "test_build_apply_prompt_with_acceptance_tail()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_apply_prompt_with_acceptance_tail()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 2}, {"id": "tests_test_build_apply_prompt_with_acceptance_tail_priority", "label": "test_build_apply_prompt_with_acceptance_tail_priority()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_apply_prompt_with_acceptance_tail_priority()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 2}, {"id": "tests_test_apply_system_prompt_content", "label": "test_apply_system_prompt_content()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_system_prompt_content()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 1}, {"id": "tests_test_build_archive_prompt_with_all_parts", "label": "test_build_archive_prompt_with_all_parts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_archive_prompt_with_all_parts()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 2}, {"id": "tests_test_build_archive_prompt_with_empty_user_prompt", "label": "test_build_archive_prompt_with_empty_user_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_archive_prompt_with_empty_user_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 2}, {"id": "tests_test_build_archive_prompt_with_empty_history", "label": "test_build_archive_prompt_with_empty_history()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_archive_prompt_with_empty_history()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 2}, {"id": "tests_test_build_archive_prompt_both_empty", "label": "test_build_archive_prompt_both_empty()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_archive_prompt_both_empty()", "community": 5, "community_name": "Community 5", "source_file": "src/agent/tests.rs", "file_type": "code", "degree": 2}, {"id": "src_vcs_commands_rs", "label": "commands.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "commands.rs", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/commands.rs", "file_type": "code", "degree": 6}, {"id": "commands_run_vcs_command", "label": "run_vcs_command()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_vcs_command()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/commands.rs", "file_type": "code", "degree": 5}, {"id": "commands_run_vcs_command_silent", "label": "run_vcs_command_silent()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "run_vcs_command_silent()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/commands.rs", "file_type": "code", "degree": 4}, {"id": "commands_run_vcs_command_ignore_error", "label": "run_vcs_command_ignore_error()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "run_vcs_command_ignore_error()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/commands.rs", "file_type": "code", "degree": 3}, {"id": "commands_check_vcs_available", "label": "check_vcs_available()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "check_vcs_available()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/commands.rs", "file_type": "code", "degree": 7}, {"id": "commands_test_check_vcs_available_nonexistent", "label": "test_check_vcs_available_nonexistent()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_vcs_available_nonexistent()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/commands.rs", "file_type": "code", "degree": 3}, {"id": "commands_test_vcs_error_includes_command_context", "label": "test_vcs_error_includes_command_context()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_error_includes_command_context()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/commands.rs", "file_type": "code", "degree": 3}, {"id": "src_vcs_mod_rs", "label": "mod.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 24}, {"id": "mod_format_command_error", "label": "format_command_error()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "format_command_error()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_vcserror", "label": "VcsError", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "VcsError", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_vcserror_git_command", "label": ".git_command()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".git_command()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 15}, {"id": "mod_vcserror_git_command_with_context", "label": ".git_command_with_context()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".git_command_with_context()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_vcserror_git_conflict", "label": ".git_conflict()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".git_conflict()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_vcswarning", "label": "VcsWarning", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "VcsWarning", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_vcsbackend", "label": "VcsBackend", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "VcsBackend", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_vcsbackend_fmt", "label": ".fmt()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".fmt()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_vcsbackend_from_str", "label": ".from_str()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".from_str()", "community": 6, "community_name": "Community 6", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 73}, {"id": "mod_workspacestatus", "label": "WorkspaceStatus", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkspaceStatus", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_workspacestatus_is_active", "label": ".is_active()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_active()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_workspace", "label": "Workspace", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Workspace", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_workspaceinfo", "label": "WorkspaceInfo", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkspaceInfo", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_workspacemanager", "label": "WorkspaceManager", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkspaceManager", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_detect_vcs_backend", "label": "detect_vcs_backend()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_vcs_backend()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_vcs_backend_from_str", "label": "test_vcs_backend_from_str()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_backend_from_str()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_test_vcs_backend_display", "label": "test_vcs_backend_display()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_backend_display()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_test_workspace_status_equality", "label": "test_workspace_status_equality()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_status_equality()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_test_vcs_error_constructors", "label": "test_vcs_error_constructors()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_error_constructors()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_test_vcs_backend_default_is_auto", "label": "test_vcs_backend_default_is_auto()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_backend_default_is_auto()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_vcs_backend_serialization", "label": "test_vcs_backend_serialization()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_backend_serialization()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_test_vcs_backend_deserialization", "label": "test_vcs_backend_deserialization()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_backend_deserialization()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_workspace_status_lifecycle", "label": "test_workspace_status_lifecycle()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_status_lifecycle()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_test_workspace_status_failed_includes_message", "label": "test_workspace_status_failed_includes_message()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_status_failed_includes_message()", "community": 26, "community_name": "Community 26", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_workspace_status_is_active", "label": "test_workspace_status_is_active()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_status_is_active()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_test_vcs_error_uncommitted_changes", "label": "test_vcs_error_uncommitted_changes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_error_uncommitted_changes()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_test_vcs_error_no_backend", "label": "test_vcs_error_no_backend()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_error_no_backend()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_test_vcs_error_io", "label": "test_vcs_error_io()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_vcs_error_io()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_workspace_creation", "label": "test_workspace_creation()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_creation()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_workspace_name_sanitization_pattern", "label": "test_workspace_name_sanitization_pattern()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_name_sanitization_pattern()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/mod.rs", "file_type": "code", "degree": 1}, {"id": "src_vcs_git_mod_rs", "label": "mod.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 21}, {"id": "mod_gitworkspace", "label": "GitWorkspace", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GitWorkspace", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_workspace_from", "label": ".from()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".from()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_gitworkspacemanager", "label": "GitWorkspaceManager", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "GitWorkspaceManager", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 44}, {"id": "mod_gitworkspacemanager_new", "label": ".new()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 11}, {"id": "mod_gitworkspacemanager_git_workspaces", "label": ".git_workspaces()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".git_workspaces()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_gitworkspacemanager_check_git_available", "label": ".check_git_available()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_git_available()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_gitworkspacemanager_check_clean_working_directory", "label": ".check_clean_working_directory()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_clean_working_directory()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_gitworkspacemanager_get_current_commit", "label": ".get_current_commit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_current_commit()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 7}, {"id": "mod_gitworkspacemanager_ensure_original_branch", "label": ".ensure_original_branch()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensure_original_branch()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 8}, {"id": "mod_gitworkspacemanager_create_worktree", "label": ".create_worktree()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_worktree()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 9}, {"id": "mod_gitworkspacemanager_update_git_workspace_status", "label": ".update_git_workspace_status()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_git_workspace_status()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_merge_branches", "label": ".merge_branches()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".merge_branches()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 8}, {"id": "mod_gitworkspacemanager_cleanup_worktree", "label": ".cleanup_worktree()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_worktree()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 9}, {"id": "mod_gitworkspacemanager_cleanup_all_worktrees", "label": ".cleanup_all_worktrees()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_all_worktrees()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "label": ".extract_change_id_from_worktree_name()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".extract_change_id_from_worktree_name()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 20}, {"id": "mod_get_worktree_path_for_change", "label": "get_worktree_path_for_change()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "get_worktree_path_for_change()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 8}, {"id": "mod_list_worktree_change_ids", "label": "list_worktree_change_ids()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "list_worktree_change_ids()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_gitworkspacemanager_find_worktree_by_name", "label": ".find_worktree_by_name()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".find_worktree_by_name()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_gitworkspacemanager_find_all_worktrees_for_change", "label": ".find_all_worktrees_for_change()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".find_all_worktrees_for_change()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 9}, {"id": "mod_gitworkspacemanager_validate_worktree_consistency", "label": ".validate_worktree_consistency()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_worktree_consistency()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_gitworkspacemanager_cleanup_inconsistent_worktree", "label": ".cleanup_inconsistent_worktree()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_inconsistent_worktree()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_gitworkspacemanager_backend_type", "label": ".backend_type()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".backend_type()", "community": 9, "community_name": "Community 9", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 7}, {"id": "mod_gitworkspacemanager_check_available", "label": ".check_available()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_available()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_prepare_for_parallel", "label": ".prepare_for_parallel()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".prepare_for_parallel()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_gitworkspacemanager_get_current_revision", "label": ".get_current_revision()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_current_revision()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_gitworkspacemanager_create_workspace", "label": ".create_workspace()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_workspace()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_update_workspace_status", "label": ".update_workspace_status()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_workspace_status()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_merge_workspaces", "label": ".merge_workspaces()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".merge_workspaces()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_cleanup_workspace", "label": ".cleanup_workspace()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_workspace()", "community": 6, "community_name": "Community 6", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_gitworkspacemanager_cleanup_all", "label": ".cleanup_all()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_all()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_max_concurrent", "label": ".max_concurrent()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".max_concurrent()", "community": 14, "community_name": "Community 14", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_gitworkspacemanager_workspaces", "label": ".workspaces()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".workspaces()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_list_worktree_change_ids", "label": ".list_worktree_change_ids()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_worktree_change_ids()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_conflict_resolution_prompt", "label": ".conflict_resolution_prompt()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".conflict_resolution_prompt()", "community": 9, "community_name": "Community 9", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_snapshot_working_copy", "label": ".snapshot_working_copy()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".snapshot_working_copy()", "community": 19, "community_name": "Community 19", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_set_commit_message", "label": ".set_commit_message()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_commit_message()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_gitworkspacemanager_create_iteration_snapshot", "label": ".create_iteration_snapshot()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_iteration_snapshot()", "community": 19, "community_name": "Community 19", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_squash_wip_commits", "label": ".squash_wip_commits()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".squash_wip_commits()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_gitworkspacemanager_get_revision_in_workspace", "label": ".get_revision_in_workspace()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_revision_in_workspace()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_get_status", "label": ".get_status()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_status()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_gitworkspacemanager_get_log_for_revisions", "label": ".get_log_for_revisions()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_log_for_revisions()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_gitworkspacemanager_detect_conflicts", "label": ".detect_conflicts()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".detect_conflicts()", "community": 9, "community_name": "Community 9", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_gitworkspacemanager_forget_workspace_sync", "label": ".forget_workspace_sync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".forget_workspace_sync()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_gitworkspacemanager_repo_root", "label": ".repo_root()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".repo_root()", "community": 9, "community_name": "Community 9", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_gitworkspacemanager_ensure_original_branch_initialized", "label": ".ensure_original_branch_initialized()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensure_original_branch_initialized()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_gitworkspacemanager_original_branch", "label": ".original_branch()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".original_branch()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_gitworkspacemanager_find_existing_workspace", "label": ".find_existing_workspace()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".find_existing_workspace()", "community": 6, "community_name": "Community 6", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 12}, {"id": "mod_gitworkspacemanager_reuse_workspace", "label": ".reuse_workspace()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".reuse_workspace()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_create_test_manager", "label": "create_test_manager()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_manager()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_test_manager_creation", "label": "test_manager_creation()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_manager_creation()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_check_clean_working_directory_warns_when_dirty", "label": "test_check_clean_working_directory_warns_when_dirty()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_clean_working_directory_warns_when_dirty()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_test_workspace_name_sanitization", "label": "test_workspace_name_sanitization()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_name_sanitization()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 1}, {"id": "mod_test_backend_type", "label": "test_backend_type()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_backend_type()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_extract_change_id_from_worktree_name_standard", "label": "test_extract_change_id_from_worktree_name_standard()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_id_from_worktree_name_standard()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_extract_change_id_from_worktree_name_with_dashes", "label": "test_extract_change_id_from_worktree_name_with_dashes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_id_from_worktree_name_with_dashes()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_extract_change_id_from_worktree_name_no_suffix", "label": "test_extract_change_id_from_worktree_name_no_suffix()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_id_from_worktree_name_no_suffix()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_extract_change_id_from_worktree_name_not_matching_prefix", "label": "test_extract_change_id_from_worktree_name_not_matching_prefix()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_id_from_worktree_name_not_matching_prefix()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_extract_change_id_from_worktree_name_short_suffix", "label": "test_extract_change_id_from_worktree_name_short_suffix()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_id_from_worktree_name_short_suffix()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_extract_change_id_from_worktree_name_non_hex_suffix", "label": "test_extract_change_id_from_worktree_name_non_hex_suffix()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_id_from_worktree_name_non_hex_suffix()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_extract_change_id_from_worktree_name_path_chars", "label": "test_extract_change_id_from_worktree_name_path_chars()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_id_from_worktree_name_path_chars()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_extract_change_id_from_worktree_name_new_format", "label": "test_extract_change_id_from_worktree_name_new_format()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_id_from_worktree_name_new_format()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_extract_change_id_from_worktree_name_tui_session", "label": "test_extract_change_id_from_worktree_name_tui_session()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_id_from_worktree_name_tui_session()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_parallel_worktree_branch_naming", "label": "test_parallel_worktree_branch_naming()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_worktree_branch_naming()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 4}, {"id": "mod_test_resume_validation_inconsistent_branch", "label": "test_resume_validation_inconsistent_branch()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resume_validation_inconsistent_branch()", "community": 5, "community_name": "Community 5", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_test_get_worktree_path_for_change", "label": "test_get_worktree_path_for_change()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_worktree_path_for_change()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/mod.rs", "file_type": "code", "degree": 3}, {"id": "src_vcs_git_commands_commit_rs", "label": "commit.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "commit.rs", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 13}, {"id": "commit_create_archive_wip_commit", "label": "create_archive_wip_commit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_archive_wip_commit()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 4}, {"id": "commit_squash_archive_wip_commits", "label": "squash_archive_wip_commits()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "squash_archive_wip_commits()", "community": 10, "community_name": "Community 10", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 8}, {"id": "commit_list_changes_in_head", "label": "list_changes_in_head()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "list_changes_in_head()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 10}, {"id": "commit_add_and_commit", "label": "add_and_commit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "add_and_commit()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 3}, {"id": "commit_has_changes_to_commit", "label": "has_changes_to_commit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "has_changes_to_commit()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 4}, {"id": "commit_list_changes_with_uncommitted_files", "label": "list_changes_with_uncommitted_files()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "list_changes_with_uncommitted_files()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 12}, {"id": "commit_extract_change_id_from_path", "label": "extract_change_id_from_path()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_change_id_from_path()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 4}, {"id": "commit_test_list_changes_in_head_filters_special_dirs", "label": "test_list_changes_in_head_filters_special_dirs()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_in_head_filters_special_dirs()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 3}, {"id": "commit_test_list_changes_in_head_excludes_without_proposal", "label": "test_list_changes_in_head_excludes_without_proposal()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_in_head_excludes_without_proposal()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 3}, {"id": "commit_test_list_changes_with_uncommitted_files", "label": "test_list_changes_with_uncommitted_files()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_with_uncommitted_files()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 3}, {"id": "commit_test_list_changes_with_uncommitted_files_filters_archive", "label": "test_list_changes_with_uncommitted_files_filters_archive()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_with_uncommitted_files_filters_archive()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 3}, {"id": "commit_test_list_changes_with_uncommitted_files_detects_unstaged_modified_first_line", "label": "test_list_changes_with_uncommitted_files_detects_unstaged_modified_first_line()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_changes_with_uncommitted_files_detects_unstaged_modified_first_line()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 3}, {"id": "commit_test_extract_change_id_from_path", "label": "test_extract_change_id_from_path()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_change_id_from_path()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/commit.rs", "file_type": "code", "degree": 1}, {"id": "src_vcs_git_commands_merge_rs", "label": "merge.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "merge.rs", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 18}, {"id": "merge_check_merge_conflicts", "label": "check_merge_conflicts()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "check_merge_conflicts()", "community": 7, "community_name": "Community 7", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 9}, {"id": "merge_parse_conflict_files_from_stdout", "label": "parse_conflict_files_from_stdout()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_conflict_files_from_stdout()", "community": 7, "community_name": "Community 7", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 7}, {"id": "merge_parse_conflict_files_from_stderr", "label": "parse_conflict_files_from_stderr()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_conflict_files_from_stderr()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 5}, {"id": "merge_merge_branch", "label": "merge_branch()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_branch()", "community": 4, "community_name": "Community 4", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 9}, {"id": "merge_merge", "label": "merge()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "merge()", "community": 3, "community_name": "Community 3", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 17}, {"id": "merge_merge_abort", "label": "merge_abort()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_abort()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 2}, {"id": "merge_is_merge_in_progress", "label": "is_merge_in_progress()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "is_merge_in_progress()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 6}, {"id": "merge_missing_merge_commits_since", "label": "missing_merge_commits_since()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "missing_merge_commits_since()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 10}, {"id": "merge_merge_commit_hash_by_subject_since", "label": "merge_commit_hash_by_subject_since()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "merge_commit_hash_by_subject_since()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 4}, {"id": "merge_first_parent_of", "label": "first_parent_of()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "first_parent_of()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 3}, {"id": "merge_is_ancestor", "label": "is_ancestor()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "is_ancestor()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 9}, {"id": "merge_presync_merge_subject_mismatches_since", "label": "presync_merge_subject_mismatches_since()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "presync_merge_subject_mismatches_since()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 7}, {"id": "merge_test_presync_merge_subject_mismatches_since", "label": "test_presync_merge_subject_mismatches_since()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_presync_merge_subject_mismatches_since()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 4}, {"id": "merge_init_test_repo", "label": "init_test_repo()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "init_test_repo()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 6}, {"id": "merge_test_missing_merge_commits_reports_missing_for_fast_forward", "label": "test_missing_merge_commits_reports_missing_for_fast_forward()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_missing_merge_commits_reports_missing_for_fast_forward()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 5}, {"id": "merge_test_is_ancestor_detects_fast_forward_integration", "label": "test_is_ancestor_detects_fast_forward_integration()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_ancestor_detects_fast_forward_integration()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 4}, {"id": "merge_test_fast_forward_merge_passes_verification_with_ancestor_check", "label": "test_fast_forward_merge_passes_verification_with_ancestor_check()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_fast_forward_merge_passes_verification_with_ancestor_check()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 8}, {"id": "merge_test_unintegrated_change_still_reported_missing_after_ff_filter", "label": "test_unintegrated_change_still_reported_missing_after_ff_filter()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_unintegrated_change_still_reported_missing_after_ff_filter()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/merge.rs", "file_type": "code", "degree": 8}, {"id": "src_vcs_git_commands_mod_rs", "label": "mod.rs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 104, "community_name": "Community 104", "source_file": "src/vcs/git/commands/mod.rs", "file_type": "code", "degree": 0}, {"id": "src_vcs_git_commands_worktree_rs", "label": "worktree.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "worktree.rs", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 21}, {"id": "worktree_worktreeaddfailure", "label": "WorktreeAddFailure", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WorktreeAddFailure", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 3}, {"id": "worktree_worktreeaddfailure_classify", "label": ".classify()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".classify()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 3}, {"id": "worktree_worktreeaddfailure_description", "label": ".description()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".description()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 1}, {"id": "worktree_worktree_add", "label": "worktree_add()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "worktree_add()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 22}, {"id": "worktree_check_stale_worktree_path", "label": "check_stale_worktree_path()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "check_stale_worktree_path()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 4}, {"id": "worktree_is_branch_checked_out", "label": "is_branch_checked_out()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_branch_checked_out()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 4}, {"id": "worktree_enhance_error_with_classification", "label": "enhance_error_with_classification()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "enhance_error_with_classification()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 2}, {"id": "worktree_enhance_error_with_retry_info", "label": "enhance_error_with_retry_info()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "enhance_error_with_retry_info()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 2}, {"id": "worktree_worktree_add_detached", "label": "worktree_add_detached()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "worktree_add_detached()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 2}, {"id": "worktree_worktree_remove", "label": "worktree_remove()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "worktree_remove()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 19}, {"id": "worktree_list_worktrees", "label": "list_worktrees()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "list_worktrees()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 16}, {"id": "worktree_is_worktree", "label": "is_worktree()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_worktree()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 4}, {"id": "worktree_count_commits_ahead", "label": "count_commits_ahead()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "count_commits_ahead()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 5}, {"id": "worktree_run_worktree_setup", "label": "run_worktree_setup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "run_worktree_setup()", "community": 2, "community_name": "Community 2", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 9}, {"id": "worktree_test_worktree_add_error_classification", "label": "test_worktree_add_error_classification()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_add_error_classification()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 1}, {"id": "worktree_test_worktree_add_retry_on_stale_path", "label": "test_worktree_add_retry_on_stale_path()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_add_retry_on_stale_path()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 5}, {"id": "worktree_test_worktree_add_retry_preserves_error", "label": "test_worktree_add_retry_preserves_error()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_add_retry_preserves_error()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 3}, {"id": "worktree_test_worktree_add_with_oso_session_branch", "label": "test_worktree_add_with_oso_session_branch()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_add_with_oso_session_branch()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 5}, {"id": "worktree_test_worktree_add_existing_branch_attach_success", "label": "test_worktree_add_existing_branch_attach_success()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_add_existing_branch_attach_success()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 4}, {"id": "worktree_test_worktree_add_existing_branch_attach_failure", "label": "test_worktree_add_existing_branch_attach_failure()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_worktree_add_existing_branch_attach_failure()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 4}, {"id": "worktree_test_list_worktrees", "label": "test_list_worktrees()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_worktrees()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 5}, {"id": "worktree_test_stale_path_retry_falls_through_to_existing_branch_attach", "label": "test_stale_path_retry_falls_through_to_existing_branch_attach()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stale_path_retry_falls_through_to_existing_branch_attach()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 5}, {"id": "worktree_test_stale_path_retry_does_not_attach_checked_out_branch", "label": "test_stale_path_retry_does_not_attach_checked_out_branch()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_stale_path_retry_does_not_attach_checked_out_branch()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/worktree.rs", "file_type": "code", "degree": 6}, {"id": "src_vcs_git_commands_basic_rs", "label": "basic.rs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "basic.rs", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 21}, {"id": "basic_run_git", "label": "run_git()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "run_git()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 44}, {"id": "basic_run_git_silent", "label": "run_git_silent()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "run_git_silent()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 2}, {"id": "basic_run_git_ignore_error", "label": "run_git_ignore_error()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "run_git_ignore_error()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 2}, {"id": "basic_check_git_repo", "label": "check_git_repo()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "check_git_repo()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 16}, {"id": "basic_has_uncommitted_changes", "label": "has_uncommitted_changes()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "has_uncommitted_changes()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 14}, {"id": "basic_get_current_commit", "label": "get_current_commit()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_current_commit()", "community": 3, "community_name": "Community 3", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 19}, {"id": "basic_get_changed_files", "label": "get_changed_files()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_changed_files()", "community": 5, "community_name": "Community 5", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 6}, {"id": "basic_is_head_empty_commit", "label": "is_head_empty_commit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "is_head_empty_commit()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 7}, {"id": "basic_get_current_branch", "label": "get_current_branch()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "get_current_branch()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 9}, {"id": "basic_get_status", "label": "get_status()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_status()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 4}, {"id": "basic_get_conflict_files", "label": "get_conflict_files()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_conflict_files()", "community": 9, "community_name": "Community 9", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 5}, {"id": "basic_is_working_directory_clean", "label": "is_working_directory_clean()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_working_directory_clean()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 4}, {"id": "basic_checkout", "label": "checkout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "checkout()", "community": 2, "community_name": "Community 2", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 6}, {"id": "basic_branch_delete", "label": "branch_delete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "branch_delete()", "community": 2, "community_name": "Community 2", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 9}, {"id": "basic_branch_exists", "label": "branch_exists()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "branch_exists()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 7}, {"id": "basic_generate_unique_branch_name", "label": "generate_unique_branch_name()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_unique_branch_name()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 6}, {"id": "basic_test_check_git_repo_non_repo", "label": "test_check_git_repo_non_repo()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_git_repo_non_repo()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 3}, {"id": "basic_test_check_git_repo_initialized", "label": "test_check_git_repo_initialized()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_check_git_repo_initialized()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 3}, {"id": "basic_test_has_uncommitted_changes_clean", "label": "test_has_uncommitted_changes_clean()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_has_uncommitted_changes_clean()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 3}, {"id": "basic_test_has_uncommitted_changes_dirty", "label": "test_has_uncommitted_changes_dirty()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_has_uncommitted_changes_dirty()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 3}, {"id": "basic_test_generate_unique_branch_name_oso_session", "label": "test_generate_unique_branch_name_oso_session()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_generate_unique_branch_name_oso_session()", "community": 8, "community_name": "Community 8", "source_file": "src/vcs/git/commands/basic.rs", "file_type": "code", "degree": 5}, {"id": "src_execution_types_rs", "label": "types.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "types.rs", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 19}, {"id": "types_executioncontext", "label": "ExecutionContext", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ExecutionContext", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_executioncontext_a", "label": "ExecutionContext<'a>", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ExecutionContext<'a>", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 6}, {"id": "types_executioncontext_a_new", "label": ".new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_executioncontext_a_with_workspace", "label": ".with_workspace()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_workspace()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 3}, {"id": "types_executioncontext_a_with_hooks", "label": ".with_hooks()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_hooks()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_executioncontext_a_with_event_tx", "label": ".with_event_tx()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_event_tx()", "community": 9, "community_name": "Community 9", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 5}, {"id": "types_executioncontext_a_is_parallel", "label": ".is_parallel()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_parallel()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_executioncontext_a_working_dir", "label": ".working_dir()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".working_dir()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_executionresult", "label": "ExecutionResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ExecutionResult", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 7}, {"id": "types_executionresult_success", "label": ".success()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".success()", "community": 4, "community_name": "Community 4", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 81}, {"id": "types_executionresult_failed", "label": ".failed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".failed()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 3}, {"id": "types_executionresult_cancelled", "label": ".cancelled()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancelled()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 2}, {"id": "types_executionresult_is_success", "label": ".is_success()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_success()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_executionresult_is_failed", "label": ".is_failed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_failed()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_executionresult_is_cancelled", "label": ".is_cancelled()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_cancelled()", "community": 4, "community_name": "Community 4", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 10}, {"id": "types_progressinfo", "label": "ProgressInfo", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProgressInfo", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 6}, {"id": "types_progressinfo_new", "label": ".new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 6}, {"id": "types_progressinfo_percentage", "label": ".percentage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".percentage()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_progressinfo_is_complete", "label": ".is_complete()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_complete()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_progressinfo_is_empty", "label": ".is_empty()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 20.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".is_empty()", "community": 7, "community_name": "Community 7", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 185}, {"id": "types_progressinfo_remaining", "label": ".remaining()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".remaining()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_test_execution_context_new", "label": "test_execution_context_new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execution_context_new()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 3}, {"id": "types_test_execution_context_is_parallel", "label": "test_execution_context_is_parallel()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execution_context_is_parallel()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 5}, {"id": "types_test_execution_context_working_dir", "label": "test_execution_context_working_dir()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execution_context_working_dir()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 5}, {"id": "types_test_execution_result_success", "label": "test_execution_result_success()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execution_result_success()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_execution_result_failed", "label": "test_execution_result_failed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execution_result_failed()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_execution_result_cancelled", "label": "test_execution_result_cancelled()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execution_result_cancelled()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_execution_result_equality", "label": "test_execution_result_equality()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execution_result_equality()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_test_progress_info_new", "label": "test_progress_info_new()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_info_new()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_progress_info_default", "label": "test_progress_info_default()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_info_default()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_progress_info_percentage", "label": "test_progress_info_percentage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_info_percentage()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_test_progress_info_percentage_zero_total", "label": "test_progress_info_percentage_zero_total()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_info_percentage_zero_total()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_progress_info_percentage_edge_cases", "label": "test_progress_info_percentage_edge_cases()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_info_percentage_edge_cases()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_test_progress_info_is_complete", "label": "test_progress_info_is_complete()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_info_is_complete()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_test_progress_info_is_empty", "label": "test_progress_info_is_empty()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_info_is_empty()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_test_progress_info_remaining", "label": "test_progress_info_remaining()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_info_remaining()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "types_test_progress_info_equality", "label": "test_progress_info_equality()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_info_equality()", "community": 26, "community_name": "Community 26", "source_file": "src/execution/types.rs", "file_type": "code", "degree": 1}, {"id": "src_execution_mod_rs", "label": "mod.rs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 105, "community_name": "Community 105", "source_file": "src/execution/mod.rs", "file_type": "code", "degree": 0}, {"id": "src_execution_apply_rs", "label": "apply.rs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "apply.rs", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 46}, {"id": "apply_apply_completion_grace_period", "label": "apply_completion_grace_period()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_completion_grace_period()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_apply_completion_check_interval", "label": "apply_completion_check_interval()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_completion_check_interval()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_scoped_apply_completion_grace_secs_for_test", "label": "scoped_apply_completion_grace_secs_for_test()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "scoped_apply_completion_grace_secs_for_test()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 3}, {"id": "apply_scoped_apply_completion_check_interval_ms_for_test", "label": "scoped_apply_completion_check_interval_ms_for_test()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "scoped_apply_completion_check_interval_ms_for_test()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 3}, {"id": "apply_applycompletionkind", "label": "ApplyCompletionKind", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ApplyCompletionKind", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_detect_apply_completion", "label": "detect_apply_completion()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_apply_completion()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 5}, {"id": "apply_applyconfig", "label": "ApplyConfig", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ApplyConfig", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 6}, {"id": "apply_applyconfig_default", "label": ".default()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".default()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 7}, {"id": "apply_applyconfig_new", "label": ".new()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 12}, {"id": "apply_applyconfig_with_max_iterations", "label": ".with_max_iterations()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_max_iterations()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_applyconfig_with_progress_commits", "label": ".with_progress_commits()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_progress_commits()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_applyconfig_with_streaming", "label": ".with_streaming()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_streaming()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_applyiterationresult", "label": "ApplyIterationResult", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ApplyIterationResult", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 3}, {"id": "apply_applyiterationresult_is_complete", "label": ".is_complete()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_complete()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_applyiterationresult_is_failed", "label": ".is_failed()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_failed()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_check_task_progress", "label": "check_task_progress()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "check_task_progress()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 8}, {"id": "apply_format_wip_commit_message", "label": "format_wip_commit_message()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "format_wip_commit_message()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 6}, {"id": "apply_create_progress_commit", "label": "create_progress_commit()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "create_progress_commit()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 6}, {"id": "apply_create_final_commit", "label": "create_final_commit()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_final_commit()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 4}, {"id": "apply_get_workspace_revision", "label": "get_workspace_revision()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_workspace_revision()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 3}, {"id": "apply_build_apply_prompt", "label": "build_apply_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "build_apply_prompt()", "community": 5, "community_name": "Community 5", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 12}, {"id": "apply_expand_apply_command", "label": "expand_apply_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_apply_command()", "community": 5, "community_name": "Community 5", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 3}, {"id": "apply_is_progress_complete", "label": "is_progress_complete()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_progress_complete()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 3}, {"id": "apply_progress_increased", "label": "progress_increased()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "progress_increased()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_summarize_output", "label": "summarize_output()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "summarize_output()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 5}, {"id": "apply_applyeventhandler", "label": "ApplyEventHandler", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ApplyEventHandler", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_noopeventhandler", "label": "NoOpEventHandler", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NoOpEventHandler", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 7}, {"id": "apply_noopeventhandler_on_apply_started", "label": ".on_apply_started()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_apply_started()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_noopeventhandler_on_progress_updated", "label": ".on_progress_updated()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_progress_updated()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_noopeventhandler_on_hook_started", "label": ".on_hook_started()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_started()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_noopeventhandler_on_hook_completed", "label": ".on_hook_completed()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_completed()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_noopeventhandler_on_hook_failed", "label": ".on_hook_failed()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_failed()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_noopeventhandler_on_apply_output", "label": ".on_apply_output()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_apply_output()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_applyloophookcontext", "label": "ApplyLoopHookContext", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ApplyLoopHookContext", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 4}, {"id": "apply_applyloophookcontext_serial", "label": ".serial()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".serial()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 4}, {"id": "apply_applyloophookcontext_parallel", "label": ".parallel()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".parallel()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_applyloophookcontext_build_hook_context", "label": ".build_hook_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_hook_context()", "community": 6, "community_name": "Community 6", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 6}, {"id": "apply_applyloopresult", "label": "ApplyLoopResult", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ApplyLoopResult", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_applyblockedhandoff", "label": "ApplyBlockedHandoff", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ApplyBlockedHandoff", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_detect_apply_blocked_handoff", "label": "detect_apply_blocked_handoff()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_apply_blocked_handoff()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 6}, {"id": "apply_execute_apply_loop", "label": "execute_apply_loop()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "execute_apply_loop()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 43}, {"id": "apply_test_apply_config_default", "label": "test_apply_config_default()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_config_default()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_test_apply_config_builder", "label": "test_apply_config_builder()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_config_builder()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 5}, {"id": "apply_test_apply_iteration_result_complete", "label": "test_apply_iteration_result_complete()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_iteration_result_complete()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_test_apply_iteration_result_progress", "label": "test_apply_iteration_result_progress()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_iteration_result_progress()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_test_apply_iteration_result_no_progress", "label": "test_apply_iteration_result_no_progress()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_iteration_result_no_progress()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_test_apply_iteration_result_failed", "label": "test_apply_iteration_result_failed()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_iteration_result_failed()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_test_is_progress_complete", "label": "test_is_progress_complete()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_progress_complete()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_test_progress_increased", "label": "test_progress_increased()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_increased()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_test_summarize_output_empty", "label": "test_summarize_output_empty()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_summarize_output_empty()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_test_summarize_output_short", "label": "test_summarize_output_short()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_summarize_output_short()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_test_summarize_output_long", "label": "test_summarize_output_long()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_summarize_output_long()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_test_progress_commit_message_format", "label": "test_progress_commit_message_format()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_commit_message_format()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_test_progress_commit_message_all_complete", "label": "test_progress_commit_message_all_complete()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_commit_message_all_complete()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_test_progress_commit_message_zero_progress", "label": "test_progress_commit_message_zero_progress()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_commit_message_zero_progress()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_test_progress_commit_message_special_characters", "label": "test_progress_commit_message_special_characters()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_progress_commit_message_special_characters()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_test_detect_apply_blocked_handoff_absent_without_rejected_marker", "label": "test_detect_apply_blocked_handoff_absent_without_rejected_marker()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_apply_blocked_handoff_absent_without_rejected_marker()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 3}, {"id": "apply_test_detect_apply_blocked_handoff_present_with_rejected_marker", "label": "test_detect_apply_blocked_handoff_present_with_rejected_marker()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_apply_blocked_handoff_present_with_rejected_marker()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 3}, {"id": "apply_test_execute_apply_loop_returns_blocked_handoff_without_stall_loop", "label": "test_execute_apply_loop_returns_blocked_handoff_without_stall_loop()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execute_apply_loop_returns_blocked_handoff_without_stall_loop()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 5}, {"id": "apply_make_test_ai_runner", "label": "make_test_ai_runner()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "make_test_ai_runner()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 4}, {"id": "apply_test_execute_apply_loop_terminates_lingering_child_after_tasks_complete", "label": "test_execute_apply_loop_terminates_lingering_child_after_tasks_complete()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execute_apply_loop_terminates_lingering_child_after_tasks_complete()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 8}, {"id": "apply_test_execute_apply_loop_terminates_lingering_child_after_blocked_handoff", "label": "test_execute_apply_loop_terminates_lingering_child_after_blocked_handoff()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execute_apply_loop_terminates_lingering_child_after_blocked_handoff()", "community": 19, "community_name": "Community 19", "source_file": "src/execution/apply.rs", "file_type": "code", "degree": 8}, {"id": "src_execution_state_rs", "label": "state.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "state.rs", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 27}, {"id": "state_workspacestate", "label": "WorkspaceState", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkspaceState", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 1}, {"id": "state_is_merged_to_base", "label": "is_merged_to_base()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "is_merged_to_base()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 8}, {"id": "state_get_latest_wip_snapshot", "label": "get_latest_wip_snapshot()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_latest_wip_snapshot()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 6}, {"id": "state_has_archive_files", "label": "has_archive_files()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "has_archive_files()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 8}, {"id": "state_has_apply_commit", "label": "has_apply_commit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "has_apply_commit()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 6}, {"id": "state_detect_workspace_state", "label": "detect_workspace_state()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_workspace_state()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 22}, {"id": "state_init_git_repo", "label": "init_git_repo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "init_git_repo()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 21}, {"id": "state_commit", "label": "commit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "commit()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 21}, {"id": "state_test_detect_workspace_state_created", "label": "test_detect_workspace_state_created()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_created()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_detect_workspace_state_applying", "label": "test_detect_workspace_state_applying()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_applying()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_detect_workspace_state_applied", "label": "test_detect_workspace_state_applied()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_applied()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_detect_workspace_state_archived", "label": "test_detect_workspace_state_archived()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_archived()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_detect_workspace_state_merged", "label": "test_detect_workspace_state_merged()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_merged()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_detect_workspace_state_merged_with_remaining_changes", "label": "test_detect_workspace_state_merged_with_remaining_changes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_merged_with_remaining_changes()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_get_latest_wip_snapshot_multiple", "label": "test_get_latest_wip_snapshot_multiple()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_latest_wip_snapshot_multiple()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_get_latest_wip_snapshot_none", "label": "test_get_latest_wip_snapshot_none()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_latest_wip_snapshot_none()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_has_apply_commit_true", "label": "test_has_apply_commit_true()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_has_apply_commit_true()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_has_apply_commit_false", "label": "test_has_apply_commit_false()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_has_apply_commit_false()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_is_merged_to_base_true", "label": "test_is_merged_to_base_true()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_merged_to_base_true()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_is_merged_to_base_false_on_branch", "label": "test_is_merged_to_base_false_on_branch()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_merged_to_base_false_on_branch()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_has_archive_files_exact_match", "label": "test_has_archive_files_exact_match()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_has_archive_files_exact_match()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_has_archive_files_date_prefixed", "label": "test_has_archive_files_date_prefixed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_has_archive_files_date_prefixed()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_has_archive_files_not_found", "label": "test_has_archive_files_not_found()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_has_archive_files_not_found()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_detect_workspace_state_archiving", "label": "test_detect_workspace_state_archiving()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_archiving()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_detect_workspace_state_archiving_date_prefixed", "label": "test_detect_workspace_state_archiving_date_prefixed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_archiving_date_prefixed()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_detect_workspace_state_archived_file_state_only", "label": "test_detect_workspace_state_archived_file_state_only()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_archived_file_state_only()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_detect_workspace_state_not_archived_without_archive_entry", "label": "test_detect_workspace_state_not_archived_without_archive_entry()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_detect_workspace_state_not_archived_without_archive_entry()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/state.rs", "file_type": "code", "degree": 5}, {"id": "src_execution_archive_rs", "label": "archive.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "archive.rs", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 48}, {"id": "archive_archiveverificationresult", "label": "ArchiveVerificationResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ArchiveVerificationResult", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 2}, {"id": "archive_archiveverificationresult_is_success", "label": ".is_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_success()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 1}, {"id": "archive_archive_entry_exists", "label": "archive_entry_exists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "archive_entry_exists()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_find_archive_entry_path", "label": "find_archive_entry_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "find_archive_entry_path()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 2}, {"id": "archive_is_change_archived", "label": "is_change_archived()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "is_change_archived()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_is_archive_commit_complete", "label": "is_archive_commit_complete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "is_archive_commit_complete()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 14}, {"id": "archive_try_direct_archive_commit", "label": "try_direct_archive_commit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "try_direct_archive_commit()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_ensure_archive_commit", "label": "ensure_archive_commit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_archive_commit()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 14}, {"id": "archive_delete_change_directory", "label": "delete_change_directory()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_change_directory()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 5}, {"id": "archive_verify_archive_completion", "label": "verify_archive_completion()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "verify_archive_completion()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 11}, {"id": "archive_verify_task_completion", "label": "verify_task_completion()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "verify_task_completion()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 7}, {"id": "archive_get_task_progress", "label": "get_task_progress()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "get_task_progress()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 11}, {"id": "archive_build_archive_error_message", "label": "build_archive_error_message()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_archive_error_message()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 5}, {"id": "archive_archiveeventhandler", "label": "ArchiveEventHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ArchiveEventHandler", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 1}, {"id": "archive_nooparchiveeventhandler", "label": "NoOpArchiveEventHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "NoOpArchiveEventHandler", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 6}, {"id": "archive_nooparchiveeventhandler_on_archive_started", "label": ".on_archive_started()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_archive_started()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 1}, {"id": "archive_nooparchiveeventhandler_on_hook_started", "label": ".on_hook_started()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_started()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 1}, {"id": "archive_nooparchiveeventhandler_on_hook_completed", "label": ".on_hook_completed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_completed()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 1}, {"id": "archive_nooparchiveeventhandler_on_hook_failed", "label": ".on_hook_failed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_hook_failed()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 1}, {"id": "archive_nooparchiveeventhandler_on_archive_output", "label": ".on_archive_output()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_archive_output()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 1}, {"id": "archive_archiveloophookcontext", "label": "ArchiveLoopHookContext", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ArchiveLoopHookContext", "community": 22, "community_name": "Community 22", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_archiveloophookcontext_serial", "label": ".serial()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".serial()", "community": 22, "community_name": "Community 22", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_archiveloophookcontext_parallel", "label": ".parallel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".parallel()", "community": 22, "community_name": "Community 22", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 2}, {"id": "archive_archiveloophookcontext_build_hook_context", "label": ".build_hook_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_hook_context()", "community": 6, "community_name": "Community 6", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 5}, {"id": "archive_archiveloopresult", "label": "ArchiveLoopResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ArchiveLoopResult", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 1}, {"id": "archive_make_openspec_dirs", "label": "make_openspec_dirs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "make_openspec_dirs()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 10}, {"id": "archive_init_git_repo", "label": "init_git_repo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "init_git_repo()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 9}, {"id": "archive_make_ai_runner", "label": "make_ai_runner()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "make_ai_runner()", "community": 9, "community_name": "Community 9", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 9}, {"id": "archive_test_verify_archive_change_not_archived", "label": "test_verify_archive_change_not_archived()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_verify_archive_change_not_archived()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_test_verify_archive_change_moved_to_archive", "label": "test_verify_archive_change_moved_to_archive()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_verify_archive_change_moved_to_archive()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_test_verify_archive_date_prefixed", "label": "test_verify_archive_date_prefixed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_verify_archive_date_prefixed()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_test_verify_archive_change_removed", "label": "test_verify_archive_change_removed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_verify_archive_change_removed()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_test_verify_archive_both_exist", "label": "test_verify_archive_both_exist()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_verify_archive_both_exist()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_test_is_change_archived_when_archive_only", "label": "test_is_change_archived_when_archive_only()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_change_archived_when_archive_only()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_is_change_archived_false_when_change_exists", "label": "test_is_change_archived_false_when_change_exists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_change_archived_false_when_change_exists()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_is_change_archived_false_without_archive_entry", "label": "test_is_change_archived_false_without_archive_entry()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_change_archived_false_without_archive_entry()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_is_archive_commit_complete_when_clean", "label": "test_is_archive_commit_complete_when_clean()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_archive_commit_complete_when_clean()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_test_is_archive_commit_complete_false_when_dirty", "label": "test_is_archive_commit_complete_false_when_dirty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_archive_commit_complete_false_when_dirty()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_test_direct_archive_commit_success_skips_ai_resolve", "label": "test_direct_archive_commit_success_skips_ai_resolve()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_direct_archive_commit_success_skips_ai_resolve()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 7}, {"id": "archive_test_direct_archive_commit_fallback_to_ai_resolve_on_pre_commit_failure", "label": "test_direct_archive_commit_fallback_to_ai_resolve_on_pre_commit_failure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_direct_archive_commit_fallback_to_ai_resolve_on_pre_commit_failure()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 7}, {"id": "archive_test_verify_task_completion_all_complete", "label": "test_verify_task_completion_all_complete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_verify_task_completion_all_complete()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_verify_task_completion_incomplete", "label": "test_verify_task_completion_incomplete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_verify_task_completion_incomplete()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_verify_task_completion_empty_file", "label": "test_verify_task_completion_empty_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_verify_task_completion_empty_file()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_verify_task_completion_file_not_found", "label": "test_verify_task_completion_file_not_found()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_verify_task_completion_file_not_found()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_get_task_progress_exists", "label": "test_get_task_progress_exists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_task_progress_exists()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_get_task_progress_not_found", "label": "test_get_task_progress_not_found()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_task_progress_not_found()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_get_task_progress_archive_fallback", "label": "test_get_task_progress_archive_fallback()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_task_progress_archive_fallback()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_get_task_progress_archive_fallback_date_prefixed", "label": "test_get_task_progress_archive_fallback_date_prefixed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_task_progress_archive_fallback_date_prefixed()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_get_task_progress_primary_takes_precedence", "label": "test_get_task_progress_primary_takes_precedence()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_task_progress_primary_takes_precedence()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_get_task_progress_archive_without_tasks_md", "label": "test_get_task_progress_archive_without_tasks_md()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_task_progress_archive_without_tasks_md()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_build_archive_error_message", "label": "test_build_archive_error_message()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_archive_error_message()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_is_archive_commit_complete_false_when_change_exists", "label": "test_is_archive_commit_complete_false_when_change_exists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_archive_commit_complete_false_when_change_exists()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_test_is_archive_commit_complete_true_when_change_removed", "label": "test_is_archive_commit_complete_true_when_change_removed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_archive_commit_complete_true_when_change_removed()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_test_ensure_archive_commit_fails_when_change_exists", "label": "test_ensure_archive_commit_fails_when_change_exists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_ensure_archive_commit_fails_when_change_exists()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 6}, {"id": "archive_test_delete_change_directory_success", "label": "test_delete_change_directory_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_delete_change_directory_success()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "archive_test_delete_change_directory_idempotent", "label": "test_delete_change_directory_idempotent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_delete_change_directory_idempotent()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 4}, {"id": "archive_test_delete_change_directory_with_nested_content", "label": "test_delete_change_directory_with_nested_content()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_delete_change_directory_with_nested_content()", "community": 0, "community_name": "Community 0", "source_file": "src/execution/archive.rs", "file_type": "code", "degree": 3}, {"id": "src_orchestration_acceptance_rs", "label": "acceptance.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance.rs", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 12}, {"id": "acceptance_build_acceptance_tail_findings", "label": "build_acceptance_tail_findings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "build_acceptance_tail_findings()", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 11}, {"id": "acceptance_acceptanceresult_is_pass", "label": ".is_pass()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_pass()", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_acceptance_test_streaming", "label": "acceptance_test_streaming()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "acceptance_test_streaming()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 24}, {"id": "acceptance_test_build_acceptance_tail_findings_prefers_stdout", "label": "test_build_acceptance_tail_findings_prefers_stdout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_tail_findings_prefers_stdout()", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_build_acceptance_tail_findings_falls_back_to_stderr", "label": "test_build_acceptance_tail_findings_falls_back_to_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_tail_findings_falls_back_to_stderr()", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_build_acceptance_tail_findings_fallback_message", "label": "test_build_acceptance_tail_findings_fallback_message()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_tail_findings_fallback_message()", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_acceptance_result_is_pass", "label": "test_acceptance_result_is_pass()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_acceptance_result_is_pass()", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 1}, {"id": "acceptance_test_build_acceptance_tail_findings_filters_acceptance_marker", "label": "test_build_acceptance_tail_findings_filters_acceptance_marker()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_tail_findings_filters_acceptance_marker()", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_build_acceptance_tail_findings_filters_findings_line", "label": "test_build_acceptance_tail_findings_filters_findings_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_tail_findings_filters_findings_line()", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_build_acceptance_tail_findings_filters_both_markers", "label": "test_build_acceptance_tail_findings_filters_both_markers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_acceptance_tail_findings_filters_both_markers()", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "acceptance_test_tail_findings_includes_preamble_parse_does_not", "label": "test_tail_findings_includes_preamble_parse_does_not()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tail_findings_includes_preamble_parse_does_not()", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 3}, {"id": "acceptance_test_parse_findings_is_preferred_source_for_fail_result", "label": "test_parse_findings_is_preferred_source_for_fail_result()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_findings_is_preferred_source_for_fail_result()", "community": 20, "community_name": "Community 20", "source_file": "src/orchestration/acceptance.rs", "file_type": "code", "degree": 2}, {"id": "src_orchestration_rejection_rs", "label": "rejection.rs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "rejection.rs", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 21}, {"id": "rejection_rejectionreviewverdict", "label": "RejectionReviewVerdict", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RejectionReviewVerdict", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 1}, {"id": "rejection_rejected_file_path", "label": "rejected_file_path()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "rejected_file_path()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 6}, {"id": "rejection_has_rejection_proposal", "label": "has_rejection_proposal()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "has_rejection_proposal()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 3}, {"id": "rejection_resolve_rejection_review_command", "label": "resolve_rejection_review_command()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_rejection_review_command()", "community": 5, "community_name": "Community 5", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 4}, {"id": "rejection_rejection_review_prompt", "label": "rejection_review_prompt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rejection_review_prompt()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 2}, {"id": "rejection_parse_rejection_review_output", "label": "parse_rejection_review_output()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_rejection_review_output()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 2}, {"id": "rejection_append_recovery_task_section", "label": "append_recovery_task_section()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "append_recovery_task_section()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 3}, {"id": "rejection_run_rejection_review", "label": "run_rejection_review()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "run_rejection_review()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 12}, {"id": "rejection_handle_resume_apply_from_rejecting", "label": "handle_resume_apply_from_rejecting()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_resume_apply_from_rejecting()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 5}, {"id": "rejection_rejected_markdown", "label": "rejected_markdown()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "rejected_markdown()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 3}, {"id": "rejection_extract_rejected_reason", "label": "extract_rejected_reason()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_rejected_reason()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 5}, {"id": "rejection_resolve_rejection_reason", "label": "resolve_rejection_reason()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_rejection_reason()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 4}, {"id": "rejection_cleanup_worktree", "label": "cleanup_worktree()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup_worktree()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 3}, {"id": "rejection_execute_rejection_flow", "label": "execute_rejection_flow()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "execute_rejection_flow()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 13}, {"id": "rejection_init_git_repo", "label": "init_git_repo()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "init_git_repo()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 4}, {"id": "rejection_test_rejected_markdown_contains_reason", "label": "test_rejected_markdown_contains_reason()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_rejected_markdown_contains_reason()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 2}, {"id": "rejection_test_extract_rejected_reason_parses_reason_line", "label": "test_extract_rejected_reason_parses_reason_line()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_rejected_reason_parses_reason_line()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 2}, {"id": "rejection_test_extract_rejected_reason_returns_none_without_reason_line", "label": "test_extract_rejected_reason_returns_none_without_reason_line()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_extract_rejected_reason_returns_none_without_reason_line()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 2}, {"id": "rejection_test_rejected_file_path_layout", "label": "test_rejected_file_path_layout()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_rejected_file_path_layout()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 3}, {"id": "rejection_test_has_rejection_proposal_detects_marker_file", "label": "test_has_rejection_proposal_detects_marker_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_has_rejection_proposal_detects_marker_file()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 1}, {"id": "rejection_test_execute_rejection_flow_creates_marker_commits_and_cleans_worktree", "label": "test_execute_rejection_flow_creates_marker_commits_and_cleans_worktree()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_execute_rejection_flow_creates_marker_commits_and_cleans_worktree()", "community": 23, "community_name": "Community 23", "source_file": "src/orchestration/rejection.rs", "file_type": "code", "degree": 8}, {"id": "src_orchestration_hooks_rs", "label": "hooks.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hooks.rs", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 17}, {"id": "hooks_build_start_context", "label": "build_start_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_start_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_build_finish_context", "label": "build_finish_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_finish_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_build_change_start_context", "label": "build_change_start_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_change_start_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_build_change_end_context", "label": "build_change_end_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_change_end_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_build_apply_context", "label": "build_apply_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_apply_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_build_change_complete_context", "label": "build_change_complete_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_change_complete_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_build_archive_context", "label": "build_archive_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_archive_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 5}, {"id": "hooks_build_error_context", "label": "build_error_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_error_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 6}, {"id": "hooks_build_queue_context", "label": "build_queue_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_queue_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 4}, {"id": "hooks_test_change", "label": "test_change()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_change()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 8}, {"id": "hooks_test_build_start_context", "label": "test_build_start_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_start_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_test_build_finish_context", "label": "test_build_finish_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_finish_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 2}, {"id": "hooks_test_build_change_start_context", "label": "test_build_change_start_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_change_start_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_build_apply_context", "label": "test_build_apply_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_apply_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_build_error_context", "label": "test_build_error_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_error_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_build_archive_context", "label": "test_build_archive_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_archive_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 3}, {"id": "hooks_test_build_queue_context", "label": "test_build_queue_context()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_queue_context()", "community": 6, "community_name": "Community 6", "source_file": "src/orchestration/hooks.rs", "file_type": "code", "degree": 3}, {"id": "src_orchestration_mod_rs", "label": "mod.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 106, "community_name": "Community 106", "source_file": "src/orchestration/mod.rs", "file_type": "code", "degree": 0}, {"id": "src_orchestration_apply_rs", "label": "apply.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "apply.rs", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/apply.rs", "file_type": "code", "degree": 6}, {"id": "apply_applyresult", "label": "ApplyResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ApplyResult", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_applyresult_is_success", "label": ".is_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_success()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_applycontext", "label": "ApplyContext", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ApplyContext", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/apply.rs", "file_type": "code", "degree": 2}, {"id": "apply_applycontext_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/apply.rs", "file_type": "code", "degree": 4}, {"id": "apply_apply_change", "label": "apply_change()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_change()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/apply.rs", "file_type": "code", "degree": 12}, {"id": "apply_apply_change_streaming", "label": "apply_change_streaming()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "apply_change_streaming()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/apply.rs", "file_type": "code", "degree": 21}, {"id": "apply_test_apply_result_is_success", "label": "test_apply_result_is_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_result_is_success()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/apply.rs", "file_type": "code", "degree": 1}, {"id": "apply_test_apply_context_new", "label": "test_apply_context_new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_context_new()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/apply.rs", "file_type": "code", "degree": 2}, {"id": "src_orchestration_state_rs", "label": "state.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.5, "font": {"size": 0, "color": "#ffffff"}, "title": "state.rs", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 62}, {"id": "state_executionmode", "label": "ExecutionMode", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ExecutionMode", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_queueintent", "label": "QueueIntent", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QueueIntent", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_activitystate", "label": "ActivityState", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ActivityState", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_waitstate", "label": "WaitState", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WaitState", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_terminalstate", "label": "TerminalState", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TerminalState", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_workspaceobservation", "label": "WorkspaceObservation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkspaceObservation", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_changeruntimestate", "label": "ChangeRuntimeState", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeRuntimeState", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 7}, {"id": "state_changeruntimestate_is_active", "label": ".is_active()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_active()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 6}, {"id": "state_changeruntimestate_is_terminal", "label": ".is_terminal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_terminal()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 7}, {"id": "state_changeruntimestate_invariants_hold", "label": ".invariants_hold()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".invariants_hold()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_changeruntimestate_display_status", "label": ".display_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".display_status()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_changeruntimestate_display_color", "label": ".display_color()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".display_color()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_changeruntimestate_error_message", "label": ".error_message()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".error_message()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_reducercommand", "label": "ReducerCommand", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReducerCommand", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_reduceoutcome", "label": "ReduceOutcome", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReduceOutcome", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_reducereffect", "label": "ReducerEffect", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReducerEffect", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_orchestratorstate", "label": "OrchestratorState", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "OrchestratorState", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 49}, {"id": "state_orchestratorstate_new", "label": ".new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 47}, {"id": "state_orchestratorstate_with_mode", "label": ".with_mode()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".with_mode()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 15}, {"id": "state_orchestratorstate_initial_change_ids", "label": ".initial_change_ids()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".initial_change_ids()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_orchestratorstate_pending_changes", "label": ".pending_changes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".pending_changes()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_orchestratorstate_archived_changes", "label": ".archived_changes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".archived_changes()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_orchestratorstate_stalled_change_ids", "label": ".stalled_change_ids()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".stalled_change_ids()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_orchestratorstate_skipped_change_ids", "label": ".skipped_change_ids()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".skipped_change_ids()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_orchestratorstate_mark_stalled", "label": ".mark_stalled()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".mark_stalled()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 5}, {"id": "state_orchestratorstate_mark_skipped", "label": ".mark_skipped()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".mark_skipped()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_orchestratorstate_clear_stalled_change", "label": ".clear_stalled_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_stalled_change()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_changes_processed", "label": ".changes_processed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".changes_processed()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_total_changes", "label": ".total_changes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".total_changes()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_orchestratorstate_remaining_changes", "label": ".remaining_changes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".remaining_changes()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_iteration", "label": ".iteration()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".iteration()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_max_iterations", "label": ".max_iterations()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".max_iterations()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_orchestratorstate_current_change_id", "label": ".current_change_id()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".current_change_id()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_orchestratorstate_apply_count", "label": ".apply_count()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_count()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 9}, {"id": "state_orchestratorstate_task_progress", "label": ".task_progress()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".task_progress()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_set_task_progress", "label": ".set_task_progress()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_task_progress()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_orchestratorstate_is_in_snapshot", "label": ".is_in_snapshot()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_in_snapshot()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_orchestratorstate_is_pending", "label": ".is_pending()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_pending()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_is_archived", "label": ".is_archived()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_archived()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_is_complete", "label": ".is_complete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_complete()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 8}, {"id": "state_orchestratorstate_is_iteration_limit_reached", "label": ".is_iteration_limit_reached()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_iteration_limit_reached()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_orchestratorstate_is_approaching_iteration_limit", "label": ".is_approaching_iteration_limit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_approaching_iteration_limit()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_orchestratorstate_increment_iteration", "label": ".increment_iteration()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".increment_iteration()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_orchestratorstate_set_current_change", "label": ".set_current_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_current_change()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 5}, {"id": "state_orchestratorstate_increment_apply_count", "label": ".increment_apply_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".increment_apply_count()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_orchestratorstate_mark_archived", "label": ".mark_archived()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".mark_archived()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 6}, {"id": "state_orchestratorstate_add_dynamic_change", "label": ".add_dynamic_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_dynamic_change()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 7}, {"id": "state_orchestratorstate_runtime_entry", "label": ".runtime_entry()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".runtime_entry()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 9}, {"id": "state_orchestratorstate_change_runtime", "label": ".change_runtime()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".change_runtime()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 6}, {"id": "state_orchestratorstate_display_status", "label": ".display_status()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".display_status()", "community": 15, "community_name": "Community 15", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 6}, {"id": "state_orchestratorstate_is_active_change", "label": ".is_active_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_active_change()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_is_resolving_active", "label": ".is_resolving_active()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_resolving_active()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_all_display_statuses", "label": ".all_display_statuses()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".all_display_statuses()", "community": 7, "community_name": "Community 7", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 12}, {"id": "state_orchestratorstate_is_terminal_change", "label": ".is_terminal_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_terminal_change()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_remove_from_pending", "label": ".remove_from_pending()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".remove_from_pending()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 5}, {"id": "state_orchestratorstate_drop_pending_change", "label": ".drop_pending_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".drop_pending_change()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_clear_pending_changes", "label": ".clear_pending_changes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_pending_changes()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_orchestratorstate_record_error_and_check_circuit_breaker", "label": ".record_error_and_check_circuit_breaker()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".record_error_and_check_circuit_breaker()", "community": 30, "community_name": "Community 30", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 5}, {"id": "state_orchestratorstate_last_error", "label": ".last_error()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".last_error()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_orchestratorstate_clear_error_history", "label": ".clear_error_history()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".clear_error_history()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_orchestratorstate_apply_command", "label": ".apply_command()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_command()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 35}, {"id": "state_orchestratorstate_apply_observation", "label": ".apply_observation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_observation()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 13}, {"id": "state_orchestratorstate_apply_execution_event", "label": ".apply_execution_event()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_execution_event()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 60}, {"id": "state_orchestratorstate_default", "label": ".default()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 23.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".default()", "community": 3, "community_name": "Community 3", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 239}, {"id": "state_orchestratorstate_execution_mode", "label": ".execution_mode()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".execution_mode()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 1}, {"id": "state_test_new_state", "label": "test_new_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_new_state()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_is_in_snapshot", "label": "test_is_in_snapshot()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_in_snapshot()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_apply_count_increment", "label": "test_apply_count_increment()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_count_increment()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_mark_archived", "label": "test_mark_archived()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_mark_archived()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_is_complete", "label": "test_is_complete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_is_complete()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_iteration_limit", "label": "test_iteration_limit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_iteration_limit()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_no_iteration_limit", "label": "test_no_iteration_limit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_iteration_limit()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_add_dynamic_change", "label": "test_add_dynamic_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_add_dynamic_change()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_add_dynamic_change_idempotent", "label": "test_add_dynamic_change_idempotent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_add_dynamic_change_idempotent()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_remove_from_pending", "label": "test_remove_from_pending()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remove_from_pending()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_error_history_management_and_circuit_breaker", "label": "test_error_history_management_and_circuit_breaker()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_error_history_management_and_circuit_breaker()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_orchestrator_state_initializes_change_runtime", "label": "test_orchestrator_state_initializes_change_runtime()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_orchestrator_state_initializes_change_runtime()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_change_runtime_invariants", "label": "test_change_runtime_invariants()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_change_runtime_invariants()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 2}, {"id": "state_test_display_status_derivation", "label": "test_display_status_derivation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_display_status_derivation()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_display_color_derivation", "label": "test_display_color_derivation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_display_color_derivation()", "community": 4, "community_name": "Community 4", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_error_message_derivation", "label": "test_error_message_derivation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_error_message_derivation()", "community": 4, "community_name": "Community 4", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_runtime_state_active_classification", "label": "test_runtime_state_active_classification()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_runtime_state_active_classification()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_apply_command_queue_intent", "label": "test_apply_command_queue_intent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_command_queue_intent()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_apply_execution_event_transitions", "label": "test_apply_execution_event_transitions()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_execution_event_transitions()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_apply_observation_reconcile_merge_wait", "label": "test_apply_observation_reconcile_merge_wait()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_apply_observation_reconcile_merge_wait()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_changes_refreshed_uses_reducer_observation_path", "label": "test_changes_refreshed_uses_reducer_observation_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_changes_refreshed_uses_reducer_observation_path()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_changes_refreshed_reactivates_rejected_change", "label": "test_changes_refreshed_reactivates_rejected_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_changes_refreshed_reactivates_rejected_change()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_merge_wait_release_after_external_merge", "label": "test_merge_wait_release_after_external_merge()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_merge_wait_release_after_external_merge()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_workspace_archived_recovers_merge_wait", "label": "test_workspace_archived_recovers_merge_wait()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_archived_recovers_merge_wait()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_queue_add_not_overwritten_by_merge_wait_refresh", "label": "test_queue_add_not_overwritten_by_merge_wait_refresh()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_queue_add_not_overwritten_by_merge_wait_refresh()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_parallel_merge_events_drive_reducer_wait_states", "label": "test_parallel_merge_events_drive_reducer_wait_states()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_merge_events_drive_reducer_wait_states()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_resolve_completed_clears_resolve_wait_and_survives_refresh", "label": "test_resolve_completed_clears_resolve_wait_and_survives_refresh()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_completed_clears_resolve_wait_and_survives_refresh()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 5}, {"id": "state_test_resolve_failed_restores_merge_wait", "label": "test_resolve_failed_restores_merge_wait()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_failed_restores_merge_wait()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_workspace_status_update_targets_explicit_change_id", "label": "test_workspace_status_update_targets_explicit_change_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_workspace_status_update_targets_explicit_change_id()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_late_events_after_stop_do_not_regress_state", "label": "test_late_events_after_stop_do_not_regress_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_late_events_after_stop_do_not_regress_state()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_reducer_idempotency_and_precedence", "label": "test_reducer_idempotency_and_precedence()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_reducer_idempotency_and_precedence()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_reducer_runtime_and_legacy_aggregates_stay_consistent", "label": "test_reducer_runtime_and_legacy_aggregates_stay_consistent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_reducer_runtime_and_legacy_aggregates_stay_consistent()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 7}, {"id": "state_test_serial_mode_change_archived_is_terminal", "label": "test_serial_mode_change_archived_is_terminal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_serial_mode_change_archived_is_terminal()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_parallel_mode_change_archived_transitions_to_merge_wait", "label": "test_parallel_mode_change_archived_transitions_to_merge_wait()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_mode_change_archived_transitions_to_merge_wait()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_parallel_mode_change_archived_uses_resolve_pending_when_other_change_is_resolving", "label": "test_parallel_mode_change_archived_uses_resolve_pending_when_other_change_is_resolving()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_mode_change_archived_uses_resolve_pending_when_other_change_is_resolving()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_parallel_mode_full_lifecycle", "label": "test_parallel_mode_full_lifecycle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_mode_full_lifecycle()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_parallel_mode_merge_deferred_then_completed", "label": "test_parallel_mode_merge_deferred_then_completed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_mode_merge_deferred_then_completed()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_parallel_mode_late_events_do_not_regress_merged", "label": "test_parallel_mode_late_events_do_not_regress_merged()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parallel_mode_late_events_do_not_regress_merged()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_auto_resumable_merge_deferred_sets_resolve_wait", "label": "test_auto_resumable_merge_deferred_sets_resolve_wait()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_auto_resumable_merge_deferred_sets_resolve_wait()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_auto_resumable_deferred_survives_workspace_refresh", "label": "test_auto_resumable_deferred_survives_workspace_refresh()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_auto_resumable_deferred_survives_workspace_refresh()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_auto_resumable_deferred_then_merge_completed", "label": "test_auto_resumable_deferred_then_merge_completed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_auto_resumable_deferred_then_merge_completed()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_manual_resolve_blocked_by_merge_in_progress_becomes_resolve_pending", "label": "test_manual_resolve_blocked_by_merge_in_progress_becomes_resolve_pending()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_manual_resolve_blocked_by_merge_in_progress_becomes_resolve_pending()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_manual_resolve_blocked_by_uncommitted_changes_stays_merge_wait", "label": "test_manual_resolve_blocked_by_uncommitted_changes_stays_merge_wait()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_manual_resolve_blocked_by_uncommitted_changes_stays_merge_wait()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_auto_resumable_deferred_resolve_auto_retries_after_preceding_completes", "label": "test_auto_resumable_deferred_resolve_auto_retries_after_preceding_completes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_auto_resumable_deferred_resolve_auto_retries_after_preceding_completes()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_add_to_queue_retries_error_terminal", "label": "test_add_to_queue_retries_error_terminal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_add_to_queue_retries_error_terminal()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_dequeue_change_resets_to_not_queued_idle", "label": "test_dequeue_change_resets_to_not_queued_idle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dequeue_change_resets_to_not_queued_idle()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 3}, {"id": "state_test_add_to_queue_noop_on_archived", "label": "test_add_to_queue_noop_on_archived()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_add_to_queue_noop_on_archived()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_dependency_resolved_restores_queued_after_block", "label": "test_dependency_resolved_restores_queued_after_block()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dependency_resolved_restores_queued_after_block()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_dependency_blocked_and_resolved_preserve_queue_intent_until_user_dequeue", "label": "test_dependency_blocked_and_resolved_preserve_queue_intent_until_user_dequeue()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_dependency_blocked_and_resolved_preserve_queue_intent_until_user_dequeue()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_changes_refreshed_preserves_queue_intent", "label": "test_changes_refreshed_preserves_queue_intent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_changes_refreshed_preserves_queue_intent()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 4}, {"id": "state_test_fast_forward_merged_survives_archived_observation", "label": "test_fast_forward_merged_survives_archived_observation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_fast_forward_merged_survives_archived_observation()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/state.rs", "file_type": "code", "degree": 5}, {"id": "src_orchestration_output_rs", "label": "output.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "output.rs", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 13}, {"id": "output_outputhandler", "label": "OutputHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputHandler", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_logoutputhandler", "label": "LogOutputHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LogOutputHandler", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 9}, {"id": "output_logoutputhandler_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_logoutputhandler_on_stdout", "label": ".on_stdout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stdout()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_logoutputhandler_on_stderr", "label": ".on_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_logoutputhandler_on_agent_stderr", "label": ".on_agent_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_agent_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_logoutputhandler_on_info", "label": ".on_info()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_info()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_logoutputhandler_on_warn", "label": ".on_warn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_warn()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_logoutputhandler_on_error", "label": ".on_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_error()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_logoutputhandler_on_success", "label": ".on_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_success()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_nulloutputhandler", "label": "NullOutputHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NullOutputHandler", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 9}, {"id": "output_nulloutputhandler_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_nulloutputhandler_on_stdout", "label": ".on_stdout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stdout()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_nulloutputhandler_on_stderr", "label": ".on_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_nulloutputhandler_on_agent_stderr", "label": ".on_agent_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_agent_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_nulloutputhandler_on_info", "label": ".on_info()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_info()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_nulloutputhandler_on_warn", "label": ".on_warn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_warn()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_nulloutputhandler_on_error", "label": ".on_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_error()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_nulloutputhandler_on_success", "label": ".on_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_success()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_channeloutputhandler", "label": "ChannelOutputHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChannelOutputHandler", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_outputmessage", "label": "OutputMessage", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputMessage", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_channeloutputhandler_f", "label": "ChannelOutputHandler<F>", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ChannelOutputHandler<F>", "community": 4, "community_name": "Community 4", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 8}, {"id": "output_channeloutputhandler_f_new", "label": ".new()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 4, "community_name": "Community 4", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_channeloutputhandler_f_on_stdout", "label": ".on_stdout()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stdout()", "community": 4, "community_name": "Community 4", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_channeloutputhandler_f_on_stderr", "label": ".on_stderr()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stderr()", "community": 4, "community_name": "Community 4", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_channeloutputhandler_f_on_agent_stderr", "label": ".on_agent_stderr()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_agent_stderr()", "community": 4, "community_name": "Community 4", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_channeloutputhandler_f_on_info", "label": ".on_info()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_info()", "community": 4, "community_name": "Community 4", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 2}, {"id": "output_channeloutputhandler_f_on_warn", "label": ".on_warn()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_warn()", "community": 4, "community_name": "Community 4", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 2}, {"id": "output_channeloutputhandler_f_on_error", "label": ".on_error()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_error()", "community": 4, "community_name": "Community 4", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 2}, {"id": "output_channeloutputhandler_f_on_success", "label": ".on_success()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_success()", "community": 4, "community_name": "Community 4", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 2}, {"id": "output_contextualoutputhandler", "label": "ContextualOutputHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ContextualOutputHandler", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_contextualoutputhandler_h", "label": "ContextualOutputHandler<H>", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ContextualOutputHandler<H>", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 10}, {"id": "output_contextualoutputhandler_h_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_contextualoutputhandler_h_set_operation", "label": ".set_operation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_operation()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_contextualoutputhandler_h_operation", "label": ".operation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".operation()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 1}, {"id": "output_contextualoutputhandler_h_on_stdout", "label": ".on_stdout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stdout()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 2}, {"id": "output_contextualoutputhandler_h_on_stderr", "label": ".on_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 2}, {"id": "output_contextualoutputhandler_h_on_agent_stderr", "label": ".on_agent_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_agent_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 2}, {"id": "output_contextualoutputhandler_h_on_info", "label": ".on_info()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_info()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 2}, {"id": "output_contextualoutputhandler_h_on_warn", "label": ".on_warn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_warn()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 2}, {"id": "output_contextualoutputhandler_h_on_error", "label": ".on_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_error()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 2}, {"id": "output_contextualoutputhandler_h_on_success", "label": ".on_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_success()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 2}, {"id": "output_testoutputhandler", "label": "TestOutputHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestOutputHandler", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 10}, {"id": "output_testoutputhandler_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 8}, {"id": "output_testoutputhandler_get_messages", "label": ".get_messages()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_messages()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 3}, {"id": "output_testoutputhandler_on_stdout", "label": ".on_stdout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stdout()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 10}, {"id": "output_testoutputhandler_on_stderr", "label": ".on_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 7}, {"id": "output_testoutputhandler_on_agent_stderr", "label": ".on_agent_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_agent_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 13}, {"id": "output_testoutputhandler_on_info", "label": ".on_info()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_info()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 11}, {"id": "output_testoutputhandler_on_warn", "label": ".on_warn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_warn()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 16}, {"id": "output_testoutputhandler_on_error", "label": ".on_error()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_error()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 11}, {"id": "output_testoutputhandler_on_success", "label": ".on_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".on_success()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 10}, {"id": "output_test_test_output_handler", "label": "test_test_output_handler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_test_output_handler()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 10}, {"id": "output_test_null_output_handler", "label": "test_null_output_handler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_null_output_handler()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 9}, {"id": "output_test_log_output_handler", "label": "test_log_output_handler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_log_output_handler()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 9}, {"id": "output_test_agent_stderr_is_distinct_from_stderr", "label": "test_agent_stderr_is_distinct_from_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_agent_stderr_is_distinct_from_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 5}, {"id": "output_test_channel_output_handler_agent_stderr", "label": "test_channel_output_handler_agent_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_channel_output_handler_agent_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 4}, {"id": "output_test_contextual_output_handler_delegates_agent_stderr", "label": "test_contextual_output_handler_delegates_agent_stderr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_contextual_output_handler_delegates_agent_stderr()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/output.rs", "file_type": "code", "degree": 3}, {"id": "src_orchestration_selection_rs", "label": "selection.rs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "selection.rs", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 13}, {"id": "selection_select_next_change", "label": "select_next_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "select_next_change()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 10}, {"id": "selection_select_by_progress", "label": "select_by_progress()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "select_by_progress()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 5}, {"id": "selection_analyze_with_llm", "label": "analyze_with_llm()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "analyze_with_llm()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 7}, {"id": "selection_build_analysis_prompt", "label": "build_analysis_prompt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_analysis_prompt()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 5}, {"id": "selection_test_change", "label": "test_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_change()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 3}, {"id": "selection_test_select_by_progress", "label": "test_select_by_progress()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_select_by_progress()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 2}, {"id": "selection_test_select_by_progress_empty", "label": "test_select_by_progress_empty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_select_by_progress_empty()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 2}, {"id": "selection_test_select_next_change_complete_first", "label": "test_select_next_change_complete_first()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_select_next_change_complete_first()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 2}, {"id": "selection_test_select_next_change_fallback_to_progress", "label": "test_select_next_change_fallback_to_progress()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_select_next_change_fallback_to_progress()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 2}, {"id": "selection_test_select_next_change_empty", "label": "test_select_next_change_empty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_select_next_change_empty()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 2}, {"id": "selection_test_build_analysis_prompt", "label": "test_build_analysis_prompt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_analysis_prompt()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 2}, {"id": "selection_test_build_analysis_prompt_empty", "label": "test_build_analysis_prompt_empty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_analysis_prompt_empty()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 2}, {"id": "selection_test_build_analysis_prompt_no_fixed_guidance", "label": "test_build_analysis_prompt_no_fixed_guidance()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_build_analysis_prompt_no_fixed_guidance()", "community": 12, "community_name": "Community 12", "source_file": "src/orchestration/selection.rs", "file_type": "code", "degree": 2}, {"id": "src_orchestration_archive_rs", "label": "archive.rs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "archive.rs", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 14}, {"id": "archive_archiveresult", "label": "ArchiveResult", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ArchiveResult", "community": 11, "community_name": "Community 11", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 2}, {"id": "archive_archiveresult_is_success", "label": ".is_success()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_success()", "community": 11, "community_name": "Community 11", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 10}, {"id": "archive_archivecontext", "label": "ArchiveContext", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ArchiveContext", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 2}, {"id": "archive_archivecontext_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".new()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 8}, {"id": "archive_archive_change", "label": "archive_change()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "archive_change()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 26}, {"id": "archive_run_pre_archive_hooks", "label": "run_pre_archive_hooks()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "run_pre_archive_hooks()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 5}, {"id": "archive_execute_archive_command_streaming", "label": "execute_archive_command_streaming()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "execute_archive_command_streaming()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 12}, {"id": "archive_handle_archive_wip_and_stall", "label": "handle_archive_wip_and_stall()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "handle_archive_wip_and_stall()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 6}, {"id": "archive_verify_and_record_archive", "label": "verify_and_record_archive()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "verify_and_record_archive()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 8}, {"id": "archive_clear_archive_history", "label": "clear_archive_history()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "clear_archive_history()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 5}, {"id": "archive_run_post_archive_hook", "label": "run_post_archive_hook()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "run_post_archive_hook()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 8}, {"id": "archive_archive_change_streaming", "label": "archive_change_streaming()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "archive_change_streaming()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 24}, {"id": "archive_test_archive_result_is_success", "label": "test_archive_result_is_success()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_result_is_success()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 1}, {"id": "archive_test_archive_context_new", "label": "test_archive_context_new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_context_new()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 2}, {"id": "archive_test_verify_archive_path_structure", "label": "test_verify_archive_path_structure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_verify_archive_path_structure()", "community": 10, "community_name": "Community 10", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 2}, {"id": "archive_test_archive_change_retries_until_verified", "label": "test_archive_change_retries_until_verified()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_archive_change_retries_until_verified()", "community": 9, "community_name": "Community 9", "source_file": "src/orchestration/archive.rs", "file_type": "code", "degree": 11}, {"id": "src_service_mod_rs", "label": "mod.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 16}, {"id": "mod_validate_server_config", "label": "validate_server_config()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_server_config()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 6}, {"id": "mod_cflx_executable", "label": "cflx_executable()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cflx_executable()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_plist_path", "label": "plist_path()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "plist_path()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 5}, {"id": "mod_generate_plist", "label": "generate_plist()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_plist()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_install", "label": "install()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "install()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 13}, {"id": "mod_uninstall", "label": "uninstall()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "uninstall()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 8}, {"id": "mod_start", "label": "start()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "start()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 11}, {"id": "mod_stop", "label": "stop()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "stop()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 8}, {"id": "mod_restart", "label": "restart()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "restart()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 9}, {"id": "mod_status", "label": "status()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "status()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 29}, {"id": "mod_unit_path", "label": "unit_path()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "unit_path()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 3}, {"id": "mod_generate_unit", "label": "generate_unit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_unit()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_unsupported", "label": "unsupported()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "unsupported()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 7}, {"id": "mod_test_loopback_config_validates_ok", "label": "test_loopback_config_validates_ok()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_loopback_config_validates_ok()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_non_loopback_no_token_fails_validation", "label": "test_non_loopback_no_token_fails_validation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_non_loopback_no_token_fails_validation()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 2}, {"id": "mod_test_non_loopback_with_token_validates_ok", "label": "test_non_loopback_with_token_validates_ok()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_non_loopback_with_token_validates_ok()", "community": 11, "community_name": "Community 11", "source_file": "src/service/mod.rs", "file_type": "code", "degree": 2}, {"id": "src_remote_types_rs", "label": "types.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "types.rs", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 27}, {"id": "types_activecommand", "label": "ActiveCommand", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ActiveCommand", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 1}, {"id": "types_remotechange", "label": "RemoteChange", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoteChange", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 1}, {"id": "types_default_selected", "label": "default_selected()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_selected()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 1}, {"id": "types_default_remote_sync_state", "label": "default_remote_sync_state()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_remote_sync_state()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 1}, {"id": "types_remoteproject", "label": "RemoteProject", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoteProject", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 1}, {"id": "types_remotelogentry", "label": "RemoteLogEntry", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoteLogEntry", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 1}, {"id": "types_projectentry", "label": "ProjectEntry", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProjectEntry", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 1}, {"id": "types_remoteworktreeinfo", "label": "RemoteWorktreeInfo", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoteWorktreeInfo", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_remoteworktreemergeconflict", "label": "RemoteWorktreeMergeConflict", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoteWorktreeMergeConflict", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 1}, {"id": "types_remoteworktreeinfo_from", "label": ".from()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".from()", "community": 0, "community_name": "Community 0", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 112}, {"id": "types_default_orchestration_status", "label": "default_orchestration_status()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_orchestration_status()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 1}, {"id": "types_remotestateupdate", "label": "RemoteStateUpdate", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoteStateUpdate", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 1}, {"id": "types_test_remote_change_deserialization", "label": "test_remote_change_deserialization()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_change_deserialization()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 3}, {"id": "types_test_remote_state_update_full_state_deserialization", "label": "test_remote_state_update_full_state_deserialization()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_state_update_full_state_deserialization()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 3}, {"id": "types_test_remote_state_update_change_update_deserialization", "label": "test_remote_state_update_change_update_deserialization()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_state_update_change_update_deserialization()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 4}, {"id": "types_test_remote_state_update_ping_deserialization", "label": "test_remote_state_update_ping_deserialization()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_state_update_ping_deserialization()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_make_remote_change_defaults", "label": "test_make_remote_change_defaults()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_make_remote_change_defaults()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_make_remote_project", "label": "test_make_remote_project()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_make_remote_project()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_make_remote_log_entry_defaults", "label": "test_make_remote_log_entry_defaults()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_make_remote_log_entry_defaults()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_remote_log_entry_round_trip", "label": "test_remote_log_entry_round_trip()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_log_entry_round_trip()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_remote_state_update_log_round_trip", "label": "test_remote_state_update_log_round_trip()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_state_update_log_round_trip()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_remote_worktree_info_from_worktree_info", "label": "test_remote_worktree_info_from_worktree_info()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_worktree_info_from_worktree_info()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_remote_worktree_info_detached_head", "label": "test_remote_worktree_info_detached_head()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_worktree_info_detached_head()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_remote_worktree_info_with_conflicts", "label": "test_remote_worktree_info_with_conflicts()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_worktree_info_with_conflicts()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_remote_worktree_info_serialization_round_trip", "label": "test_remote_worktree_info_serialization_round_trip()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_worktree_info_serialization_round_trip()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_full_state_with_worktrees", "label": "test_full_state_with_worktrees()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_full_state_with_worktrees()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 3}, {"id": "types_test_full_state_without_worktrees_backward_compatible", "label": "test_full_state_without_worktrees_backward_compatible()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_full_state_without_worktrees_backward_compatible()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "types_test_remote_state_update_log_deserialization_from_json", "label": "test_remote_state_update_log_deserialization_from_json()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_state_update_log_deserialization_from_json()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/types.rs", "file_type": "code", "degree": 2}, {"id": "src_remote_mapper_rs", "label": "mapper.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "mapper.rs", "community": 11, "community_name": "Community 11", "source_file": "src/remote/mapper.rs", "file_type": "code", "degree": 5}, {"id": "mapper_remote_change_to_local", "label": "remote_change_to_local()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "remote_change_to_local()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/mapper.rs", "file_type": "code", "degree": 5}, {"id": "mapper_group_changes_by_project", "label": "group_changes_by_project()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "group_changes_by_project()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/mapper.rs", "file_type": "code", "degree": 7}, {"id": "mapper_make_remote_change", "label": "make_remote_change()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "make_remote_change()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/mapper.rs", "file_type": "code", "degree": 2}, {"id": "mapper_test_remote_change_to_local", "label": "test_remote_change_to_local()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_remote_change_to_local()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/mapper.rs", "file_type": "code", "degree": 3}, {"id": "mapper_test_group_changes_by_project_prefixes_ids", "label": "test_group_changes_by_project_prefixes_ids()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_group_changes_by_project_prefixes_ids()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/mapper.rs", "file_type": "code", "degree": 2}, {"id": "src_remote_client_rs", "label": "client.rs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "client.rs", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 34}, {"id": "client_parse_project_url", "label": "parse_project_url()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_project_url()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 10}, {"id": "client_extract_tree_branch", "label": "extract_tree_branch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_tree_branch()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 3}, {"id": "client_resolve_default_branch", "label": "resolve_default_branch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_default_branch()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 5}, {"id": "client_resolve_project_url_and_branch", "label": "resolve_project_url_and_branch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_project_url_and_branch()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 7}, {"id": "client_remoteclient", "label": "RemoteClient", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoteClient", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 17}, {"id": "client_remoteclient_new", "label": ".new()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".new()", "community": 0, "community_name": "Community 0", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 527}, {"id": "client_remoteclient_resolve_token", "label": ".resolve_token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".resolve_token()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 7}, {"id": "client_remoteclient_authorized", "label": ".authorized()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".authorized()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 6}, {"id": "client_remoteclient_list_projects", "label": ".list_projects()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_projects()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 9}, {"id": "client_remoteclient_list_all_projects", "label": ".list_all_projects()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_all_projects()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 9}, {"id": "client_remoteclient_sync_project", "label": ".sync_project()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".sync_project()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 9}, {"id": "client_remoteclient_ws_url", "label": ".ws_url()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".ws_url()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 3}, {"id": "client_remoteclient_token", "label": ".token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".token()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_remoteclient_get_project", "label": ".get_project()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_project()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 6}, {"id": "client_remoteclient_list_projects_management", "label": ".list_projects_management()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_projects_management()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 6}, {"id": "client_remoteclient_add_project", "label": ".add_project()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_project()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 5}, {"id": "client_remoteclient_delete_project", "label": ".delete_project()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_project()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 5}, {"id": "client_remoteclient_git_sync", "label": ".git_sync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".git_sync()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 5}, {"id": "client_remoteclient_check_project_response", "label": ".check_project_response()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_project_response()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 13}, {"id": "client_remoteclient_control_run", "label": ".control_run()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".control_run()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 6}, {"id": "client_remoteclient_control_stop", "label": ".control_stop()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".control_stop()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 5}, {"id": "client_test_ws_url_http", "label": "test_ws_url_http()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_ws_url_http()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_ws_url_https", "label": "test_ws_url_https()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_ws_url_https()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_ws_url_no_scheme", "label": "test_ws_url_no_scheme()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_ws_url_no_scheme()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_resolve_token_explicit", "label": "test_resolve_token_explicit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_token_explicit()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_resolve_token_from_env", "label": "test_resolve_token_from_env()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_token_from_env()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_resolve_token_missing_env", "label": "test_resolve_token_missing_env()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_token_missing_env()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_resolve_token_none", "label": "test_resolve_token_none()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_resolve_token_none()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_client_with_token_stores_token", "label": "test_client_with_token_stores_token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_client_with_token_stores_token()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_client_without_token", "label": "test_client_without_token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_client_without_token()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_list_all_projects_calls_correct_endpoint", "label": "test_list_all_projects_calls_correct_endpoint()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_all_projects_calls_correct_endpoint()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 4}, {"id": "client_test_sync_project_calls_correct_endpoint", "label": "test_sync_project_calls_correct_endpoint()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_sync_project_calls_correct_endpoint()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 4}, {"id": "client_test_list_then_sync_ordering", "label": "test_list_then_sync_ordering()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_then_sync_ordering()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 5}, {"id": "client_test_sync_project_error_on_non_200", "label": "test_sync_project_error_on_non_200()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_sync_project_error_on_non_200()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 4}, {"id": "client_test_authorization_header_sent_with_token", "label": "test_authorization_header_sent_with_token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_authorization_header_sent_with_token()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 4}, {"id": "client_test_no_authorization_header_without_token", "label": "test_no_authorization_header_without_token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_no_authorization_header_without_token()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 4}, {"id": "client_test_parse_url_tree_branch", "label": "test_parse_url_tree_branch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_url_tree_branch()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_parse_url_tree_branch_main", "label": "test_parse_url_tree_branch_main()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_url_tree_branch_main()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_parse_url_fragment_branch", "label": "test_parse_url_fragment_branch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_url_fragment_branch()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_parse_url_no_branch", "label": "test_parse_url_no_branch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_url_no_branch()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_parse_url_trailing_slash_stripped", "label": "test_parse_url_trailing_slash_stripped()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_parse_url_trailing_slash_stripped()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_default_branch_used_when_omitted", "label": "test_default_branch_used_when_omitted()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_default_branch_used_when_omitted()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 2}, {"id": "client_test_url_branch_used_when_no_explicit_branch", "label": "test_url_branch_used_when_no_explicit_branch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_url_branch_used_when_no_explicit_branch()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 3}, {"id": "client_test_explicit_branch_overrides_url_branch", "label": "test_explicit_branch_overrides_url_branch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_explicit_branch_overrides_url_branch()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 3}, {"id": "client_test_explicit_branch_overrides_fragment_branch", "label": "test_explicit_branch_overrides_fragment_branch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_explicit_branch_overrides_fragment_branch()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 3}, {"id": "client_test_get_project_no_auth_header", "label": "test_get_project_no_auth_header()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_get_project_no_auth_header()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 4}, {"id": "client_test_list_projects_management_no_auth_header", "label": "test_list_projects_management_no_auth_header()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_list_projects_management_no_auth_header()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 4}, {"id": "client_test_add_project_no_auth_header", "label": "test_add_project_no_auth_header()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_add_project_no_auth_header()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 4}, {"id": "client_test_delete_project_no_auth_header", "label": "test_delete_project_no_auth_header()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_delete_project_no_auth_header()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 4}, {"id": "client_test_git_sync_no_auth_header", "label": "test_git_sync_no_auth_header()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_git_sync_no_auth_header()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/client.rs", "file_type": "code", "degree": 4}, {"id": "src_remote_mod_rs", "label": "mod.rs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mod.rs", "community": 107, "community_name": "Community 107", "source_file": "src/remote/mod.rs", "file_type": "code", "degree": 0}, {"id": "src_remote_test_helpers_rs", "label": "test_helpers.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "test_helpers.rs", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 14}, {"id": "test_helpers_spawn_mock_ws_server", "label": "spawn_mock_ws_server()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "spawn_mock_ws_server()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 8}, {"id": "test_helpers_spawn_mock_http_server", "label": "spawn_mock_http_server()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "spawn_mock_http_server()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 5}, {"id": "test_helpers_remote_change_json", "label": "remote_change_json()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "remote_change_json()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 5}, {"id": "test_helpers_full_state_json", "label": "full_state_json()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "full_state_json()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 3}, {"id": "test_helpers_change_update_json", "label": "change_update_json()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "change_update_json()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 3}, {"id": "test_helpers_log_message_json", "label": "log_message_json()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "log_message_json()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 2}, {"id": "test_helpers_make_remote_change", "label": "make_remote_change()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "make_remote_change()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 2}, {"id": "test_helpers_make_remote_project", "label": "make_remote_project()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "make_remote_project()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 2}, {"id": "test_helpers_make_remote_log_entry", "label": "make_remote_log_entry()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "make_remote_log_entry()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 2}, {"id": "test_helpers_capturedrequest", "label": "CapturedRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CapturedRequest", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 1}, {"id": "test_helpers_spawn_flexible_mock_http_server", "label": "spawn_flexible_mock_http_server()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "spawn_flexible_mock_http_server()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 11}, {"id": "test_helpers_spawn_ws_header_capture_server", "label": "spawn_ws_header_capture_server()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "spawn_ws_header_capture_server()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 4}, {"id": "test_helpers_spawn_mock_http_server_ordered", "label": "spawn_mock_http_server_ordered()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "spawn_mock_http_server_ordered()", "community": 11, "community_name": "Community 11", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 8}, {"id": "test_helpers_recv_with_timeout", "label": "recv_with_timeout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "recv_with_timeout()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/test_helpers.rs", "file_type": "code", "degree": 5}, {"id": "src_remote_ws_rs", "label": "ws.rs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ws.rs", "community": 6, "community_name": "Community 6", "source_file": "src/remote/ws.rs", "file_type": "code", "degree": 7}, {"id": "ws_connect_and_subscribe", "label": "connect_and_subscribe()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "connect_and_subscribe()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/ws.rs", "file_type": "code", "degree": 11}, {"id": "ws_test_connect_invalid_url_returns_error", "label": "test_connect_invalid_url_returns_error()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_connect_invalid_url_returns_error()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/ws.rs", "file_type": "code", "degree": 2}, {"id": "ws_test_connect_malformed_url_returns_error", "label": "test_connect_malformed_url_returns_error()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_connect_malformed_url_returns_error()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/ws.rs", "file_type": "code", "degree": 2}, {"id": "ws_test_receive_full_state_message", "label": "test_receive_full_state_message()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_receive_full_state_message()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/ws.rs", "file_type": "code", "degree": 6}, {"id": "ws_test_receive_change_update_message", "label": "test_receive_change_update_message()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_receive_change_update_message()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/ws.rs", "file_type": "code", "degree": 6}, {"id": "ws_test_receive_log_message", "label": "test_receive_log_message()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_receive_log_message()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/ws.rs", "file_type": "code", "degree": 5}, {"id": "ws_test_bearer_token_sent_in_ws_upgrade", "label": "test_bearer_token_sent_in_ws_upgrade()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bearer_token_sent_in_ws_upgrade()", "community": 6, "community_name": "Community 6", "source_file": "src/remote/ws.rs", "file_type": "code", "degree": 4}, {"id": "test_spec_only_acceptance_rationale_28", "label": "Helper: scaffold a spec-only change and optional canonical spec.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper: scaffold a spec-only change and optional canonical spec.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 1}, {"id": "test_spec_only_acceptance_rationale_55", "label": "Spec-only changes with ADDED deltas pass archive-readiness checks.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Spec-only changes with ADDED deltas pass archive-readiness checks.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 1}, {"id": "test_spec_only_acceptance_rationale_72", "label": "The canonical spec-only fixture passes strict validation.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "The canonical spec-only fixture passes strict validation.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 1}, {"id": "test_spec_only_acceptance_rationale_86", "label": "MODIFIED-only spec-only delta emits an ARCHIVE-RISK warning (no-op promotion ris", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MODIFIED-only spec-only delta emits an ARCHIVE-RISK warning (no-op promotion ris", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 1}, {"id": "test_spec_only_acceptance_rationale_100", "label": "The spec-only-risky fixture produces an ARCHIVE-RISK warning.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "The spec-only-risky fixture produces an ARCHIVE-RISK warning.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_spec_only_acceptance.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_18", "label": "Return a manager rooted at the fixture directory and the change_id.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a manager rooted at the fixture directory and the change_id.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_38", "label": "Task 1.1: validate_change rejects missing or invalid Change Type in strict mode.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task 1.1: validate_change rejects missing or invalid Change Type in strict mode.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_65", "label": "A proposal without a Change Type field fails strict validation.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "A proposal without a Change Type field fails strict validation.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_87", "label": "A proposal with an unrecognised Change Type fails strict validation.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "A proposal with an unrecognised Change Type fails strict validation.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_110", "label": "Missing Change Type is tolerated in non-strict mode.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Missing Change Type is tolerated in non-strict mode.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_131", "label": "Task 2.2: spec-only proposals with MODIFIED/REMOVED-only deltas emit a warning.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task 2.2: spec-only proposals with MODIFIED/REMOVED-only deltas emit a warning.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_134", "label": "ADDED-only spec-only delta does not trigger archive-risk warning.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ADDED-only spec-only delta does not trigger archive-risk warning.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_141", "label": "MODIFIED-only spec-only delta triggers archive-risk warning.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MODIFIED-only spec-only delta triggers archive-risk warning.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_151", "label": "Implementation proposals never get archive-risk warnings.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Implementation proposals never get archive-risk warnings.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_158", "label": "Hybrid proposals with ADDED deltas do not get archive-risk warnings.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hybrid proposals with ADDED deltas do not get archive-risk warnings.", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "test_cflx_proposal_change_types_rationale_166", "label": "Behavior-changing proposals should carry ownership and runnable verification gui", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Behavior-changing proposals should carry ownership and runnable verification gui", "community": 1, "community_name": "Community 1", "source_file": "skills/tests/test_cflx_proposal_change_types.py", "file_type": "rationale", "degree": 1}, {"id": "cflx_rationale_30", "label": "ANSI color codes for terminal output.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ANSI color codes for terminal output.", "community": 108, "community_name": "Community 108", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_42", "label": "Manage OpenSpec changes and specifications.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Manage OpenSpec changes and specifications.", "community": 109, "community_name": "Community 109", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_193", "label": "Warn about obsolete OpenSpec artifacts that should be removed.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Warn about obsolete OpenSpec artifacts that should be removed.", "community": 110, "community_name": "Community 110", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_211", "label": "Return True when directory is a valid change (has proposal.md).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return True when directory is a valid change (has proposal.md).", "community": 111, "community_name": "Community 111", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_216", "label": "Emit warning for invalid change directory.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Emit warning for invalid change directory.", "community": 112, "community_name": "Community 112", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_223", "label": "List all changes or specs.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "List all changes or specs.", "community": 113, "community_name": "Community 113", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_275", "label": "Extract change information from directory.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract change information from directory.", "community": 114, "community_name": "Community 114", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_300", "label": "Count completed and total tasks.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Count completed and total tasks.", "community": 115, "community_name": "Community 115", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_334", "label": "Show detailed information about a change.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Show detailed information about a change.", "community": 116, "community_name": "Community 116", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_380", "label": "Find the directory for a given change ID.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Find the directory for a given change ID.", "community": 117, "community_name": "Community 117", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_407", "label": "Validate a change or all changes.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a change or all changes.", "community": 118, "community_name": "Community 118", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_438", "label": "Extract Change Type value from proposal.md content.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract Change Type value from proposal.md content.", "community": 119, "community_name": "Community 119", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_452", "label": "Validate a single change directory.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a single change directory.", "community": 120, "community_name": "Community 120", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_533", "label": "Validate tasks.md file format.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate tasks.md file format.", "community": 121, "community_name": "Community 121", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_748", "label": "Validate spec delta files.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate spec delta files.", "community": 122, "community_name": "Community 122", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_790", "label": "Emit archive-risk warnings for spec-only proposals with only MODIFIED/REMOVED de", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Emit archive-risk warnings for spec-only proposals with only MODIFIED/REMOVED de", "community": 123, "community_name": "Community 123", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_822", "label": "Archive a deployed change.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Archive a deployed change.", "community": 124, "community_name": "Community 124", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_873", "label": "Simulate spec promotion and return errors without writing any files.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Simulate spec promotion and return errors without writing any files.", "community": 125, "community_name": "Community 125", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_898", "label": "Update canonical specs from change deltas (simulation already passed).", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Update canonical specs from change deltas (simulation already passed).", "community": 126, "community_name": "Community 126", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_936", "label": "Print changes or specs in a formatted way.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Print changes or specs in a formatted way.", "community": 127, "community_name": "Community 127", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}, {"id": "cflx_rationale_966", "label": "Print detailed change information.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Print detailed change information.", "community": 128, "community_name": "Community 128", "source_file": "skills/cflx-proposal/scripts/cflx.py", "file_type": "rationale", "degree": 0}];
const RAW_EDGES = [{"from": "build_rs", "to": "build_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "build_main", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "build_main", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "web_app_js", "to": "app_webmonitor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "web_app_js", "to": "app_throttle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "web_app_js", "to": "app_debounce", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "web_app_js", "to": "app_inittabs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "web_app_js", "to": "app_fetchworktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "web_app_js", "to": "app_renderworktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "web_app_js", "to": "app_mergeworktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "web_app_js", "to": "app_confirmdeleteworktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "web_app_js", "to": "app_deleteworktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "web_app_js", "to": "app_escapehtml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_setupcontrolbuttons", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_handlecontrolcommand", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_updatecontrolbuttons", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_setupmediaquerylistener", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_setuptouchhandlers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_setuppulltorefresh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_handleptrstart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_handleptrmove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_handleptrend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_triggerrefresh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_handletouchstart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_handletouchmove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_handletouchend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_handlecardclick", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_fetchstate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_startpolling", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_stoppolling", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_connect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_schedulereconnect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_updateconnectionstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_showtoast", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_handlemessage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_renderfullstate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_renderchanges", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_updateoverallprogress", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_calculatestats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_renderchangecard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_updatetimestamp", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor", "to": "app_webmonitor_escapehtml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_constructor", "to": "app_webmonitor_setupmediaquerylistener", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_constructor", "to": "app_webmonitor_setuptouchhandlers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_constructor", "to": "app_webmonitor_setuppulltorefresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_constructor", "to": "app_webmonitor_setupcontrolbuttons", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_constructor", "to": "app_webmonitor_fetchstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_constructor", "to": "app_webmonitor_connect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_handlecontrolcommand", "to": "app_webmonitor_showtoast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_handlecontrolcommand", "to": "progress_progressdisplay_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_webmonitor_updatecontrolbuttons", "to": "app_webmonitor_handlemessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_updatecontrolbuttons", "to": "app_webmonitor_renderfullstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_handleptrmove", "to": "registry_projectregistry_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_webmonitor_handleptrend", "to": "app_webmonitor_triggerrefresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_handleptrend", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_webmonitor_triggerrefresh", "to": "app_webmonitor_fetchstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_triggerrefresh", "to": "app_webmonitor_showtoast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_triggerrefresh", "to": "app_webmonitor_connect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_triggerrefresh", "to": "registry_projectregistry_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_webmonitor_handletouchmove", "to": "registry_projectregistry_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_webmonitor_handletouchend", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_webmonitor_handletouchend", "to": "registry_projectregistry_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_webmonitor_fetchstate", "to": "app_webmonitor_renderfullstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_fetchstate", "to": "app_webmonitor_showtoast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_fetchstate", "to": "app_webmonitor_startpolling", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_fetchstate", "to": "progress_progressdisplay_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_webmonitor_startpolling", "to": "app_webmonitor_updateconnectionstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_stoppolling", "to": "app_webmonitor_updateconnectionstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_connect", "to": "app_webmonitor_updateconnectionstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_connect", "to": "app_webmonitor_schedulereconnect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_connect", "to": "progress_progressdisplay_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_webmonitor_schedulereconnect", "to": "app_webmonitor_showtoast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_updateconnectionstatus", "to": "app_webmonitor_showtoast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_updateconnectionstatus", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_webmonitor_updateconnectionstatus", "to": "registry_projectregistry_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_webmonitor_showtoast", "to": "app_fetchworktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_showtoast", "to": "app_mergeworktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_showtoast", "to": "app_deleteworktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_handlemessage", "to": "app_webmonitor_renderfullstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_handlemessage", "to": "app_webmonitor_renderchanges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_handlemessage", "to": "app_webmonitor_updatetimestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_renderfullstate", "to": "app_webmonitor_updateoverallprogress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_renderfullstate", "to": "app_webmonitor_renderchanges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_renderfullstate", "to": "app_webmonitor_updatetimestamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_renderchanges", "to": "app_webmonitor_calculatestats", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_renderchanges", "to": "app_webmonitor_updateoverallprogress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_webmonitor_renderchangecard", "to": "app_escapehtml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_fetchworktrees", "to": "app_renderworktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_fetchworktrees", "to": "app_mergeworktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_fetchworktrees", "to": "app_deleteworktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_fetchworktrees", "to": "progress_progressdisplay_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_mergeworktree", "to": "progress_progressdisplay_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "app_confirmdeleteworktree", "to": "app_escapehtml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_deleteworktree", "to": "progress_progressdisplay_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_create_mock_openspec", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_create_mock_opencode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_setup_openspec_test_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_single_change_flow_mock_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_single_change_complete_triggers_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_multiple_changes_priority_complete_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_multiple_changes_fallback_to_progress_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_openspec_list_failure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_opencode_apply_failure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_archive_failure_handling", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_empty_changes_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_partial_failure_continues_with_others", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_openspec_directory_structure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_archive_priority_complete_changes_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_archive_priority_multiple_complete_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_mid_apply_completion_detection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_tests_rs", "to": "e2e_tests_test_no_complete_changes_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_openspec", "to": "e2e_tests_test_single_change_flow_mock_setup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_openspec", "to": "e2e_tests_test_single_change_complete_triggers_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_openspec", "to": "e2e_tests_test_multiple_changes_priority_complete_first", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_openspec", "to": "e2e_tests_test_multiple_changes_fallback_to_progress_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_openspec", "to": "e2e_tests_test_archive_failure_handling", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_openspec", "to": "e2e_tests_test_empty_changes_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_openspec", "to": "e2e_tests_test_archive_priority_multiple_complete_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_openspec", "to": "e2e_tests_test_no_complete_changes_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_openspec", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_create_mock_openspec", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_create_mock_opencode", "to": "e2e_tests_test_single_change_flow_mock_setup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_opencode", "to": "e2e_tests_test_opencode_apply_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_opencode", "to": "e2e_tests_test_partial_failure_continues_with_others", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_create_mock_opencode", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_create_mock_opencode", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_setup_openspec_test_env", "to": "e2e_tests_test_single_change_flow_mock_setup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_setup_openspec_test_env", "to": "e2e_tests_test_single_change_complete_triggers_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_setup_openspec_test_env", "to": "e2e_tests_test_multiple_changes_priority_complete_first", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_setup_openspec_test_env", "to": "e2e_tests_test_multiple_changes_fallback_to_progress_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_setup_openspec_test_env", "to": "e2e_tests_test_partial_failure_continues_with_others", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_setup_openspec_test_env", "to": "e2e_tests_test_archive_priority_complete_changes_first", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_setup_openspec_test_env", "to": "e2e_tests_test_archive_priority_multiple_complete_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_setup_openspec_test_env", "to": "e2e_tests_test_mid_apply_completion_detection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_setup_openspec_test_env", "to": "e2e_tests_test_no_complete_changes_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_tests_setup_openspec_test_env", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_single_change_flow_mock_setup", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_single_change_complete_triggers_archive", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_multiple_changes_priority_complete_first", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_multiple_changes_fallback_to_progress_order", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_openspec_list_failure", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_openspec_list_failure", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_opencode_apply_failure", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_archive_failure_handling", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_empty_changes_list", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_partial_failure_continues_with_others", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_openspec_directory_structure", "to": "history_acceptancehistory_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_archive_priority_complete_changes_first", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_archive_priority_complete_changes_first", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_archive_priority_multiple_complete_changes", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_mid_apply_completion_detection", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_mid_apply_completion_detection", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_tests_test_no_complete_changes_fallback", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_merge_conflict_check_tests_rs", "to": "merge_conflict_check_tests_run_git", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_merge_conflict_check_tests_rs", "to": "merge_conflict_check_tests_test_git_merge_tree_conflict_detection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_merge_conflict_check_tests_rs", "to": "merge_conflict_check_tests_test_git_merge_tree_clean_merge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_conflict_check_tests_run_git", "to": "merge_conflict_check_tests_test_git_merge_tree_conflict_detection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_conflict_check_tests_run_git", "to": "merge_conflict_check_tests_test_git_merge_tree_clean_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_conflict_check_tests_run_git", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_conflict_check_tests_run_git", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_conflict_check_tests_test_git_merge_tree_conflict_detection", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_conflict_check_tests_test_git_merge_tree_clean_merge", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_no_backup_files_test_rs", "to": "no_backup_files_test_no_tracked_backup_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_no_backup_files_test_rs", "to": "no_backup_files_test_heavy_real_boundary_suites_stay_feature_gated", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "no_backup_files_test_no_tracked_backup_files", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "no_backup_files_test_heavy_real_boundary_suites_stay_feature_gated", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "no_backup_files_test_heavy_real_boundary_suites_stay_feature_gated", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_e2e_git_worktree_tests_rs", "to": "e2e_git_worktree_tests_init_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_git_worktree_tests_rs", "to": "e2e_git_worktree_tests_test_git_worktree_create_and_cleanup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_git_worktree_tests_rs", "to": "e2e_git_worktree_tests_test_git_worktree_parallel_execution_flow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_git_worktree_tests_rs", "to": "e2e_git_worktree_tests_test_git_worktree_conflict_detection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_git_worktree_tests_rs", "to": "e2e_git_worktree_tests_test_vcs_backend_auto_detection_git", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_git_worktree_tests_rs", "to": "e2e_git_worktree_tests_test_git_worktree_staged_changes_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_git_worktree_tests_rs", "to": "e2e_git_worktree_tests_test_blocked_rejection_flow_end_to_end_creates_marker_and_removes_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_git_worktree_tests_init_git_repo", "to": "e2e_git_worktree_tests_test_git_worktree_create_and_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_git_worktree_tests_init_git_repo", "to": "e2e_git_worktree_tests_test_git_worktree_parallel_execution_flow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_git_worktree_tests_init_git_repo", "to": "e2e_git_worktree_tests_test_git_worktree_conflict_detection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_git_worktree_tests_init_git_repo", "to": "e2e_git_worktree_tests_test_vcs_backend_auto_detection_git", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_git_worktree_tests_init_git_repo", "to": "e2e_git_worktree_tests_test_git_worktree_staged_changes_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_git_worktree_tests_init_git_repo", "to": "e2e_git_worktree_tests_test_blocked_rejection_flow_end_to_end_creates_marker_and_removes_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_git_worktree_tests_init_git_repo", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_git_worktree_tests_init_git_repo", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_git_worktree_tests_test_git_worktree_create_and_cleanup", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_git_worktree_tests_test_git_worktree_parallel_execution_flow", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_git_worktree_tests_test_git_worktree_parallel_execution_flow", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_git_worktree_tests_test_git_worktree_conflict_detection", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_git_worktree_tests_test_git_worktree_staged_changes_error", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_git_worktree_tests_test_blocked_rejection_flow_end_to_end_creates_marker_and_removes_worktree", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_git_worktree_tests_test_blocked_rejection_flow_end_to_end_creates_marker_and_removes_worktree", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_git_worktree_tests_test_blocked_rejection_flow_end_to_end_creates_marker_and_removes_worktree", "to": "shared_test_support_env_lock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_git_worktree_tests_test_blocked_rejection_flow_end_to_end_creates_marker_and_removes_worktree", "to": "rejection_execute_rejection_flow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_install_skills_test_rs", "to": "install_skills_test_create_test_skills_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_install_skills_test_rs", "to": "install_skills_test_test_project_scope_install_creates_agents_skills_dir_and_updates_lock_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_install_skills_test_rs", "to": "install_skills_test_test_global_scope_install_uses_home_agents_dir_and_updates_lock_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_install_skills_test_rs", "to": "install_skills_test_test_embedded_install_without_skills_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_install_skills_test_rs", "to": "install_skills_test_test_embedded_wins_when_local_skills_dir_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_install_skills_test_rs", "to": "install_skills_test_test_project_scope_install_creates_claude_skills_dir_and_updates_lock_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_install_skills_test_rs", "to": "install_skills_test_test_global_scope_install_uses_home_claude_dir_and_updates_lock_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_skills_test_create_test_skills_dir", "to": "install_skills_test_test_embedded_wins_when_local_skills_dir_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_skills_test_test_project_scope_install_creates_agents_skills_dir_and_updates_lock_file", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_project_scope_install_creates_agents_skills_dir_and_updates_lock_file", "to": "install_skills_run_install_skills", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_global_scope_install_uses_home_agents_dir_and_updates_lock_file", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_global_scope_install_uses_home_agents_dir_and_updates_lock_file", "to": "shared_test_support_env_lock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_global_scope_install_uses_home_agents_dir_and_updates_lock_file", "to": "install_skills_run_install_skills", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_global_scope_install_uses_home_agents_dir_and_updates_lock_file", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_embedded_install_without_skills_dir", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_embedded_install_without_skills_dir", "to": "install_skills_run_install_skills", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_embedded_wins_when_local_skills_dir_exists", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_embedded_wins_when_local_skills_dir_exists", "to": "install_skills_run_install_skills", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_project_scope_install_creates_claude_skills_dir_and_updates_lock_file", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_project_scope_install_creates_claude_skills_dir_and_updates_lock_file", "to": "install_skills_run_install_skills", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_global_scope_install_uses_home_claude_dir_and_updates_lock_file", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_global_scope_install_uses_home_claude_dir_and_updates_lock_file", "to": "shared_test_support_env_lock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_global_scope_install_uses_home_claude_dir_and_updates_lock_file", "to": "install_skills_run_install_skills", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_test_global_scope_install_uses_home_claude_dir_and_updates_lock_file", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_process_cleanup_test_rs", "to": "process_cleanup_test_test_unix_process_group_cleanup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_process_cleanup_test_rs", "to": "process_cleanup_test_test_windows_job_object_cleanup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_process_cleanup_test_rs", "to": "process_cleanup_test_test_process_group_isolation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_cleanup_test_test_unix_process_group_cleanup", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_cleanup_test_test_unix_process_group_cleanup", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_cleanup_test_test_unix_process_group_cleanup", "to": "process_manager_streamingchildhandle_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_cleanup_test_test_unix_process_group_cleanup", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_cleanup_test_test_unix_process_group_cleanup", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_cleanup_test_test_process_group_isolation", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_cleanup_test_test_process_group_isolation", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_cleanup_test_test_process_group_isolation", "to": "process_manager_streamingchildhandle_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_create_mock_acp_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_worktree_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_create_local_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_create_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_next_non_heartbeat_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_make_state_with_transport_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_make_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_session_create_and_list_use_frontend_contract_shape", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_session_create_does_not_inject_default_opencode_config_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_session_close_reports_dirty_worktree_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_session_timeout_marks_timed_out_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_session_merge_merges_branch_and_removes_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_e2e_proposal_session_rs", "to": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_proposal_worktree_path", "to": "e2e_proposal_session_proposal_session_create_does_not_inject_default_opencode_config_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_proposal_worktree_path", "to": "e2e_proposal_session_proposal_session_close_reports_dirty_worktree_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_proposal_worktree_path", "to": "e2e_proposal_session_proposal_session_merge_merges_branch_and_removes_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "e2e_proposal_session_proposal_session_create_and_list_use_frontend_contract_shape", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "e2e_proposal_session_proposal_session_create_does_not_inject_default_opencode_config_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "e2e_proposal_session_proposal_session_close_reports_dirty_worktree_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "e2e_proposal_session_proposal_session_timeout_marks_timed_out_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "e2e_proposal_session_proposal_session_merge_merges_branch_and_removes_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_local_git_repo", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_create_project", "to": "e2e_proposal_session_proposal_session_create_and_list_use_frontend_contract_shape", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_project", "to": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_project", "to": "e2e_proposal_session_proposal_session_create_does_not_inject_default_opencode_config_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_project", "to": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_project", "to": "e2e_proposal_session_proposal_session_close_reports_dirty_worktree_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_project", "to": "e2e_proposal_session_proposal_session_timeout_marks_timed_out_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_project", "to": "e2e_proposal_session_proposal_session_merge_merges_branch_and_removes_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_project", "to": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_project", "to": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_project", "to": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_project", "to": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_create_project", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_create_project", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_next_non_heartbeat_json", "to": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_next_non_heartbeat_json", "to": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_next_non_heartbeat_json", "to": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_next_non_heartbeat_json", "to": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_next_non_heartbeat_json", "to": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_next_non_heartbeat_json", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_make_state_with_transport_env", "to": "e2e_proposal_session_make_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state_with_transport_env", "to": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state_with_transport_env", "to": "e2e_proposal_session_proposal_session_create_does_not_inject_default_opencode_config_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state_with_transport_env", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_make_state_with_transport_env", "to": "registry_create_shared_registry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_make_state_with_transport_env", "to": "runner_create_shared_runners", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_make_state_with_transport_env", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_make_state_with_transport_env", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_make_state_with_transport_env", "to": "terminal_create_terminal_manager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_make_state_with_transport_env", "to": "active_commands_create_shared_active_commands", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_make_state_with_transport_env", "to": "proposal_session_create_proposal_session_manager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_make_state", "to": "e2e_proposal_session_proposal_session_create_and_list_use_frontend_contract_shape", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state", "to": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state", "to": "e2e_proposal_session_proposal_session_close_reports_dirty_worktree_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state", "to": "e2e_proposal_session_proposal_session_timeout_marks_timed_out_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state", "to": "e2e_proposal_session_proposal_session_merge_merges_branch_and_removes_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state", "to": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state", "to": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state", "to": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state", "to": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "e2e_proposal_session_make_state", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_create_and_list_use_frontend_contract_shape", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_create_and_list_use_frontend_contract_shape", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_create_and_list_use_frontend_contract_shape", "to": "hooks_hookrunner_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_create_and_list_use_frontend_contract_shape", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "to": "hooks_hookrunner_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "to": "useproposalchat_test_mockwebsocket_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "to": "acp_client_acppromptblock_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_prompt_injects_backend_managed_spec_guidance", "to": "history_applyhistory_last", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_create_does_not_inject_default_opencode_config_env", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_create_does_not_inject_default_opencode_config_env", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_create_does_not_inject_default_opencode_config_env", "to": "hooks_hookrunner_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_create_does_not_inject_default_opencode_config_env", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "to": "hooks_hookrunner_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "to": "useproposalchat_test_mockwebsocket_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_accepts_frontend_message_aliases", "to": "acp_client_acppromptblock_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_close_reports_dirty_worktree_files", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_close_reports_dirty_worktree_files", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_close_reports_dirty_worktree_files", "to": "hooks_hookrunner_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_close_reports_dirty_worktree_files", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_close_reports_dirty_worktree_files", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_timeout_marks_timed_out_status", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_timeout_marks_timed_out_status", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_timeout_marks_timed_out_status", "to": "hooks_hookrunner_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_timeout_marks_timed_out_status", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_timeout_marks_timed_out_status", "to": "proposal_session_proposalsessionmanager_scan_timeouts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_merge_merges_branch_and_removes_worktree", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_merge_merges_branch_and_removes_worktree", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_merge_merges_branch_and_removes_worktree", "to": "hooks_hookrunner_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_merge_merges_branch_and_removes_worktree", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "to": "hooks_hookrunner_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "to": "useproposalchat_test_mockwebsocket_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "to": "acp_client_acppromptblock_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_ws_cancel_and_reconnect_history_work", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "to": "hooks_hookrunner_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "to": "useproposalchat_test_mockwebsocket_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "to": "acp_client_acppromptblock_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_does_not_duplicate_acknowledged_prompt", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "to": "hooks_hookrunner_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "to": "useproposalchat_test_mockwebsocket_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "to": "acp_client_acppromptblock_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_reconnect_new_socket_continues_streaming_after_old_disconnect", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "to": "hooks_hookrunner_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "to": "acp_client_acpclient_create_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "to": "useproposalchat_test_mockwebsocket_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "e2e_proposal_session_proposal_session_multi_session_websockets_stay_independent", "to": "acp_client_acppromptblock_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_run_exit_tests_rs", "to": "run_exit_tests_setup_empty_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_run_exit_tests_rs", "to": "run_exit_tests_run_cflx_with_timeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_run_exit_tests_rs", "to": "run_exit_tests_test_run_exits_promptly_on_success_no_web", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_run_exit_tests_rs", "to": "run_exit_tests_test_run_exits_promptly_on_success_with_web", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_exit_tests_setup_empty_project", "to": "run_exit_tests_test_run_exits_promptly_on_success_no_web", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_exit_tests_setup_empty_project", "to": "run_exit_tests_test_run_exits_promptly_on_success_with_web", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_exit_tests_run_cflx_with_timeout", "to": "run_exit_tests_test_run_exits_promptly_on_success_no_web", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_exit_tests_run_cflx_with_timeout", "to": "run_exit_tests_test_run_exits_promptly_on_success_with_web", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_exit_tests_run_cflx_with_timeout", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "run_exit_tests_run_cflx_with_timeout", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "run_exit_tests_run_cflx_with_timeout", "to": "acp_client_acpclient_kill", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_support_shared_test_support_rs", "to": "shared_test_support_env_lock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shared_test_support_env_lock", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_fixtures_mock_opencode_server_py", "to": "mock_opencode_server_push_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_fixtures_mock_opencode_server_py", "to": "mock_opencode_server_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_fixtures_mock_opencode_server_py", "to": "mock_opencode_server_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_opencode_server_push_event", "to": "mock_opencode_server_handler_do_post", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_opencode_server_handler", "to": "basehttprequesthandler", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_opencode_server_handler", "to": "mock_opencode_server_handler_read_json", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_opencode_server_handler", "to": "mock_opencode_server_handler_send_json", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_opencode_server_handler", "to": "mock_opencode_server_handler_do_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_opencode_server_handler", "to": "mock_opencode_server_handler_do_post", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_opencode_server_handler", "to": "mock_opencode_server_handler_log_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_opencode_server_handler", "to": "log_deduplicator_with_deduplicator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mock_opencode_server_handler_read_json", "to": "mock_opencode_server_handler_do_post", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_opencode_server_handler_read_json", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mock_opencode_server_handler_send_json", "to": "mock_opencode_server_handler_do_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_opencode_server_handler_send_json", "to": "mock_opencode_server_handler_do_post", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mock_opencode_server_handler_send_json", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mock_opencode_server_handler_do_get", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mock_opencode_server_handler_do_get", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mock_opencode_server_handler_do_get", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mock_opencode_server_handler_do_post", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mock_opencode_server_handler_do_post", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_fixtures_mock_acp_agent_py", "to": "mock_acp_agent_send", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_public_debug_ws_js", "to": "debug_ws_formatvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_public_debug_ws_js", "to": "debug_ws_loghelperstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_public_debug_ws_js", "to": "debug_ws_oninput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_public_debug_ws_js", "to": "debug_ws_onkeydown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debug_ws_formatvalue", "to": "debug_ws_loghelperstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debug_ws_loghelperstate", "to": "debug_ws_oninput", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debug_ws_loghelperstate", "to": "debug_ws_onkeydown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debug_ws_loghelperstate", "to": "events_logentry_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dashboard_src_app_tsx", "to": "app_setclosesessiontarget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_app_tsx", "to": "dashboard_src_main_jsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_proposalactions_tsx", "to": "proposalactions_proposalactions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_logentry_tsx", "to": "logentry_ansitohtml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_logentry_tsx", "to": "logentry_logentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_deleteworktreedialog_tsx", "to": "deleteworktreedialog_deleteworktreedialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_fileviewpanel_tsx", "to": "fileviewpanel_for", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_terminaltab_tsx", "to": "terminaltab_terminaltab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_addprojectdialog_tsx", "to": "addprojectdialog_addprojectdialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_terminalpanel_tsx", "to": "terminalpanel_roottolabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_terminalpanel_tsx", "to": "terminalpanel_restoresessions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminalpanel_restoresessions", "to": "restclient_listterminalsessions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminalpanel_restoresessions", "to": "progress_progressdisplay_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dashboard_src_components_projectcard_tsx", "to": "projectcard_projectcard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_deletedialog_tsx", "to": "deletedialog_deletedialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_elicitationdialog_tsx", "to": "elicitationdialog_getfocusableelements", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "elicitationdialog_getfocusableelements", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dashboard_src_components_changespanel_tsx", "to": "changespanel_changespanel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_worktreerow_tsx", "to": "worktreerow_handlerowclick", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_createworktreedialog_tsx", "to": "createworktreedialog_createworktreedialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_changesdrawer_tsx", "to": "changesdrawer_changesdrawer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_logentry_test_tsx", "to": "logentry_test_renderentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_stopchangedialog_tsx", "to": "stopchangedialog_stopchangedialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_changerow_test_tsx", "to": "changerow_test_makechange", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_chatmessagelist_tsx", "to": "chatmessagelist_copytexttoclipboard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_chatmessagelist_tsx", "to": "chatmessagelist_formatrelativetime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_chatmessagelist_tsx", "to": "chatmessagelist_rendercodeblock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_chatmessagelist_tsx", "to": "chatmessagelist_flushunorderedlist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_chatmessagelist_tsx", "to": "chatmessagelist_flushorderedlist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_chatmessagelist_tsx", "to": "chatmessagelist_flushcodeblock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_chatmessagelist_tsx", "to": "chatmessagelist_typingindicator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_chatmessagelist_tsx", "to": "chatmessagelist_updatenearbottom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "chatmessagelist_rendercodeblock", "to": "chatmessagelist_flushcodeblock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "chatmessagelist_flushunorderedlist", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chatmessagelist_flushorderedlist", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "chatmessagelist_flushcodeblock", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dashboard_src_components_badge_tsx", "to": "badge_badge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_overviewdashboard_tsx", "to": "overviewdashboard_formatdurationms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_overviewdashboard_tsx", "to": "overviewdashboard_formattimestamp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_overviewdashboard_tsx", "to": "overviewdashboard_formatpercent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_overviewdashboard_tsx", "to": "overviewdashboard_getprojectlabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_overviewdashboard_tsx", "to": "overviewdashboard_geteventprojectlabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_overviewdashboard_tsx", "to": "overviewdashboard_overviewdashboard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_toolcallindicator_tsx", "to": "toolcallindicator_toolcallindicator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_proposalchat_tsx", "to": "proposalchat_statusplaceholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_logspanel_tsx", "to": "logspanel_logspanel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_chatinput_tsx", "to": "chatinput_chatinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_logspanel_test_tsx", "to": "logspanel_test_renderlogs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_components_tests_chatmessagelist_test_tsx", "to": "chatmessagelist_test_setscrollmetrics", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_hooks_useproposalchat_ts", "to": "useproposalchat_markpendingmessagesfailed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_hooks_useproposalchat_ts", "to": "useproposalchat_nowiso", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_hooks_useproposalchat_ts", "to": "useproposalchat_toelicitation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_hooks_useproposalchat_ts", "to": "useproposalchat_useproposalchat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_hooks_usewebsocket_ts", "to": "usewebsocket_usewebsocket", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_hooks_useproposalchat_test_ts", "to": "useproposalchat_test_mockwebsocket", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "useproposalchat_test_mockwebsocket", "to": "useproposalchat_test_mockwebsocket_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "useproposalchat_test_mockwebsocket", "to": "useproposalchat_test_mockwebsocket_send", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "useproposalchat_test_mockwebsocket", "to": "useproposalchat_test_mockwebsocket_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "useproposalchat_test_mockwebsocket", "to": "useproposalchat_test_mockwebsocket_emitopen", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "useproposalchat_test_mockwebsocket", "to": "useproposalchat_test_mockwebsocket_emitmessage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "useproposalchat_test_mockwebsocket", "to": "useproposalchat_test_mockwebsocket_emitclose", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "useproposalchat_test_mockwebsocket_constructor", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "events_send_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "ai_command_runner_aicommandrunner_execute_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "hooks_hookrunner_emit_hook_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "hooks_hookrunner_run_hook", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "command_queue_commandqueue_stream_and_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "parallel_run_service_parallelrunservice_prepare_parallel_execution", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "orchestrator_orchestrator_run_parallel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "process_manager_streamingchildhandle_terminate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "queue_state_parallelexecutor_spawn_merge_task", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "executor_execute_apply_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "output_bridge_parallelapplyeventhandler_on_apply_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "output_bridge_parallelapplyeventhandler_on_progress_updated", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "output_bridge_parallelapplyeventhandler_on_hook_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "output_bridge_parallelapplyeventhandler_on_hook_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "output_bridge_parallelapplyeventhandler_on_hook_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "output_bridge_parallelapplyeventhandler_on_apply_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "events_tuieventsink_on_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "key_handlers_handle_tab_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "key_handlers_handle_merge_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "orchestrator_dispatch_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "orchestrator_run_orchestrator_parallel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "websocket_handle_socket", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "state_webstate_send_control_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "state_webstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "state_webstate_broadcast_snapshot", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "state_webstate_refresh_from_disk", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "terminal_terminalmanager_create_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "terminal_terminalmanager_delete_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "terminal_terminalmanager_resize_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "terminal_read_pty_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "runner_run_cflx_in_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "acp_client_dispatch_jsonrpc_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "acp_client_acpclient_respond_elicitation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "acp_client_acpclient_send_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "acp_client_acpclient_send_notification", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "terminals_handle_terminal_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "git_sync_emit_log_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "runner_agentrunner_run_apply_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "runner_agentrunner_run_archive_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "runner_agentrunner_run_resolve_streaming_in_dir_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "client_remoteclient_list_projects", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "client_remoteclient_list_all_projects", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "client_remoteclient_sync_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "client_remoteclient_get_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "client_remoteclient_list_projects_management", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "client_remoteclient_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "client_remoteclient_delete_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "client_remoteclient_git_sync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "client_remoteclient_control_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "client_remoteclient_control_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "test_helpers_spawn_mock_ws_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "test_helpers_spawn_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "test_helpers_spawn_flexible_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "test_helpers_spawn_ws_header_capture_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "test_helpers_spawn_mock_http_server_ordered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_send", "to": "ws_connect_and_subscribe", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_close", "to": "wsclient_websocketclient_disconnect", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_close", "to": "terminals_handle_terminal_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "useproposalchat_test_mockwebsocket_close", "to": "test_helpers_spawn_mock_ws_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dashboard_src_lib_uistatepersistence_ts", "to": "uistatepersistence_serializefilebrowsecontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_lib_uistatepersistence_ts", "to": "uistatepersistence_parsefilebrowsecontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_lib_uistatepersistence_ts", "to": "uistatepersistence_parsepersistedtabstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_lib_uistatepersistence_ts", "to": "uistatepersistence_resolvepersistedbrowseselection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "uistatepersistence_parsefilebrowsecontext", "to": "uistatepersistence_resolvepersistedbrowseselection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "uistatepersistence_parsefilebrowsecontext", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dashboard_src_lib_uistatepersistence_test_ts", "to": "uistatepersistence_test_createproject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_lib_uistatepersistence_test_ts", "to": "uistatepersistence_test_createworktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_lib_utils_ts", "to": "utils_cn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_apierror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_fetchapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_fetchversion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_fetchprojectsstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_fetchstatsoverview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_controlrun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_controlstop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_gitsync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_deleteproject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_addproject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_listworktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_createworktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_deleteworktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_mergeworktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_refreshworktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_togglechangeselection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_stopanddequeuechange", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_toggleallchangeselection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_fetchfiletree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_fetchfilecontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_createterminalsession", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_listterminalsessions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_deleteterminalsession", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_resizeterminalsession", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_getterminalwsurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_createproposalsession", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_listproposalsessions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_deleteproposalsession", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_mergeproposalsession", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_listproposalsessionchanges", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_listproposalsessionmessages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_setuistate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_deleteuistate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_api_restclient_ts", "to": "restclient_getproposalsessionwsurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_apierror", "to": "restclient_apierror_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_fetchversion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_fetchprojectsstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_fetchstatsoverview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_controlrun", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_controlstop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_gitsync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_deleteproject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_addproject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_listworktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_createworktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_deleteworktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_mergeworktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_refreshworktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_togglechangeselection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_stopanddequeuechange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_toggleallchangeselection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_fetchfiletree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_fetchfilecontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_createterminalsession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_listterminalsessions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_deleteterminalsession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_resizeterminalsession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_createproposalsession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_listproposalsessions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_deleteproposalsession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_mergeproposalsession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_listproposalsessionchanges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_listproposalsessionmessages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_setuistate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "restclient_deleteuistate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "restclient_fetchapi", "to": "acp_client_acppromptblock_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "restclient_fetchapi", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dashboard_src_api_wsclient_ts", "to": "wsclient_websocketclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wsclient_websocketclient", "to": "wsclient_websocketclient_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wsclient_websocketclient", "to": "wsclient_websocketclient_connect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wsclient_websocketclient", "to": "wsclient_websocketclient_disconnect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wsclient_websocketclient", "to": "wsclient_websocketclient_on", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wsclient_websocketclient", "to": "wsclient_websocketclient_isconnected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wsclient_websocketclient", "to": "wsclient_websocketclient_attemptreconnect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wsclient_websocketclient", "to": "wsclient_websocketclient_notifyconnectionchange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wsclient_websocketclient", "to": "wsclient_websocketclient_startpingtimer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wsclient_websocketclient_disconnect", "to": "wsclient_websocketclient_notifyconnectionchange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wsclient_websocketclient_attemptreconnect", "to": "wsclient_websocketclient_notifyconnectionchange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wsclient_websocketclient_attemptreconnect", "to": "progress_progressdisplay_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dashboard_src_store_useappstore_test_ts", "to": "useappstore_test_createproject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_store_useappstore_test_ts", "to": "useappstore_test_createlogentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_store_useappstore_test_ts", "to": "useappstore_test_createstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_store_useappstore_ts", "to": "useappstore_appreducer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_src_store_useappstore_ts", "to": "useappstore_useappstore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_init_skill_py", "to": "init_skill_create_skill_structure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_init_skill_py", "to": "init_skill_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_skill_create_skill_structure", "to": "init_skill_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_skill_create_skill_structure", "to": "init_skill_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_package_skill_py", "to": "package_skill_validate_yaml_frontmatter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_package_skill_py", "to": "package_skill_validate_skill_structure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_package_skill_py", "to": "package_skill_package_skill", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_package_skill_py", "to": "package_skill_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "package_skill_validate_yaml_frontmatter", "to": "package_skill_validate_skill_structure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "package_skill_validate_yaml_frontmatter", "to": "package_skill_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "package_skill_validate_yaml_frontmatter", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "package_skill_validate_skill_structure", "to": "package_skill_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "package_skill_validate_skill_structure", "to": "package_skill_rationale_55", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "package_skill_validate_skill_structure", "to": "history_acceptancehistory_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "package_skill_validate_skill_structure", "to": "registry_projectregistry_list", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "package_skill_validate_skill_structure", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "package_skill_package_skill", "to": "package_skill_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "package_skill_package_skill", "to": "package_skill_rationale_87", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_conftest_py", "to": "conftest_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_testaddedonly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_testmodifiedonly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_testremovedonly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_testmixed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_testnoopormissingtarget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_testspeconlynoop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_test_no_op_or_missing_target_modified_fails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_test_no_op_or_missing_target_removed_fails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_test_no_op_or_missing_target_no_op_identical_modified_fails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_testdeltatocanonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_spec_promotion_py", "to": "test_cflx_spec_promotion_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testaddedonly_test_new_requirement_appears_in_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testaddedonly_test_existing_requirement_retained", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testaddedonly_test_result_differs_from_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testmodifiedonly_test_requirement_block_is_replaced", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testmodifiedonly_test_old_content_not_retained", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testmodifiedonly_test_heading_appears_exactly_once", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testmodifiedonly_test_no_errors_returned", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testremovedonly_test_removed_requirement_absent_from_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testremovedonly_test_retained_requirement_still_present", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testremovedonly_test_result_well_formed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testremovedonly_test_no_errors_returned", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testmixed_test_added_requirement_present", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testmixed_test_modified_requirement_replaced", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testmixed_test_removed_requirement_gone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testmixed_test_no_errors_returned", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testspeconlynoop_test_spec_only_no_op_returns_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testspeconlynoop_test_spec_only_no_op_canonical_unchanged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testspeconlynoop_test_simulate_promotion_no_op_errors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testdeltatocanonical_test_added_only_produces_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_testdeltatocanonical_test_new_spec_via_simulate_promotion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_load", "to": "test_cflx_spec_promotion_rationale_25", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testaddedonly", "to": "test_cflx_spec_promotion_testaddedonly_test_new_requirement_appears_in_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testaddedonly", "to": "test_cflx_spec_promotion_testaddedonly_test_existing_requirement_retained", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testaddedonly", "to": "test_cflx_spec_promotion_testaddedonly_test_result_differs_from_canonical", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testaddedonly_test_new_requirement_appears_in_result", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testaddedonly_test_existing_requirement_retained", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testaddedonly_test_result_differs_from_canonical", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testmodifiedonly", "to": "test_cflx_spec_promotion_testmodifiedonly_test_requirement_block_is_replaced", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testmodifiedonly", "to": "test_cflx_spec_promotion_testmodifiedonly_test_old_content_not_retained", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testmodifiedonly", "to": "test_cflx_spec_promotion_testmodifiedonly_test_heading_appears_exactly_once", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testmodifiedonly", "to": "test_cflx_spec_promotion_testmodifiedonly_test_no_errors_returned", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testmodifiedonly_test_requirement_block_is_replaced", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testmodifiedonly_test_old_content_not_retained", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testmodifiedonly_test_heading_appears_exactly_once", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testmodifiedonly_test_heading_appears_exactly_once", "to": "history_acceptancehistory_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testmodifiedonly_test_no_errors_returned", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testremovedonly", "to": "test_cflx_spec_promotion_testremovedonly_test_removed_requirement_absent_from_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testremovedonly", "to": "test_cflx_spec_promotion_testremovedonly_test_retained_requirement_still_present", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testremovedonly", "to": "test_cflx_spec_promotion_testremovedonly_test_result_well_formed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testremovedonly", "to": "test_cflx_spec_promotion_testremovedonly_test_no_errors_returned", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testremovedonly_test_removed_requirement_absent_from_result", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testremovedonly_test_retained_requirement_still_present", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testremovedonly_test_result_well_formed", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testremovedonly_test_no_errors_returned", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testmixed", "to": "test_cflx_spec_promotion_testmixed_test_added_requirement_present", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testmixed", "to": "test_cflx_spec_promotion_testmixed_test_modified_requirement_replaced", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testmixed", "to": "test_cflx_spec_promotion_testmixed_test_removed_requirement_gone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testmixed", "to": "test_cflx_spec_promotion_testmixed_test_no_errors_returned", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testmixed_test_added_requirement_present", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testmixed_test_modified_requirement_replaced", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testmixed_test_removed_requirement_gone", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testmixed_test_no_errors_returned", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testnoopormissingtarget", "to": "test_cflx_spec_promotion_testnoopormissingtarget_test_modified_missing_target_returns_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testnoopormissingtarget", "to": "test_cflx_spec_promotion_testnoopormissingtarget_test_removed_missing_target_returns_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testnoopormissingtarget", "to": "test_cflx_spec_promotion_testnoopormissingtarget_test_canonical_unchanged_on_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testnoopormissingtarget_test_modified_missing_target_returns_error", "to": "test_cflx_spec_promotion_rationale_152", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testnoopormissingtarget_test_modified_missing_target_returns_error", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testnoopormissingtarget_test_removed_missing_target_returns_error", "to": "test_cflx_spec_promotion_rationale_161", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testnoopormissingtarget_test_removed_missing_target_returns_error", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testnoopormissingtarget_test_canonical_unchanged_on_error", "to": "test_cflx_spec_promotion_rationale_170", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testnoopormissingtarget_test_canonical_unchanged_on_error", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testspeconlynoop", "to": "test_cflx_spec_promotion_testspeconlynoop_test_spec_only_no_op_returns_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testspeconlynoop", "to": "test_cflx_spec_promotion_testspeconlynoop_test_spec_only_no_op_canonical_unchanged", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testspeconlynoop", "to": "test_cflx_spec_promotion_testspeconlynoop_test_simulate_promotion_no_op_errors", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testspeconlynoop", "to": "test_cflx_spec_promotion_rationale_182", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testspeconlynoop_test_spec_only_no_op_returns_error", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testspeconlynoop_test_spec_only_no_op_canonical_unchanged", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testspeconlynoop_test_simulate_promotion_no_op_errors", "to": "openspec_cmd_simulate_promotion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_test_no_op_or_missing_target_modified_fails", "to": "test_cflx_spec_promotion_rationale_212", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_test_no_op_or_missing_target_modified_fails", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_test_no_op_or_missing_target_removed_fails", "to": "test_cflx_spec_promotion_rationale_229", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_test_no_op_or_missing_target_removed_fails", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_test_no_op_or_missing_target_no_op_identical_modified_fails", "to": "test_cflx_spec_promotion_rationale_246", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_test_no_op_or_missing_target_no_op_identical_modified_fails", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testdeltatocanonical", "to": "test_cflx_spec_promotion_testdeltatocanonical_test_added_only_produces_canonical", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testdeltatocanonical", "to": "test_cflx_spec_promotion_testdeltatocanonical_test_new_spec_via_simulate_promotion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_spec_promotion_testdeltatocanonical_test_added_only_produces_canonical", "to": "openspec_cmd_delta_to_canonical", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_spec_promotion_testdeltatocanonical_test_new_spec_via_simulate_promotion", "to": "openspec_cmd_simulate_promotion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_tumf_work_conflux_skills_tests_test_spec_only_acceptance_py", "to": "test_spec_only_acceptance_load_manager_class", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_spec_only_acceptance_py", "to": "test_spec_only_acceptance_make_manager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_spec_only_acceptance_py", "to": "test_spec_only_acceptance_create_spec_only_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_spec_only_acceptance_py", "to": "test_spec_only_acceptance_testspeconlyacceptancepass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_spec_only_acceptance_py", "to": "test_spec_only_acceptance_testspeconlyacceptancefail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_spec_only_acceptance_py", "to": "test_spec_only_acceptance_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_make_manager", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_create_spec_only_change", "to": "test_spec_only_acceptance_testspeconlyacceptancepass_test_added_delta_passes_validation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_create_spec_only_change", "to": "test_spec_only_acceptance_testspeconlyacceptancefail_test_modified_only_delta_produces_archive_risk_warning", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_create_spec_only_change", "to": "test_spec_only_acceptance_rationale_39", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_create_spec_only_change", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancepass", "to": "test_spec_only_acceptance_testspeconlyacceptancepass_test_added_delta_passes_validation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancepass", "to": "test_spec_only_acceptance_testspeconlyacceptancepass_test_fixture_spec_only_passes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancepass", "to": "test_spec_only_acceptance_rationale_66", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancepass", "to": "cflx_openspecmanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancepass_test_added_delta_passes_validation", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancepass_test_fixture_spec_only_passes", "to": "test_spec_only_acceptance_rationale_83", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancepass_test_fixture_spec_only_passes", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancepass_test_fixture_spec_only_passes", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancefail", "to": "test_spec_only_acceptance_testspeconlyacceptancefail_test_modified_only_delta_produces_archive_risk_warning", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancefail", "to": "test_spec_only_acceptance_testspeconlyacceptancefail_test_fixture_spec_only_risky_produces_warning", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancefail", "to": "test_spec_only_acceptance_rationale_94", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancefail", "to": "cflx_openspecmanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancefail_test_modified_only_delta_produces_archive_risk_warning", "to": "test_spec_only_acceptance_rationale_97", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancefail_test_modified_only_delta_produces_archive_risk_warning", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancefail_test_modified_only_delta_produces_archive_risk_warning", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancefail_test_fixture_spec_only_risky_produces_warning", "to": "test_spec_only_acceptance_rationale_113", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancefail_test_fixture_spec_only_risky_produces_warning", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancefail_test_fixture_spec_only_risky_produces_warning", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_testspeconlyacceptancefail_test_fixture_spec_only_risky_produces_warning", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_rationale_1", "to": "cflx_openspecmanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_spec_only_acceptance_rationale_83", "to": "cflx_openspecmanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_tumf_work_conflux_skills_tests_test_cflx_list_ignores_invalid_change_dirs_py", "to": "test_cflx_list_ignores_invalid_change_dirs_load_manager_class", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_cflx_list_ignores_invalid_change_dirs_py", "to": "test_cflx_list_ignores_invalid_change_dirs_write_valid_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_cflx_list_ignores_invalid_change_dirs_py", "to": "test_cflx_list_ignores_invalid_change_dirs_test_list_changes_ignores_invalid_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_cflx_list_ignores_invalid_change_dirs_py", "to": "test_cflx_list_ignores_invalid_change_dirs_test_find_change_dir_ignores_invalid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_cflx_list_ignores_invalid_change_dirs_py", "to": "test_cflx_list_ignores_invalid_change_dirs_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_list_ignores_invalid_change_dirs_load_manager_class", "to": "test_cflx_list_ignores_invalid_change_dirs_test_list_changes_ignores_invalid_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_list_ignores_invalid_change_dirs_load_manager_class", "to": "test_cflx_list_ignores_invalid_change_dirs_test_find_change_dir_ignores_invalid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_list_ignores_invalid_change_dirs_write_valid_change", "to": "test_cflx_list_ignores_invalid_change_dirs_test_list_changes_ignores_invalid_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_list_ignores_invalid_change_dirs_test_list_changes_ignores_invalid_dir", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_list_ignores_invalid_change_dirs_test_list_changes_ignores_invalid_dir", "to": "api_list_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_list_ignores_invalid_change_dirs_test_find_change_dir_ignores_invalid", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_list_ignores_invalid_change_dirs_test_find_change_dir_ignores_invalid", "to": "cflx_openspecmanager_find_change_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skills_tests_test_cflx_workflow_no_delta_marker_py", "to": "test_cflx_workflow_no_delta_marker_load_manager_class", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_workflow_no_delta_marker_py", "to": "test_cflx_workflow_no_delta_marker_write_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_workflow_no_delta_marker_py", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_workflow_no_delta_marker_py", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_tests_test_cflx_workflow_no_delta_marker_py", "to": "test_cflx_workflow_no_delta_marker_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_load_manager_class", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_passes_with_only_no_delta_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_load_manager_class", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_when_marker_and_delta_dir_coexist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_load_manager_class", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_without_marker_or_delta_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_load_manager_class", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_archive_change_succeeds_with_no_delta_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_load_manager_class", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_simulate_spec_promotion_returns_empty_errors_without_spec_dirs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_write_change", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_passes_with_only_no_delta_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_write_change", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_when_marker_and_delta_dir_coexist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_write_change", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_without_marker_or_delta_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_write_change", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_archive_change_succeeds_with_no_delta_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_write_change", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_simulate_spec_promotion_returns_empty_errors_without_spec_dirs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_passes_with_only_no_delta_marker", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_when_marker_and_delta_dir_coexist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_without_marker_or_delta_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_passes_with_only_no_delta_marker", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_passes_with_only_no_delta_marker", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_when_marker_and_delta_dir_coexist", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_when_marker_and_delta_dir_coexist", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_without_marker_or_delta_dir", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkervalidation_test_strict_validation_fails_without_marker_or_delta_dir", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_archive_change_succeeds_with_no_delta_marker", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow", "to": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_simulate_spec_promotion_returns_empty_errors_without_spec_dirs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_archive_change_succeeds_with_no_delta_marker", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_archive_change_succeeds_with_no_delta_marker", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_simulate_spec_promotion_returns_empty_errors_without_spec_dirs", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_workflow_no_delta_marker_testnodeltamarkerarchiveflow_test_simulate_spec_promotion_returns_empty_errors_without_spec_dirs", "to": "cflx_openspecmanager_simulate_spec_promotion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_tumf_work_conflux_skills_tests_test_cflx_proposal_change_types_py", "to": "test_cflx_proposal_change_types_load_manager_class", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_cflx_proposal_change_types_py", "to": "test_cflx_proposal_change_types_manager_for_fixture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_cflx_proposal_change_types_py", "to": "test_cflx_proposal_change_types_testchangetypevalidation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_cflx_proposal_change_types_py", "to": "test_cflx_proposal_change_types_testarchiveriskwarning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_cflx_proposal_change_types_py", "to": "test_cflx_proposal_change_types_testbehaviorverificationwarnings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_skills_tests_test_cflx_proposal_change_types_py", "to": "test_cflx_proposal_change_types_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_manager_for_fixture", "to": "test_cflx_proposal_change_types_testchangetypevalidation_test_spec_only_type_accepted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_manager_for_fixture", "to": "test_cflx_proposal_change_types_testchangetypevalidation_test_implementation_type_accepted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_manager_for_fixture", "to": "test_cflx_proposal_change_types_testchangetypevalidation_test_hybrid_type_accepted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_manager_for_fixture", "to": "test_cflx_proposal_change_types_testarchiveriskwarning_test_spec_only_added_delta_no_warning", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_manager_for_fixture", "to": "test_cflx_proposal_change_types_testarchiveriskwarning_test_spec_only_modified_only_delta_triggers_warning", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_manager_for_fixture", "to": "test_cflx_proposal_change_types_testarchiveriskwarning_test_implementation_proposal_no_archive_warning", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_manager_for_fixture", "to": "test_cflx_proposal_change_types_testarchiveriskwarning_test_hybrid_proposal_no_archive_warning", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_manager_for_fixture", "to": "test_cflx_proposal_change_types_rationale_27", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_manager_for_fixture", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation", "to": "test_cflx_proposal_change_types_testchangetypevalidation_test_spec_only_type_accepted", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation", "to": "test_cflx_proposal_change_types_testchangetypevalidation_test_implementation_type_accepted", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation", "to": "test_cflx_proposal_change_types_testchangetypevalidation_test_hybrid_type_accepted", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation", "to": "test_cflx_proposal_change_types_testchangetypevalidation_test_missing_change_type_rejected_in_strict_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation", "to": "test_cflx_proposal_change_types_testchangetypevalidation_test_invalid_change_type_rejected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation", "to": "test_cflx_proposal_change_types_testchangetypevalidation_test_change_type_not_required_in_non_strict_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation", "to": "test_cflx_proposal_change_types_rationale_47", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation", "to": "cflx_openspecmanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_spec_only_type_accepted", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_implementation_type_accepted", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_hybrid_type_accepted", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_missing_change_type_rejected_in_strict_mode", "to": "test_cflx_proposal_change_types_rationale_74", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_missing_change_type_rejected_in_strict_mode", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_missing_change_type_rejected_in_strict_mode", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_invalid_change_type_rejected", "to": "test_cflx_proposal_change_types_rationale_96", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_invalid_change_type_rejected", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_invalid_change_type_rejected", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_change_type_not_required_in_non_strict_mode", "to": "test_cflx_proposal_change_types_rationale_119", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_change_type_not_required_in_non_strict_mode", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testchangetypevalidation_test_change_type_not_required_in_non_strict_mode", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning", "to": "test_cflx_proposal_change_types_testarchiveriskwarning_test_spec_only_added_delta_no_warning", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning", "to": "test_cflx_proposal_change_types_testarchiveriskwarning_test_spec_only_modified_only_delta_triggers_warning", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning", "to": "test_cflx_proposal_change_types_testarchiveriskwarning_test_implementation_proposal_no_archive_warning", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning", "to": "test_cflx_proposal_change_types_testarchiveriskwarning_test_hybrid_proposal_no_archive_warning", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning", "to": "test_cflx_proposal_change_types_rationale_140", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning", "to": "cflx_openspecmanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning_test_spec_only_added_delta_no_warning", "to": "test_cflx_proposal_change_types_rationale_143", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning_test_spec_only_added_delta_no_warning", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning_test_spec_only_modified_only_delta_triggers_warning", "to": "test_cflx_proposal_change_types_rationale_150", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning_test_spec_only_modified_only_delta_triggers_warning", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning_test_spec_only_modified_only_delta_triggers_warning", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning_test_implementation_proposal_no_archive_warning", "to": "test_cflx_proposal_change_types_rationale_160", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning_test_implementation_proposal_no_archive_warning", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning_test_hybrid_proposal_no_archive_warning", "to": "test_cflx_proposal_change_types_rationale_167", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testarchiveriskwarning_test_hybrid_proposal_no_archive_warning", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testbehaviorverificationwarnings", "to": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_behavior_task_requires_verification_ownership_in_warning_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testbehaviorverificationwarnings", "to": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_executable_surface_without_runnable_verification_warns", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testbehaviorverificationwarnings", "to": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_runtime_claim_without_behavior_task_warns", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testbehaviorverificationwarnings", "to": "test_cflx_proposal_change_types_rationale_175", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_cflx_proposal_change_types_testbehaviorverificationwarnings", "to": "cflx_openspecmanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_behavior_task_requires_verification_ownership_in_warning_mode", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_behavior_task_requires_verification_ownership_in_warning_mode", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_executable_surface_without_runnable_verification_warns", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_executable_surface_without_runnable_verification_warns", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_runtime_claim_without_behavior_task_warns", "to": "openspec_cmd_openspecmanager", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_testbehaviorverificationwarnings_test_runtime_claim_without_behavior_task_warns", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_cflx_proposal_change_types_rationale_1", "to": "cflx_openspecmanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "skills_shared_cflx_spec_promotion_py", "to": "cflx_spec_promotion_split_spec", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_shared_cflx_spec_promotion_py", "to": "cflx_spec_promotion_parse_delta_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_shared_cflx_spec_promotion_py", "to": "cflx_spec_promotion_blocks_equal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_shared_cflx_spec_promotion_py", "to": "cflx_spec_promotion_reconstruct", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_shared_cflx_spec_promotion_py", "to": "cflx_spec_promotion_merge_spec_delta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_shared_cflx_spec_promotion_py", "to": "cflx_spec_promotion_simulate_promotion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_shared_cflx_spec_promotion_py", "to": "cflx_spec_promotion_delta_to_canonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_shared_cflx_spec_promotion_py", "to": "cflx_spec_promotion_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_split_spec", "to": "cflx_spec_promotion_parse_delta_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_split_spec", "to": "cflx_spec_promotion_merge_spec_delta", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_split_spec", "to": "cflx_spec_promotion_rationale_13", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_parse_delta_sections", "to": "cflx_spec_promotion_merge_spec_delta", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_parse_delta_sections", "to": "cflx_spec_promotion_delta_to_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_parse_delta_sections", "to": "cflx_spec_promotion_rationale_34", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_parse_delta_sections", "to": "registry_projectregistry_list", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_spec_promotion_parse_delta_sections", "to": "mod_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_spec_promotion_parse_delta_sections", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_spec_promotion_blocks_equal", "to": "cflx_spec_promotion_merge_spec_delta", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_blocks_equal", "to": "cflx_spec_promotion_rationale_57", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_blocks_equal", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_spec_promotion_reconstruct", "to": "cflx_spec_promotion_merge_spec_delta", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_reconstruct", "to": "cflx_spec_promotion_delta_to_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_reconstruct", "to": "cflx_spec_promotion_rationale_67", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_merge_spec_delta", "to": "cflx_spec_promotion_simulate_promotion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_merge_spec_delta", "to": "cflx_spec_promotion_rationale_80", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_simulate_promotion", "to": "cflx_spec_promotion_delta_to_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_simulate_promotion", "to": "cflx_spec_promotion_rationale_142", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_spec_promotion_delta_to_canonical", "to": "cflx_spec_promotion_rationale_154", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_cflx_workflow_scripts_cflx_py", "to": "cflx_colors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_cflx_workflow_scripts_cflx_py", "to": "cflx_openspecmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_cflx_workflow_scripts_cflx_py", "to": "cflx_warn_invalid_change_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_cflx_workflow_scripts_cflx_py", "to": "cflx_print_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_cflx_workflow_scripts_cflx_py", "to": "cflx_print_change_detail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "skills_cflx_workflow_scripts_cflx_py", "to": "cflx_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_colors", "to": "cflx_rationale_28", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_check_obsolete_artifacts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_is_valid_change_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_list_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_list_specs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_get_change_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_count_tasks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_show_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_find_change_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_validate_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_validate_change_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_validate_tasks_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_validate_specs_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_archive_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_simulate_spec_promotion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_openspecmanager_update_specs_from_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "cflx_rationale_40", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager", "to": "test_spec_only_acceptance_rationale_28", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_spec_only_acceptance_rationale_55", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_spec_only_acceptance_rationale_72", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_spec_only_acceptance_rationale_86", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_spec_only_acceptance_rationale_100", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_cflx_proposal_change_types_rationale_18", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_cflx_proposal_change_types_rationale_38", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_cflx_proposal_change_types_rationale_65", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_cflx_proposal_change_types_rationale_87", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_cflx_proposal_change_types_rationale_110", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_cflx_proposal_change_types_rationale_131", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_cflx_proposal_change_types_rationale_134", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_cflx_proposal_change_types_rationale_141", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_cflx_proposal_change_types_rationale_151", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_cflx_proposal_change_types_rationale_158", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager", "to": "test_cflx_proposal_change_types_rationale_166", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager_check_obsolete_artifacts", "to": "cflx_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_check_obsolete_artifacts", "to": "cflx_rationale_60", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_is_valid_change_dir", "to": "cflx_openspecmanager_list_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_is_valid_change_dir", "to": "cflx_openspecmanager_find_change_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_is_valid_change_dir", "to": "cflx_rationale_78", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_warn_invalid_change_dir", "to": "cflx_openspecmanager_list_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_warn_invalid_change_dir", "to": "cflx_openspecmanager_find_change_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_list_changes", "to": "cflx_openspecmanager_list_specs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_list_changes", "to": "cflx_openspecmanager_get_change_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_list_changes", "to": "cflx_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_list_changes", "to": "cflx_rationale_92", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_list_changes", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager_get_change_info", "to": "cflx_openspecmanager_count_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_get_change_info", "to": "cflx_rationale_143", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_get_change_info", "to": "state_webstate_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager_count_tasks", "to": "cflx_openspecmanager_show_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_count_tasks", "to": "cflx_rationale_168", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_show_change", "to": "cflx_openspecmanager_find_change_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_show_change", "to": "cflx_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_show_change", "to": "cflx_rationale_202", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_show_change", "to": "state_webstate_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager_find_change_dir", "to": "cflx_openspecmanager_validate_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_find_change_dir", "to": "cflx_rationale_248", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_validate_change", "to": "cflx_openspecmanager_validate_change_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_validate_change", "to": "cflx_openspecmanager_archive_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_validate_change", "to": "cflx_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_validate_change", "to": "cflx_rationale_272", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_validate_change", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager_validate_change_dir", "to": "cflx_openspecmanager_validate_tasks_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_validate_change_dir", "to": "cflx_openspecmanager_validate_specs_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_validate_change_dir", "to": "cflx_rationale_292", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_validate_tasks_file", "to": "cflx_rationale_353", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_validate_specs_dir", "to": "cflx_rationale_391", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_archive_change", "to": "cflx_openspecmanager_simulate_spec_promotion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_archive_change", "to": "cflx_openspecmanager_update_specs_from_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_archive_change", "to": "cflx_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_archive_change", "to": "cflx_rationale_435", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_simulate_spec_promotion", "to": "cflx_rationale_478", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_openspecmanager_simulate_spec_promotion", "to": "openspec_cmd_simulate_promotion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_openspecmanager_update_specs_from_change", "to": "cflx_rationale_503", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_print_changes", "to": "cflx_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_print_changes", "to": "cflx_rationale_541", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_print_changes", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_print_change_detail", "to": "cflx_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_print_change_detail", "to": "cflx_rationale_571", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cflx_print_change_detail", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cflx_print_change_detail", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_deltasections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_split_spec", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_parse_delta_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_reconstruct", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_blocks_equal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_merge_spec_delta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_delta_to_canonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_simulate_promotion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_openspecmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_changeinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_specinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_showinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_count_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_extract_change_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_looks_like_behavior_task", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_has_repository_evidence_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_has_verification_ownership_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_looks_like_artifact_heavy_task", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_proposal_mentions_executable_surface", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_verification_mentions_executable_surface", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_proposal_mentions_runtime_behavior", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_validate_tasks_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_check_archive_risk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_cmd_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_cmd_show", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_cmd_validate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_cmd_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_check_obsolete_artifacts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_split_spec_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_split_spec_with_blocks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_parse_delta_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_merge_spec_delta_added", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_merge_spec_delta_modified", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_merge_spec_delta_removed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_merge_spec_delta_modified_target_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_merge_spec_delta_removed_target_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_merge_spec_delta_noop_rejection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_delta_to_canonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_delta_to_canonical_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_simulate_promotion_new_spec", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_simulate_promotion_existing_spec", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_count_tasks_basic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_count_tasks_excludes_future_work", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_extract_change_type_bold", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_extract_change_type_plain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_extract_change_type_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_validate_tasks_checkbox_in_excluded", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_validate_tasks_bare_task", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_validate_tasks_evidence_warn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_validate_tasks_evidence_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_validate_tasks_with_verification_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_validate_tasks_with_weak_verification", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_warns_missing_verification_ownership", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_warns_artifact_heavy_tasks_dominate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_warns_executable_surface_without_runnable_verification", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_warns_runtime_claim_without_behavior_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_cmd_list_runs_without_panic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_cmd_show_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_cmd_validate_all", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_tumf_work_conflux_src_openspec_cmd_rs", "to": "openspec_cmd_test_cmd_validate_nonexistent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_split_spec", "to": "openspec_cmd_openspecmanager_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_split_spec", "to": "openspec_cmd_parse_delta_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_split_spec", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_split_spec", "to": "openspec_cmd_test_split_spec_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_split_spec", "to": "openspec_cmd_test_split_spec_with_blocks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_split_spec", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_split_spec", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_split_spec", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_parse_delta_sections", "to": "openspec_cmd_openspecmanager_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_parse_delta_sections", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_parse_delta_sections", "to": "openspec_cmd_delta_to_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_parse_delta_sections", "to": "openspec_cmd_test_parse_delta_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_parse_delta_sections", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_parse_delta_sections", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_parse_delta_sections", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_parse_delta_sections", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_parse_delta_sections", "to": "mod_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_reconstruct", "to": "openspec_cmd_openspecmanager_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_reconstruct", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_reconstruct", "to": "openspec_cmd_delta_to_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_reconstruct", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_reconstruct", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_blocks_equal", "to": "openspec_cmd_merge_spec_delta", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_blocks_equal", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_blocks_equal", "to": "hooks_recordingoutputhandler_all", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "openspec_cmd_openspecmanager_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "openspec_cmd_simulate_promotion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "openspec_cmd_openspecmanager_update_specs_from_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "openspec_cmd_test_merge_spec_delta_added", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "openspec_cmd_test_merge_spec_delta_modified", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "openspec_cmd_test_merge_spec_delta_removed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "openspec_cmd_test_merge_spec_delta_modified_target_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "openspec_cmd_test_merge_spec_delta_removed_target_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "openspec_cmd_test_merge_spec_delta_noop_rejection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_merge_spec_delta", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_delta_to_canonical", "to": "openspec_cmd_openspecmanager_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_delta_to_canonical", "to": "openspec_cmd_simulate_promotion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_delta_to_canonical", "to": "openspec_cmd_openspecmanager_update_specs_from_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_delta_to_canonical", "to": "openspec_cmd_test_delta_to_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_delta_to_canonical", "to": "openspec_cmd_test_delta_to_canonical_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_delta_to_canonical", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_simulate_promotion", "to": "openspec_cmd_openspecmanager_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_simulate_promotion", "to": "openspec_cmd_openspecmanager_simulate_spec_promotion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_simulate_promotion", "to": "openspec_cmd_test_simulate_promotion_new_spec", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_simulate_promotion", "to": "openspec_cmd_test_simulate_promotion_existing_spec", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_find_change_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_list_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_list_specs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_get_change_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_show_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_validate_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_validate_change_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_validate_specs_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_archive_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_simulate_spec_promotion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager", "to": "openspec_cmd_openspecmanager_update_specs_from_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_openspecmanager_list_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_openspecmanager_list_specs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_openspecmanager_get_change_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_openspecmanager_show_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_openspecmanager_validate_change_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_openspecmanager_validate_specs_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_openspecmanager_simulate_spec_promotion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_openspecmanager_update_specs_from_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_count_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_extract_change_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_validate_tasks_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_check_archive_risk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_cmd_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_cmd_show", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_cmd_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_cmd_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "openspec_cmd_check_obsolete_artifacts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_new", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_find_change_dir", "to": "openspec_cmd_openspecmanager_show_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_find_change_dir", "to": "openspec_cmd_openspecmanager_validate_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_list_changes", "to": "openspec_cmd_openspecmanager_get_change_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_list_changes", "to": "openspec_cmd_cmd_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_list_changes", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_list_specs", "to": "openspec_cmd_cmd_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_list_specs", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_get_change_info", "to": "openspec_cmd_count_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_show_change", "to": "openspec_cmd_count_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_show_change", "to": "openspec_cmd_cmd_show", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_show_change", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_validate_change", "to": "openspec_cmd_openspecmanager_validate_change_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_validate_change", "to": "openspec_cmd_openspecmanager_archive_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_validate_change", "to": "openspec_cmd_cmd_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_validate_change", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_validate_change", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_validate_change_dir", "to": "openspec_cmd_extract_change_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_validate_change_dir", "to": "openspec_cmd_validate_tasks_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_validate_change_dir", "to": "openspec_cmd_openspecmanager_validate_specs_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_validate_change_dir", "to": "openspec_cmd_check_archive_risk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_validate_change_dir", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_validate_change_dir", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_validate_specs_dir", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_validate_specs_dir", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_archive_change", "to": "openspec_cmd_openspecmanager_simulate_spec_promotion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_archive_change", "to": "openspec_cmd_openspecmanager_update_specs_from_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_archive_change", "to": "openspec_cmd_cmd_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_openspecmanager_archive_change", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_archive_change", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_simulate_spec_promotion", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_openspecmanager_update_specs_from_change", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_count_tasks", "to": "openspec_cmd_test_count_tasks_basic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_count_tasks", "to": "openspec_cmd_test_count_tasks_excludes_future_work", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_count_tasks", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_extract_change_type", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_extract_change_type", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_looks_like_behavior_task", "to": "openspec_cmd_validate_tasks_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_looks_like_behavior_task", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_has_repository_evidence_hint", "to": "openspec_cmd_validate_tasks_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_has_repository_evidence_hint", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_has_verification_ownership_marker", "to": "openspec_cmd_validate_tasks_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_has_verification_ownership_marker", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_looks_like_artifact_heavy_task", "to": "openspec_cmd_validate_tasks_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_looks_like_artifact_heavy_task", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_proposal_mentions_executable_surface", "to": "openspec_cmd_validate_tasks_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_proposal_mentions_executable_surface", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_verification_mentions_executable_surface", "to": "openspec_cmd_validate_tasks_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_verification_mentions_executable_surface", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_proposal_mentions_runtime_behavior", "to": "openspec_cmd_validate_tasks_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_proposal_mentions_runtime_behavior", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "openspec_cmd_test_validate_tasks_checkbox_in_excluded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "openspec_cmd_test_validate_tasks_bare_task", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "openspec_cmd_test_validate_tasks_evidence_warn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "openspec_cmd_test_validate_tasks_evidence_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "openspec_cmd_test_validate_tasks_with_verification_hint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "openspec_cmd_test_validate_tasks_with_weak_verification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "openspec_cmd_test_warns_missing_verification_ownership", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "openspec_cmd_test_warns_artifact_heavy_tasks_dominate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "openspec_cmd_test_warns_executable_surface_without_runnable_verification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "openspec_cmd_test_warns_runtime_claim_without_behavior_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_validate_tasks_content", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_check_archive_risk", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_check_archive_risk", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_cmd_list", "to": "openspec_cmd_test_cmd_list_runs_without_panic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_cmd_list", "to": "main_main", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_cmd_show", "to": "openspec_cmd_test_cmd_show_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_cmd_show", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_cmd_show", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_cmd_show", "to": "main_main", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_cmd_validate", "to": "openspec_cmd_check_obsolete_artifacts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_cmd_validate", "to": "openspec_cmd_test_cmd_validate_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_cmd_validate", "to": "openspec_cmd_test_cmd_validate_nonexistent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_cmd_cmd_validate", "to": "main_main", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_cmd_archive", "to": "main_main", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_cmd_check_obsolete_artifacts", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_serialrunservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_changeprocessresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_is_progress_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_serialapplyeventhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_test_select_next_change_prioritizes_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_test_select_next_change_excludes_stalled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_test_select_next_change_prioritizes_complete_for_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_test_process_acceptance_result_archive_readiness_fail_blocks_archive_progression", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_test_process_acceptance_result_archive_readiness_pass_allows_archive_progression", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_test_process_acceptance_result_blocked_returns_fallback_error_variant", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_serial_run_service_rs", "to": "serial_run_service_test_mark_stalled_prevents_reselection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_repo_root", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_iteration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_changes_processed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_current_change_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_apply_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_increment_apply_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_is_stalled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_is_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_select_next_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_mark_stalled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_process_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_archive_change_internal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_apply_change_internal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_check_stall_after_apply", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_refetch_change_after_apply", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_process_acceptance_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice", "to": "serial_run_service_serialrunservice_update_operation_tracker", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_new", "to": "serial_run_service_serialapplyeventhandler_a_o_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_new", "to": "types_orchestratorconfig_get_stall_detection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_count", "to": "serial_run_service_serialrunservice_process_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_apply_count", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_increment_apply_count", "to": "serial_run_service_serialrunservice_apply_change_internal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_is_stalled", "to": "serial_run_service_serialrunservice_select_next_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_is_stalled", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_is_completed", "to": "serial_run_service_serialrunservice_select_next_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_is_completed", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_select_next_change", "to": "serial_run_service_test_select_next_change_prioritizes_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_select_next_change", "to": "serial_run_service_test_select_next_change_excludes_stalled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_select_next_change", "to": "serial_run_service_test_select_next_change_prioritizes_complete_for_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_select_next_change", "to": "serial_run_service_test_mark_stalled_prevents_reselection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_select_next_change", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_select_next_change", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_select_next_change", "to": "state_orchestratorstate_is_complete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_mark_stalled", "to": "serial_run_service_serialrunservice_archive_change_internal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_mark_stalled", "to": "serial_run_service_serialrunservice_apply_change_internal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_mark_stalled", "to": "serial_run_service_test_select_next_change_excludes_stalled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_mark_stalled", "to": "serial_run_service_test_mark_stalled_prevents_reselection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_process_change", "to": "serial_run_service_serialapplyeventhandler_a_o_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_process_change", "to": "serial_run_service_serialrunservice_archive_change_internal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_process_change", "to": "serial_run_service_serialrunservice_apply_change_internal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_process_change", "to": "hooks_hookcontext_with_apply_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_process_change", "to": "hooks_hookcontext_with_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_process_change", "to": "hooks_hookrunner_run_hook", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_process_change", "to": "state_orchestratorstate_is_complete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_process_change", "to": "orchestrator_orchestrator_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_process_change", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_archive_change_internal", "to": "serial_run_service_serialrunservice_update_operation_tracker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_archive_change_internal", "to": "serial_run_service_serialapplyeventhandler_a_o_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_archive_change_internal", "to": "types_orchestratorconfig_get_stall_detection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_archive_change_internal", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_archive_change_internal", "to": "runner_agentrunner_clear_acceptance_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_archive_change_internal", "to": "hooks_hookcontext_with_apply_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_archive_change_internal", "to": "hooks_hookcontext_with_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_archive_change_internal", "to": "hooks_hookrunner_run_hook", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_archive_change_internal", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_archive_change_internal", "to": "stall_stalldetector_clear_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "serial_run_service_serialapplyeventhandler_a_o_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "serial_run_service_serialrunservice_refetch_change_after_apply", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "serial_run_service_serialrunservice_update_operation_tracker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "serial_run_service_serialrunservice_process_acceptance_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "archive_archiveloophookcontext_serial", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "acp_client_acpclient_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "output_testoutputhandler_on_stdout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "output_testoutputhandler_on_agent_stderr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "rejection_run_rejection_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "basic_get_current_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "rejection_execute_rejection_flow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "rejection_handle_resume_apply_from_rejecting", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_apply_change_internal", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_check_stall_after_apply", "to": "serial_run_service_is_progress_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_check_stall_after_apply", "to": "stall_stalldetector_register_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_check_stall_after_apply", "to": "stall_stalldetector_current_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_check_stall_after_apply", "to": "runner_agentrunner_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_check_stall_after_apply", "to": "orchestrator_orchestrator_handle_apply_success_incomplete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_refetch_change_after_apply", "to": "openspec_list_changes_native", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_refetch_change_after_apply", "to": "state_orchestratorstate_is_complete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_process_acceptance_result", "to": "serial_run_service_test_process_acceptance_result_archive_readiness_fail_blocks_archive_progression", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_process_acceptance_result", "to": "serial_run_service_test_process_acceptance_result_archive_readiness_pass_allows_archive_progression", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_process_acceptance_result", "to": "serial_run_service_test_process_acceptance_result_blocked_returns_fallback_error_variant", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialrunservice_process_acceptance_result", "to": "runner_agentrunner_count_consecutive_acceptance_continues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_process_acceptance_result", "to": "types_orchestratorconfig_get_acceptance_max_continues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_process_acceptance_result", "to": "task_parser_record_acceptance_follow_up", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialrunservice_process_acceptance_result", "to": "runner_agentrunner_next_acceptance_attempt_number", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o", "to": "serial_run_service_serialapplyeventhandler_a_o_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o", "to": "serial_run_service_serialapplyeventhandler_a_o_on_apply_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o", "to": "serial_run_service_serialapplyeventhandler_a_o_on_progress_updated", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o", "to": "serial_run_service_serialapplyeventhandler_a_o_on_hook_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o", "to": "serial_run_service_serialapplyeventhandler_a_o_on_hook_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o", "to": "serial_run_service_serialapplyeventhandler_a_o_on_hook_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o", "to": "serial_run_service_serialapplyeventhandler_a_o_on_apply_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o_new", "to": "serial_run_service_create_test_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o_new", "to": "serial_run_service_test_select_next_change_prioritizes_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o_new", "to": "serial_run_service_test_select_next_change_excludes_stalled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o_new", "to": "serial_run_service_test_select_next_change_prioritizes_complete_for_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o_new", "to": "serial_run_service_test_process_acceptance_result_archive_readiness_fail_blocks_archive_progression", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o_new", "to": "serial_run_service_test_process_acceptance_result_archive_readiness_pass_allows_archive_progression", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o_new", "to": "serial_run_service_test_process_acceptance_result_blocked_returns_fallback_error_variant", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_serialapplyeventhandler_a_o_new", "to": "serial_run_service_test_mark_stalled_prevents_reselection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "serial_run_service_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_test_select_next_change_prioritizes_progress", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_test_select_next_change_excludes_stalled", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_test_select_next_change_prioritizes_complete_for_archive", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_test_process_acceptance_result_archive_readiness_fail_blocks_archive_progression", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_test_process_acceptance_result_archive_readiness_pass_allows_archive_progression", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_test_process_acceptance_result_blocked_returns_fallback_error_variant", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "serial_run_service_test_mark_stalled_prevents_reselection", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_openspec_rs", "to": "openspec_proposalpriority", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_proposalmetadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_proposal_priority_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_warnings_to_strings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_frontmatter_metadata_to_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_read_proposal_from_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_read_proposal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_parse_proposal_metadata_from_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_parse_proposal_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_split_frontmatter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_parse_frontmatter_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_proposalfrontmatterwarning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_proposalfrontmattermetadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_rawproposalfrontmatter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_proposalreadresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_parse_body_dependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_parse_dependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_extract_dependency_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_list_changes_native", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_change_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_change_is_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_list_changes_native_returns_ok", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_list_changes_native_excludes_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_list_changes_native_excludes_hidden", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_list_changes_native_sorted_by_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_list_changes_native_parses_task_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_list_changes_native_integration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_list_changes_native_excludes_rejected_marker_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_read_proposal_prefers_frontmatter_dependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_read_proposal_falls_back_to_body_dependencies_without_frontmatter_field", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_read_proposal_warns_on_unknown_frontmatter_keys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_list_changes_native_excludes_without_proposal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_parse_proposal_metadata_prefers_frontmatter_dependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_parse_proposal_metadata_falls_back_to_body_dependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_parse_proposal_metadata_warns_on_unknown_frontmatter_keys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_openspec_rs", "to": "openspec_test_list_changes_native_suppresses_repetitive_logs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_warnings_to_strings", "to": "openspec_frontmatter_metadata_to_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_frontmatter_metadata_to_metadata", "to": "openspec_parse_proposal_metadata_from_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_read_proposal_from_path", "to": "openspec_split_frontmatter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_read_proposal_from_path", "to": "openspec_parse_frontmatter_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_read_proposal_from_path", "to": "openspec_parse_body_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_read_proposal_from_path", "to": "openspec_read_proposal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_read_proposal_from_path", "to": "openspec_parse_proposal_metadata_from_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_read_proposal_from_path", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_read_proposal", "to": "openspec_test_read_proposal_prefers_frontmatter_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_read_proposal", "to": "openspec_test_read_proposal_falls_back_to_body_dependencies_without_frontmatter_field", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_read_proposal", "to": "openspec_test_read_proposal_warns_on_unknown_frontmatter_keys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_read_proposal", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_read_proposal", "to": "analyzer_parallelizationanalyzer_read_prompt_metadata", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_parse_proposal_metadata_from_file", "to": "openspec_proposalfrontmattermetadata_is_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_proposal_metadata_from_file", "to": "openspec_parse_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_proposal_metadata_from_file", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_parse_proposal_metadata_from_file", "to": "analyzer_test_build_prompt_includes_frontmatter_metadata_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_parse_proposal_metadata_from_file", "to": "dispatch_is_implementation_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_parse_proposal_metadata_from_file", "to": "proposal_session_proposalsessionmanager_detect_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_parse_proposal_metadata", "to": "openspec_split_frontmatter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_proposal_metadata", "to": "openspec_parse_frontmatter_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_proposal_metadata", "to": "openspec_proposalfrontmattermetadata_is_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_proposal_metadata", "to": "openspec_parse_body_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_proposal_metadata", "to": "openspec_test_parse_proposal_metadata_prefers_frontmatter_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_proposal_metadata", "to": "openspec_test_parse_proposal_metadata_falls_back_to_body_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_proposal_metadata", "to": "openspec_test_parse_proposal_metadata_warns_on_unknown_frontmatter_keys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_frontmatter_metadata", "to": "openspec_extract_dependency_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_frontmatter_metadata", "to": "openspec_proposalfrontmattermetadata_is_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_frontmatter_metadata", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_parse_frontmatter_metadata", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_parse_frontmatter_metadata", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_parse_frontmatter_metadata", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_parse_frontmatter_metadata", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_change", "to": "openspec_change_progress_percent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_change", "to": "openspec_change_is_complete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_proposalfrontmattermetadata", "to": "openspec_proposalfrontmattermetadata_is_empty", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_proposalfrontmattermetadata_is_empty", "to": "openspec_parse_body_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_proposalfrontmattermetadata_is_empty", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_proposalreadresult", "to": "openspec_proposalreadresult_dependencies_for_analysis", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_body_dependencies", "to": "openspec_extract_dependency_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_body_dependencies", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_parse_body_dependencies", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_parse_dependencies", "to": "openspec_list_changes_native", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_parse_dependencies", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "openspec_test_list_changes_native_returns_ok", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_list_changes_native", "to": "openspec_test_list_changes_native_excludes_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_list_changes_native", "to": "openspec_test_list_changes_native_excludes_hidden", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_list_changes_native", "to": "openspec_test_list_changes_native_sorted_by_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_list_changes_native", "to": "openspec_test_list_changes_native_parses_task_counts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_list_changes_native", "to": "openspec_test_list_changes_native_integration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_list_changes_native", "to": "openspec_test_list_changes_native_excludes_rejected_marker_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_list_changes_native", "to": "openspec_test_list_changes_native_excludes_without_proposal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_list_changes_native", "to": "openspec_test_list_changes_native_suppresses_repetitive_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "openspec_list_changes_native", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "task_parser_parse_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "log_deduplicator_should_log_change_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "main_main", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "orchestrator_orchestrator_update_execution_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "orchestrator_orchestrator_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "orchestrator_orchestrator_refetch_and_select_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "queue_state_parallelexecutor_retry_deferred_merges", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "queue_state_parallelexecutor_check_dynamic_queue_and_add_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "merge_parallelexecutor_handle_merge_and_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "merge_parallelexecutor_resolve_merge_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "orchestrator_run_orchestrator_parallel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_list_changes_native", "to": "state_webstate_refresh_from_disk", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_change_progress", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_change_progress", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_change_is_complete", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_change_is_complete", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_list_changes_native_sorted_by_id", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_list_changes_native_excludes_rejected_marker_changes", "to": "test_support_cwd_lock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_list_changes_native_excludes_rejected_marker_changes", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_read_proposal_prefers_frontmatter_dependencies", "to": "test_support_cwd_lock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_read_proposal_prefers_frontmatter_dependencies", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_read_proposal_falls_back_to_body_dependencies_without_frontmatter_field", "to": "test_support_cwd_lock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_read_proposal_falls_back_to_body_dependencies_without_frontmatter_field", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_read_proposal_warns_on_unknown_frontmatter_keys", "to": "test_support_cwd_lock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_read_proposal_warns_on_unknown_frontmatter_keys", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_list_changes_native_excludes_without_proposal", "to": "test_support_cwd_lock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_list_changes_native_excludes_without_proposal", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_parse_proposal_metadata_prefers_frontmatter_dependencies", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_parse_proposal_metadata_falls_back_to_body_dependencies", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_parse_proposal_metadata_warns_on_unknown_frontmatter_keys", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_list_changes_native_suppresses_repetitive_logs", "to": "test_support_cwd_lock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_list_changes_native_suppresses_repetitive_logs", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_list_changes_native_suppresses_repetitive_logs", "to": "log_deduplicator_configure_logging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_list_changes_native_suppresses_repetitive_logs", "to": "log_deduplicator_should_log_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "openspec_test_list_changes_native_suppresses_repetitive_logs", "to": "log_deduplicator_should_log_change_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_events_rs", "to": "events_loglevel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_logentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_ansi_csi_regex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_ansi_fragment_regex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_sanitize_log_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_rejectionoutcome", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_executionevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_eventsink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_noopeventsink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_send_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_dispatch_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_cli_event_sinks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_mockeventsink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_execution_event_debug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_dispatch_event_notifies_mock_sink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_entry_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_entry_strips_ansi_sequences", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_entry_strips_sgr_fragments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_entry_with_change_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_hook_started_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_hook_completed_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_hook_failed_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_progress_updated_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_entry_with_operation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_entry_with_iteration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_entry_with_operation_and_iteration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_entry_info_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_entry_success_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_entry_warn_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_entry_error_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_log_level_equality", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_acceptance_started_event_with_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_archive_started_event_with_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_events_rs", "to": "events_test_resolve_started_event_with_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry", "to": "events_logentry_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry", "to": "events_logentry_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry", "to": "events_logentry_warn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry", "to": "events_logentry_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry", "to": "events_logentry_with_change_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry", "to": "events_logentry_with_operation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry", "to": "events_logentry_with_iteration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry", "to": "events_logentry_with_workspace_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_ansi_csi_regex", "to": "events_mockeventsink_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_ansi_csi_regex", "to": "events_sanitize_log_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_ansi_fragment_regex", "to": "events_mockeventsink_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_ansi_fragment_regex", "to": "events_sanitize_log_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_sanitize_log_message", "to": "events_logentry_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_sanitize_log_message", "to": "events_logentry_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_sanitize_log_message", "to": "events_logentry_warn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_sanitize_log_message", "to": "events_logentry_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_info", "to": "events_test_log_entry_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_info", "to": "events_test_log_entry_strips_ansi_sequences", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_info", "to": "events_test_log_entry_strips_sgr_fragments", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_info", "to": "events_test_log_entry_with_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_info", "to": "events_test_log_entry_with_operation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_info", "to": "events_test_log_entry_with_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_info", "to": "events_test_log_entry_with_operation_and_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_info", "to": "events_test_log_entry_info_level", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_info", "to": "hooks_hookrunner_emit_hook_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "hooks_hookrunner_run_hook", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "queue_state_parallelexecutor_check_dynamic_queue_and_add_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_render_resolving_status_shows_label", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_render_merge_wait_status_shows_label", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_render_hides_resolve_in_error_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_render_shows_resolve_in_running_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_render_consistency_with_resolve_availability", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_log_header_analysis_with_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_log_header_analysis_without_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_log_header_resolve_with_change_id_and_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_log_header_with_change_id_only", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_log_no_header_when_no_change_id_or_operation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_log_header_acceptance_with_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_log_header_acceptance_without_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_log_header_archive_with_change_id_and_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_running_header_counts_only_in_flight_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_running_header_counts_resolving_as_in_flight", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_log_panel_toggle_hides_logs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_log_panel_toggle_shows_logs_when_enabled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_log_panel_key_hint_always_shows", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_logs_visible_range_not_broken_by_wrapped_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "render_test_toggle_all_hint_shown_in_select_mode_with_logs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "state_appstate_toggle_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "state_appstate_toggle_all_marks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "state_appstate_resolve_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "state_appstate_toggle_parallel_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "state_appstate_start_processing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "state_appstate_resume_processing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "state_appstate_retry_error_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "key_handlers_handle_f5_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "key_handlers_handle_enter_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "key_handlers_handle_plus_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "orchestrator_run_orchestrator_parallel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "completion_appstate_handle_change_archived", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "completion_appstate_handle_resolve_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "completion_appstate_handle_branch_merge_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "completion_appstate_handle_acceptance_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "completion_appstate_handle_change_stopped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "output_appstate_handle_apply_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "output_appstate_handle_archive_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "output_appstate_handle_acceptance_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "output_appstate_handle_analysis_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "output_appstate_handle_resolve_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "processing_appstate_handle_processing_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "processing_appstate_handle_apply_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "processing_appstate_handle_archive_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "processing_appstate_handle_resolve_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "processing_appstate_handle_analysis_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "processing_appstate_handle_acceptance_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "errors_appstate_handle_resolve_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "refresh_appstate_handle_dependency_blocked", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "refresh_appstate_handle_dependency_resolved", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_info", "to": "output_channeloutputhandler_f_on_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_success", "to": "events_test_log_entry_success_level", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_warn", "to": "events_test_log_entry_warn_level", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_warn", "to": "hooks_hookrunner_emit_hook_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "key_handlers_handle_esc_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "key_handlers_handle_f5_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "key_handlers_handle_enter_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "orchestrator_run_orchestrator_parallel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "completion_appstate_handle_change_skipped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "output_appstate_handle_warning", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "output_appstate_handle_parallel_start_rejected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "processing_appstate_handle_stopped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "errors_appstate_handle_merge_deferred", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_warn", "to": "output_channeloutputhandler_f_on_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_error", "to": "events_test_log_entry_error_level", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_with_change_id", "to": "events_test_log_entry_with_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_with_change_id", "to": "events_test_log_entry_with_operation_and_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_with_change_id", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "render_test_log_header_resolve_with_change_id_and_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "render_test_log_header_with_change_id_only", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "render_test_log_header_acceptance_with_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "render_test_log_header_acceptance_without_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "render_test_log_header_archive_with_change_id_and_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "output_appstate_handle_apply_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "output_appstate_handle_archive_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "output_appstate_handle_acceptance_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "output_appstate_handle_resolve_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "processing_appstate_handle_apply_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "processing_appstate_handle_archive_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "processing_appstate_handle_resolve_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_change_id", "to": "processing_appstate_handle_acceptance_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "events_test_log_entry_with_operation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_with_operation", "to": "events_test_log_entry_with_operation_and_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_with_operation", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "render_test_log_header_analysis_with_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "render_test_log_header_analysis_without_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "render_test_log_header_resolve_with_change_id_and_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "render_test_log_header_acceptance_with_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "render_test_log_header_acceptance_without_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "render_test_log_header_archive_with_change_id_and_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "render_test_logs_visible_range_not_broken_by_wrapped_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "output_appstate_handle_apply_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "output_appstate_handle_archive_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "output_appstate_handle_acceptance_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "output_appstate_handle_analysis_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "output_appstate_handle_resolve_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "processing_appstate_handle_apply_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "processing_appstate_handle_archive_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "processing_appstate_handle_resolve_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_operation", "to": "processing_appstate_handle_acceptance_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "events_test_log_entry_with_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_with_iteration", "to": "events_test_log_entry_with_operation_and_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_logentry_with_iteration", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "render_test_log_header_analysis_with_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "render_test_log_header_resolve_with_change_id_and_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "render_test_log_header_acceptance_with_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "render_test_log_header_archive_with_change_id_and_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "output_appstate_handle_apply_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "output_appstate_handle_archive_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "output_appstate_handle_acceptance_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "output_appstate_handle_analysis_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_logentry_with_iteration", "to": "output_appstate_handle_resolve_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_noopeventsink", "to": "events_noopeventsink_on_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_noopeventsink", "to": "events_noopeventsink_on_state_changed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_send_event", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "queue_state_parallelexecutor_select_changes_for_dispatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "queue_state_parallelexecutor_handle_workspace_completion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "queue_state_parallelexecutor_handle_merge_result", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "queue_state_parallelexecutor_retry_deferred_merges", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "queue_state_parallelexecutor_check_dynamic_queue_and_add_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "merge_parallelexecutor_handle_merge_and_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "merge_parallelexecutor_resolve_merge_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "merge_parallelexecutor_merge_and_resolve_with", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "workspace_get_or_create_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_send_event", "to": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_dispatch_event", "to": "events_mockeventsink_on_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_dispatch_event", "to": "events_mockeventsink_on_state_changed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_dispatch_event", "to": "events_test_dispatch_event_notifies_mock_sink", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_dispatch_event", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_cli_event_sinks", "to": "orchestrator_orchestrator_update_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_mockeventsink", "to": "events_mockeventsink_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_mockeventsink", "to": "events_mockeventsink_events", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_mockeventsink", "to": "events_mockeventsink_on_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_mockeventsink", "to": "events_mockeventsink_on_state_changed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_mockeventsink_new", "to": "events_test_dispatch_event_notifies_mock_sink", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_mockeventsink_new", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "events_mockeventsink_events", "to": "events_test_dispatch_event_notifies_mock_sink", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_mockeventsink_on_event", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_analyzer_rs", "to": "analyzer_parallelgroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_analysisresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_parallelizationanalyzer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_analyzepromptmetadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_create_test_analyzer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_extract_json_pure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_extract_json_markdown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_validate_change_ids_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_validate_change_ids_duplicate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_validate_dependency_graph_valid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_validate_dependency_graph_self_reference", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_validate_dependency_graph_cycle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_build_prompt_includes_frontmatter_metadata_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_build_prompt_with_selected_markers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_build_prompt_all_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_build_prompt_none_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_prompt_clarifies_dependency_vs_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_validate_dependency_strict_criteria", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_order_can_differ_from_dependency_graph", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_build_prompt_with_inflight_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_validate_dependency_graph_with_inflight", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_validate_dependency_graph_invalid_inflight_ref", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_analyzer_rs", "to": "analyzer_test_build_prompt_without_inflight_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_analyze", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_analyze_with_inflight", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_analyze_with_callback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_execute_analysis_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_parse_and_validate_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_analyze_groups", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_analyze_groups_with_callback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_extract_stream_json_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_format_change_prompt_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_read_prompt_metadata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_parse_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_validate_json_schema", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_extract_json", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_validate_change_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_validate_dependency_graph", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_detect_cycles_from_dependencies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_has_cycle_in_dependencies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_order_to_groups", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_has_dependency_between", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer", "to": "analyzer_parallelizationanalyzer_dependencies_satisfied", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_analyzepromptmetadata", "to": "analyzer_analyzepromptmetadata_from_frontmatter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_analyzepromptmetadata_from_frontmatter", "to": "analyzer_parallelizationanalyzer_read_prompt_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_parallelizationanalyzer_analyze_with_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_parallelizationanalyzer_execute_analysis_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_parallelizationanalyzer_analyze_groups_with_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_parallelizationanalyzer_validate_change_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_parallelizationanalyzer_detect_cycles_from_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_parallelizationanalyzer_order_to_groups", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_create_test_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_create_test_analyzer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_test_validate_change_ids_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_test_validate_change_ids_duplicate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_test_validate_dependency_graph_valid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_test_validate_dependency_graph_self_reference", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_test_validate_dependency_graph_cycle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_test_build_prompt_includes_frontmatter_metadata_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_test_validate_dependency_strict_criteria", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_test_order_can_differ_from_dependency_graph", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_test_validate_dependency_graph_with_inflight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_new", "to": "analyzer_test_validate_dependency_graph_invalid_inflight_ref", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_analyze", "to": "analyzer_parallelizationanalyzer_analyze_with_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_analyze_with_inflight", "to": "analyzer_parallelizationanalyzer_analyze_with_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_analyze_with_inflight", "to": "parallel_run_service_parallelrunservice_analyze_order_with_llm_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_analyze_with_callback", "to": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_analyze_with_callback", "to": "analyzer_parallelizationanalyzer_execute_analysis_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_analyze_with_callback", "to": "analyzer_parallelizationanalyzer_parse_and_validate_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_analyze_with_callback", "to": "analyzer_parallelizationanalyzer_analyze_groups_with_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_analyze_with_callback", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_analyze_with_callback", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_analyze_with_callback", "to": "parallel_run_service_parallelrunservice_analyze_order_with_llm_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_execute_analysis_command", "to": "types_orchestratorconfig_get_analyze_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_execute_analysis_command", "to": "expand_expand_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_execute_analysis_command", "to": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_execute_analysis_command", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_execute_analysis_command", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_execute_analysis_command", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_parse_and_validate_output", "to": "analyzer_parallelizationanalyzer_extract_stream_json_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_parse_and_validate_output", "to": "analyzer_parallelizationanalyzer_parse_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_parse_and_validate_output", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_parse_and_validate_output", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_parse_and_validate_output", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_analyze_groups", "to": "analyzer_parallelizationanalyzer_analyze_groups_with_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_analyze_groups", "to": "parallel_run_service_parallelrunservice_analyze_with_llm_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_analyze_groups_with_callback", "to": "analyzer_parallelizationanalyzer_order_to_groups", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_analyze_groups_with_callback", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_analyze_groups_with_callback", "to": "parallel_run_service_parallelrunservice_analyze_with_llm_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_extract_stream_json_result", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_extract_stream_json_result", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_extract_stream_json_result", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "to": "analyzer_parallelizationanalyzer_format_change_prompt_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "to": "analyzer_test_build_prompt_includes_frontmatter_metadata_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "to": "analyzer_test_build_prompt_with_selected_markers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "to": "analyzer_test_build_prompt_all_selected", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "to": "analyzer_test_build_prompt_none_selected", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "to": "analyzer_test_prompt_clarifies_dependency_vs_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "to": "analyzer_test_build_prompt_with_inflight_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "to": "analyzer_test_build_prompt_without_inflight_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_build_parallelization_prompt", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_format_change_prompt_entry", "to": "analyzer_parallelizationanalyzer_read_prompt_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_format_change_prompt_entry", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_format_change_prompt_entry", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_read_prompt_metadata", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_parse_response", "to": "analyzer_parallelizationanalyzer_extract_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_parse_response", "to": "analyzer_parallelizationanalyzer_validate_json_schema", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_parse_response", "to": "analyzer_parallelizationanalyzer_validate_change_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_parse_response", "to": "analyzer_parallelizationanalyzer_validate_dependency_graph", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_parse_response", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_parse_response", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_validate_json_schema", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_validate_json_schema", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_validate_json_schema", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_extract_json", "to": "analyzer_test_extract_json_pure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_extract_json", "to": "analyzer_test_extract_json_markdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_extract_json", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_validate_change_ids", "to": "analyzer_test_validate_change_ids_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_validate_change_ids", "to": "analyzer_test_validate_change_ids_duplicate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_validate_change_ids", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_validate_change_ids", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_validate_change_ids", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_validate_change_ids", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_validate_dependency_graph", "to": "analyzer_parallelizationanalyzer_detect_cycles_from_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_validate_dependency_graph", "to": "analyzer_test_validate_dependency_graph_valid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_validate_dependency_graph", "to": "analyzer_test_validate_dependency_graph_self_reference", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_validate_dependency_graph", "to": "analyzer_test_validate_dependency_graph_cycle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_validate_dependency_graph", "to": "analyzer_test_validate_dependency_graph_with_inflight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_validate_dependency_graph", "to": "analyzer_test_validate_dependency_graph_invalid_inflight_ref", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_validate_dependency_graph", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_validate_dependency_graph", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_validate_dependency_graph", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_detect_cycles_from_dependencies", "to": "analyzer_parallelizationanalyzer_has_cycle_in_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_detect_cycles_from_dependencies", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_detect_cycles_from_dependencies", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_has_cycle_in_dependencies", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_has_cycle_in_dependencies", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_has_cycle_in_dependencies", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_order_to_groups", "to": "analyzer_parallelizationanalyzer_has_dependency_between", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_order_to_groups", "to": "analyzer_parallelizationanalyzer_dependencies_satisfied", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_parallelizationanalyzer_order_to_groups", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_order_to_groups", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_has_dependency_between", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_has_dependency_between", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_dependencies_satisfied", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_dependencies_satisfied", "to": "hooks_recordingoutputhandler_all", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_parallelizationanalyzer_dependencies_satisfied", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_extract_json_pure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_extract_json_markdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_validate_change_ids_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_validate_change_ids_duplicate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_validate_dependency_graph_valid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_validate_dependency_graph_self_reference", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_validate_dependency_graph_cycle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_build_prompt_includes_frontmatter_metadata_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_build_prompt_with_selected_markers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_build_prompt_all_selected", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_build_prompt_none_selected", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_prompt_clarifies_dependency_vs_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_validate_dependency_strict_criteria", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_order_can_differ_from_dependency_graph", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_build_prompt_with_inflight_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_validate_dependency_graph_with_inflight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_validate_dependency_graph_invalid_inflight_ref", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "analyzer_test_build_prompt_without_inflight_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "analyzer_create_test_analyzer", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_create_test_analyzer", "to": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_create_test_analyzer", "to": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_create_test_analyzer", "to": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_create_test_analyzer", "to": "types_orchestratorconfig_get_command_strict_process_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_create_test_analyzer", "to": "types_orchestratorconfig_get_stream_json_textify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_create_test_analyzer", "to": "ai_command_runner_aicommandrunner_set_stream_json_textify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_create_test_analyzer", "to": "ai_command_runner_aicommandrunner_set_strict_process_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "analyzer_test_build_prompt_includes_frontmatter_metadata_context", "to": "test_support_cwd_lock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_acceptance_rs", "to": "acceptance_acceptanceresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_parse_json_verdict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_detect_verdict_in_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_canonical_verdict_kind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_parse_acceptance_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_strip_markdown_decorations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_parse_findings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_extra_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_fail_with_findings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_fail_with_no_findings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_fail_with_multiline_findings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_no_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_no_marker_defaults_to_continue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_findings_with_trailing_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_continue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_continue_with_extra_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_bold_decoration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_bold_decoration_and_extra_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_fail_with_bold_decoration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_continue_with_bold_decoration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_italic_decoration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_mixed_decorations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_strip_markdown_decorations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_ignores_acceptance_in_code_blocks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_ignores_multiple_code_blocks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_code_block_with_language_specifier", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_unclosed_code_block", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_trailing_text_is_not_canonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_trailing_heading_is_not_canonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_trailing_text_in_context_is_not_canonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_trailing_text_falls_through_to_canonical_pass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_fail_with_trailing_text_is_not_canonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_continue_with_trailing_text_is_not_canonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_blocked_with_trailing_text_is_not_canonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_passed_word_boundary_is_not_canonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_canonical_verdict_kind_strict_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_blocked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_blocked_with_extra_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_blocked_with_bold_decoration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_fail_findings_excludes_preamble", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_fail_findings_from_findings_section_only", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_heading_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_heading_h3_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_fail_with_heading_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_blockquote_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_fail_with_blockquote_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_bullet_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_continue_with_heading_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_blocked_with_heading_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_pass_with_heading_and_bold", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_strip_markdown_decorations_heading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_strip_markdown_decorations_blockquote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_strip_markdown_decorations_bullet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_strip_markdown_decorations_heading_and_bold", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_fail_empty_findings_when_no_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_marker_detection_consistency_with_parser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_marker_detection_rejects_trailing_text_uniformly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_code_fence_markers_rejected_by_both_parser_and_detection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_json_verdict_pass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_json_verdict_fail_with_findings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_json_verdict_continue_and_blocked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_json_verdict_case_insensitive_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_json_verdict_rejects_non_object_and_unknown_kind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_acceptance_output_json_pass_single_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_acceptance_output_json_fail_findings_preferred_over_text_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_acceptance_output_json_beats_text_fallback_regardless_of_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_acceptance_output_text_fallback_when_no_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_acceptance_output_json_inside_opencode_format_json_assistant_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_parse_acceptance_output_json_inside_opencode_format_json_result_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_detect_verdict_in_line_json_direct", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_detect_verdict_in_line_json_inside_assistant_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_detect_verdict_in_line_text_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_detect_verdict_in_line_text_inside_assistant_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_detect_verdict_in_line_unrelated_events_return_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_acceptance_rs", "to": "acceptance_test_regression_malformed_text_then_json_pass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_acceptanceresult", "to": "src_orchestration_acceptance_rs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_acceptanceresult", "to": "acceptance_acceptanceresult_is_pass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_json_verdict", "to": "acceptance_detect_verdict_in_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_json_verdict", "to": "acceptance_parse_acceptance_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_json_verdict", "to": "acceptance_test_parse_json_verdict_fail_with_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_json_verdict", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_parse_json_verdict", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_parse_json_verdict", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_detect_verdict_in_line", "to": "acceptance_canonical_verdict_kind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_detect_verdict_in_line", "to": "stream_json_textifier_extract_text_from_stream_json", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_detect_verdict_in_line", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_detect_verdict_in_line", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_canonical_verdict_kind", "to": "acceptance_strip_markdown_decorations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_canonical_verdict_kind", "to": "acceptance_parse_acceptance_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_parse_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_fail_with_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_fail_with_no_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_fail_with_multiline_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_findings_with_trailing_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_fail_with_bold_decoration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_fail_findings_excludes_preamble", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_fail_findings_from_findings_section_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_fail_with_heading_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_fail_with_blockquote_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_fail_empty_findings_when_no_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_marker_detection_consistency_with_parser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_acceptance_output_json_fail_findings_preferred_over_text_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_acceptance_output_json_inside_opencode_format_json_result_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_parse_acceptance_output", "to": "stream_json_textifier_extract_text_from_stream_json", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_parse_acceptance_output", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_parse_acceptance_output", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_tail_findings_includes_preamble_parse_does_not", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_parse_acceptance_output", "to": "acceptance_test_parse_findings_is_preferred_source_for_fail_result", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_parse_findings", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_parse_findings", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_parse_findings", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_deltatype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_requirementdelta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_conflict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_conflictreason", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_parse_change_deltas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_collect_deltas_recursive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_parse_spec_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_detect_conflicts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_check_conflict_pair", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_format_conflicts_human", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_format_conflicts_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_parse_spec_file_added_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_parse_spec_file_modified_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_parse_spec_file_removed_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_parse_spec_file_renamed_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_parse_spec_file_multiple_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_content_mismatch_conflict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_remove_conflict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_no_conflict_same_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_detect_conflicts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_detect_rename_conflict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_no_conflict_different_requirements", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_no_conflict_both_removed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_format_conflicts_human", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_delta_rs", "to": "spec_delta_test_format_conflicts_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_parse_change_deltas", "to": "spec_delta_collect_deltas_recursive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_parse_change_deltas", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_parse_change_deltas", "to": "main_main", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_collect_deltas_recursive", "to": "spec_delta_parse_spec_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_parse_spec_file", "to": "spec_delta_test_parse_spec_file_added_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_parse_spec_file", "to": "spec_delta_test_parse_spec_file_modified_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_parse_spec_file", "to": "spec_delta_test_parse_spec_file_removed_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_parse_spec_file", "to": "spec_delta_test_parse_spec_file_renamed_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_parse_spec_file", "to": "spec_delta_test_parse_spec_file_multiple_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_parse_spec_file", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_parse_spec_file", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_parse_spec_file", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_parse_spec_file", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_detect_conflicts", "to": "spec_delta_check_conflict_pair", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_detect_conflicts", "to": "spec_delta_test_detect_conflicts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_detect_conflicts", "to": "spec_delta_test_detect_rename_conflict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_detect_conflicts", "to": "spec_delta_test_no_conflict_different_requirements", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_detect_conflicts", "to": "spec_delta_test_no_conflict_both_removed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_detect_conflicts", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_detect_conflicts", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_detect_conflicts", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_check_conflict_pair", "to": "spec_delta_test_content_mismatch_conflict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_check_conflict_pair", "to": "spec_delta_test_remove_conflict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_check_conflict_pair", "to": "spec_delta_test_no_conflict_same_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_format_conflicts_human", "to": "spec_delta_test_format_conflicts_human", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_format_conflicts_human", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_format_conflicts_human", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_format_conflicts_human", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_format_conflicts_human", "to": "main_main", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_format_conflicts_json", "to": "spec_delta_test_format_conflicts_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_delta_format_conflicts_json", "to": "main_main", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_test_parse_spec_file_added_section", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_test_parse_spec_file_modified_section", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_test_parse_spec_file_removed_section", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_test_parse_spec_file_renamed_section", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_test_parse_spec_file_multiple_sections", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_test_content_mismatch_conflict", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_test_remove_conflict", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_test_no_conflict_same_content", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_test_format_conflicts_human", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_delta_test_format_conflicts_json", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_error_rs", "to": "error_orchestratorerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_orchestratorerror", "to": "error_orchestratorerror_git_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_orchestratorerror", "to": "error_orchestratorerror_from_vcs_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_orchestratorerror", "to": "error_orchestratorerror_from", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_orchestratorerror_from_vcs_error", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "error_orchestratorerror_from_vcs_error", "to": "merge_parallelexecutor_merge_and_resolve_with", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "error_orchestratorerror_from", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_embedded_skills_rs", "to": "embedded_skills_get_cflx_embedded_skills", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_embedded_skills_rs", "to": "embedded_skills_test_embedded_skills_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_embedded_skills_rs", "to": "embedded_skills_test_embedded_skills_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_embedded_skills_rs", "to": "embedded_skills_test_embedded_skills_have_auxiliary_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_embedded_skills_rs", "to": "embedded_skills_test_cflx_accept_skill_does_not_duplicate_fixed_procedure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_embedded_skills_rs", "to": "embedded_skills_test_cflx_accept_skill_references_command_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_embedded_skills_rs", "to": "embedded_skills_test_rust_prompt_builder_does_not_contain_acceptance_checklist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_embedded_skills_rs", "to": "embedded_skills_test_acceptance_verdict_contract_consistency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_embedded_skills_rs", "to": "embedded_skills_test_cflx_workflow_verdict_format_prohibitions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_embedded_skills_rs", "to": "embedded_skills_test_cflx_workflow_reference_documents_strict_canonical_contract", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "embedded_skills_get_cflx_embedded_skills", "to": "embedded_skills_test_embedded_skills_count", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "embedded_skills_get_cflx_embedded_skills", "to": "embedded_skills_test_embedded_skills_names", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "embedded_skills_get_cflx_embedded_skills", "to": "embedded_skills_test_embedded_skills_have_auxiliary_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "embedded_skills_get_cflx_embedded_skills", "to": "install_skills_run_install_skills", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "embedded_skills_test_embedded_skills_names", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "embedded_skills_test_rust_prompt_builder_does_not_contain_acceptance_checklist", "to": "prompt_get_archive_readiness_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_permission_rs", "to": "permission_permission_reject_pattern", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_permission_rs", "to": "permission_permissionreject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_permission_rs", "to": "permission_detect_permission_reject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_permission_rs", "to": "permission_test_detect_permission_reject_basic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_permission_rs", "to": "permission_test_detect_permission_reject_stderr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_permission_rs", "to": "permission_test_detect_permission_reject_combined", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_permission_rs", "to": "permission_test_detect_permission_reject_case_insensitive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_permission_rs", "to": "permission_test_detect_permission_reject_no_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_permission_rs", "to": "permission_test_detect_permission_reject_partial_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_permission_rs", "to": "permission_test_format_error_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_permission_rs", "to": "permission_test_detect_permission_reject_multiline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_permission_rs", "to": "permission_test_detect_permission_reject_empty_input", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_permission_reject_pattern", "to": "permission_permissionreject_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_permission_reject_pattern", "to": "permission_detect_permission_reject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_permissionreject", "to": "permission_permissionreject_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_permissionreject", "to": "permission_permissionreject_format_error_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_permissionreject_new", "to": "permission_detect_permission_reject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_permissionreject_new", "to": "permission_test_format_error_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_permissionreject_format_error_message", "to": "permission_test_format_error_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_detect_permission_reject", "to": "permission_test_detect_permission_reject_basic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_detect_permission_reject", "to": "permission_test_detect_permission_reject_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_detect_permission_reject", "to": "permission_test_detect_permission_reject_combined", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_detect_permission_reject", "to": "permission_test_detect_permission_reject_case_insensitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_detect_permission_reject", "to": "permission_test_detect_permission_reject_no_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_detect_permission_reject", "to": "permission_test_detect_permission_reject_partial_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_detect_permission_reject", "to": "permission_test_detect_permission_reject_multiline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_detect_permission_reject", "to": "permission_test_detect_permission_reject_empty_input", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "permission_detect_permission_reject", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "permission_detect_permission_reject", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "permission_detect_permission_reject", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_shell_command_rs", "to": "shell_command_build_login_shell_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_shell_command_rs", "to": "shell_command_test_build_login_shell_command_runs_echo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_shell_command_rs", "to": "shell_command_test_build_login_shell_command_inherits_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_shell_command_rs", "to": "shell_command_test_build_login_shell_command_uses_login_shell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shell_command_build_login_shell_command", "to": "shell_command_test_build_login_shell_command_runs_echo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shell_command_build_login_shell_command", "to": "shell_command_test_build_login_shell_command_inherits_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shell_command_build_login_shell_command", "to": "shell_command_test_build_login_shell_command_uses_login_shell", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shell_command_build_login_shell_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shell_command_build_login_shell_command", "to": "hooks_hookrunner_execute_hook", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shell_command_build_login_shell_command", "to": "api_execute_worktree_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shell_command_build_login_shell_command", "to": "git_sync_run_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_outputline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_aicommandrunner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_make_fail_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_test_shared_stagger_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_test_streaming_with_retry_real_pid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_test_streaming_retry_no_leaked_processes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_test_streaming_with_retry_terminates_pipeline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_test_inactivity_timeout_streaming_pipeline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_test_inactivity_timeout_retry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_test_post_completion_cleanup_on_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_test_post_completion_cleanup_on_failure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_ai_command_runner_rs", "to": "ai_command_runner_test_post_completion_cleanup_on_cancellation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner", "to": "ai_command_runner_aicommandrunner_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner", "to": "ai_command_runner_aicommandrunner_set_stream_json_textify", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner", "to": "ai_command_runner_aicommandrunner_set_strict_process_cleanup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner", "to": "ai_command_runner_aicommandrunner_queue_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner", "to": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner", "to": "ai_command_runner_aicommandrunner_execute_streaming", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "ai_command_runner_aicommandrunner_execute_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "ai_command_runner_test_shared_stagger_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "ai_command_runner_test_streaming_with_retry_real_pid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "ai_command_runner_test_streaming_retry_no_leaked_processes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "ai_command_runner_test_streaming_with_retry_terminates_pipeline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "ai_command_runner_test_inactivity_timeout_streaming_pipeline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "ai_command_runner_test_inactivity_timeout_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "ai_command_runner_test_post_completion_cleanup_on_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "ai_command_runner_test_post_completion_cleanup_on_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "ai_command_runner_test_post_completion_cleanup_on_cancellation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_new", "to": "runner_agentrunner_new_with_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_stream_json_textify", "to": "parallel_run_service_parallelrunservice_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_stream_json_textify", "to": "parallel_run_service_parallelrunservice_new_with_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_stream_json_textify", "to": "orchestrator_orchestrator_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_stream_json_textify", "to": "orchestrator_orchestrator_with_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_stream_json_textify", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_stream_json_textify", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_stream_json_textify", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_stream_json_textify", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_strict_process_cleanup", "to": "parallel_run_service_parallelrunservice_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_strict_process_cleanup", "to": "parallel_run_service_parallelrunservice_new_with_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_strict_process_cleanup", "to": "orchestrator_orchestrator_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_strict_process_cleanup", "to": "orchestrator_orchestrator_with_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_strict_process_cleanup", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_strict_process_cleanup", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_strict_process_cleanup", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_set_strict_process_cleanup", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_queue_config", "to": "runner_agentrunner_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "ai_command_runner_test_streaming_with_retry_real_pid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "ai_command_runner_test_streaming_retry_no_leaked_processes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "ai_command_runner_test_streaming_with_retry_terminates_pipeline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "ai_command_runner_test_inactivity_timeout_streaming_pipeline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "ai_command_runner_test_inactivity_timeout_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "ai_command_runner_test_post_completion_cleanup_on_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "ai_command_runner_test_post_completion_cleanup_on_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "ai_command_runner_test_post_completion_cleanup_on_cancellation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "runner_agentrunner_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "process_manager_configure_process_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "command_queue_commandqueue_execute_with_stagger", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "process_manager_streamingchildhandle_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "stream_json_textifier_process_stdout_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "stream_json_textifier_streamjsontextbuffer_finalize", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "process_manager_cleanup_process_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "process_manager_processhandle_terminate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "queue_dynamicqueue_force_kill", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "command_queue_commandqueue_should_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "executor_run_post_apply_cleanup_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "terminal_execute_worktree_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "runner_agentrunner_run_apply_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "runner_agentrunner_run_archive_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "runner_agentrunner_run_apply_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "runner_agentrunner_run_archive_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "runner_agentrunner_analyze_dependencies_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "runner_agentrunner_run_resolve_streaming_in_dir_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming_with_retry", "to": "rejection_run_rejection_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming", "to": "ai_command_runner_test_shared_stagger_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming", "to": "command_queue_commandqueue_execute_with_stagger", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_aicommandrunner_execute_streaming", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_shared_stagger_state", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_streaming_with_retry_real_pid", "to": "process_manager_streamingchildhandle_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_streaming_with_retry_real_pid", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_streaming_retry_no_leaked_processes", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_streaming_retry_no_leaked_processes", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_streaming_retry_no_leaked_processes", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_streaming_retry_no_leaked_processes", "to": "history_applyhistory_last", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_streaming_with_retry_terminates_pipeline", "to": "process_manager_streamingchildhandle_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_streaming_with_retry_terminates_pipeline", "to": "process_manager_streamingchildhandle_terminate_with_timeout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_inactivity_timeout_streaming_pipeline", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_inactivity_timeout_streaming_pipeline", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_inactivity_timeout_streaming_pipeline", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_inactivity_timeout_retry", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_inactivity_timeout_retry", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_inactivity_timeout_retry", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_post_completion_cleanup_on_success", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_post_completion_cleanup_on_success", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_post_completion_cleanup_on_failure", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_post_completion_cleanup_on_failure", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_post_completion_cleanup_on_cancellation", "to": "process_manager_streamingchildhandle_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ai_command_runner_test_post_completion_cleanup_on_cancellation", "to": "process_manager_streamingchildhandle_terminate_with_timeout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_test_support_rs", "to": "test_support_cwd_lock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_support_cwd_lock", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_change_with_worktree_fallback_to_base", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_to_base", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_priority", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_archived_change_date_prefixed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_archived_change_exact_match_preferred", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_date_prefixed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_progress_with_fallback_worktree_active", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_progress_with_fallback_worktree_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_progress_with_fallback_base_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_progress_with_fallback_base_active", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_progress_with_fallback_priority_order", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_cwd_lock", "to": "task_parser_test_parse_progress_with_fallback_not_found", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_hooks_rs", "to": "hooks_hooktype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_hookconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_default_continue_on_failure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_default_timeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_default_retry_delay_secs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_default_index_lock_wait_secs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_hookconfigvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_hooksconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_hookcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_truncate_hook_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_hookrunner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_type_display", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_config_from_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_context_expand_placeholders", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_context_to_env_vars", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_deserialize_simple_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_deserialize_full_object", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_deserialize_git_commit_no_verify", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_deserialize_mixed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_has_any_hooks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_runner_has_hook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_runner_run_hook_not_configured", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_runner_run_hook_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_runner_run_hook_failure_with_continue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_runner_run_hook_failure_without_continue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_runner_timeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_runner_with_env_vars", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_runner_exposes_git_commit_no_verify_true", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_runner_exposes_git_commit_no_verify_false_by_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_on_queue_add", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_on_queue_add_hook_execution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_on_queue_remove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_on_queue_remove_hook_execution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_on_change_start", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_on_change_start_hook_receives_change_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_on_change_start_placeholder_expansion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_on_change_end", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_on_change_end_hook_execution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_on_change_end_tracks_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_types_config_key_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_runner_is_reusable_for_tui_and_cli", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_apply_count_increments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_on_finish_with_status_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_on_finish_with_iteration_limit_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_on_error_with_error_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_on_error_env_vars", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_on_start_has_no_change_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_all_hook_types_can_be_configured", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_context_with_parallel_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_context_parallel_env_vars", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_context_parallel_env_vars_without_group_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_context_no_parallel_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_output_captured_and_logged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_without_event_tx_still_works", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_recordingoutputhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_cli_hook_stdout_visible_via_output_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_cli_hook_stderr_visible_via_output_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_cli_hook_output_visible_even_on_failure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_cli_hook_global_hooks_no_change_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_cli_hook_truncated_output_marked_explicitly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_truncate_hook_output_below_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_truncate_hook_output_at_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_truncate_hook_output_above_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_truncate_hook_output_multibyte_boundary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_config_deserialize_with_max_retries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_config_default_retry_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_config_simple_string_has_default_retry_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_backward_compat_no_new_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_index_lock_wait_secs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hooks_config_index_lock_wait_secs_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_retry_success_after_failure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_retry_all_fail_continue_on_failure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_retry_all_fail_no_continue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_no_retry_by_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_hook_runner_cwd_is_repo_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_index_lock_wait_no_lock_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_index_lock_wait_lock_released", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_hooks_rs", "to": "hooks_test_index_lock_wait_timeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooktype", "to": "hooks_hooktype_config_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooktype", "to": "hooks_hooktype_fmt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookconfig", "to": "hooks_hookconfig_from_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookconfig_from_command", "to": "hooks_hookconfigvalue_into_hook_config", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookconfig_from_command", "to": "hooks_test_hook_config_from_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookconfigvalue", "to": "hooks_hookconfigvalue_deserialize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookconfigvalue", "to": "hooks_hookconfigvalue_into_hook_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookconfigvalue_into_hook_config", "to": "hooks_hooksconfig_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig", "to": "hooks_hooksconfig_merge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig", "to": "hooks_hooksconfig_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig", "to": "hooks_hooksconfig_has_any_hooks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_hookrunner_has_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_hookrunner_run_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hooks_config_deserialize_simple_string", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hooks_config_deserialize_full_object", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hooks_config_deserialize_git_commit_no_verify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hooks_config_deserialize_mixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hooks_config_on_queue_add", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hooks_config_on_queue_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hooks_config_on_change_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hooks_config_on_change_end", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hook_config_deserialize_with_max_retries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hook_config_default_retry_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hook_config_simple_string_has_default_retry_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hooksconfig_get", "to": "hooks_test_hooks_config_backward_compat_no_new_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext", "to": "hooks_hookcontext_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext", "to": "hooks_hookcontext_with_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext", "to": "hooks_hookcontext_with_apply_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext", "to": "hooks_hookcontext_with_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext", "to": "hooks_hookcontext_with_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext", "to": "hooks_hookcontext_with_parallel_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext", "to": "hooks_hookcontext_to_env_vars", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext", "to": "hooks_hookcontext_expand_placeholders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_new", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_hook_context_expand_placeholders", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_hook_context_to_env_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_hook_runner_with_env_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_on_queue_add_hook_execution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_on_queue_remove_hook_execution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_on_change_start_hook_receives_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_on_change_start_placeholder_expansion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_on_change_end_hook_execution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_on_change_end_tracks_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_hook_runner_is_reusable_for_tui_and_cli", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_apply_count_increments", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_on_error_with_error_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_on_error_env_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_hook_context_with_parallel_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_hook_context_parallel_env_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_hook_context_parallel_env_vars_without_group_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_test_hook_context_no_parallel_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_change", "to": "queue_state_parallelexecutor_retry_deferred_merges", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "merge_parallelexecutor_handle_merge_and_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "merge_parallelexecutor_resolve_merge_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "executor_build_parallel_hook_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "executor_test_on_merged_hook_execution", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "apply_applyloophookcontext_build_hook_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "archive_archiveloophookcontext_build_hook_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_build_change_start_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_build_change_end_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_build_apply_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_build_change_complete_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_build_archive_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_build_error_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "hooks_build_queue_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "apply_apply_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "archive_run_post_archive_hook", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_change", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "hooks_test_hook_context_expand_placeholders", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "hooks_test_hook_context_to_env_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "hooks_test_apply_count_increments", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "queue_state_parallelexecutor_retry_deferred_merges", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "merge_parallelexecutor_handle_merge_and_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "merge_parallelexecutor_resolve_merge_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "executor_build_parallel_hook_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "apply_applyloophookcontext_build_hook_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "archive_archiveloophookcontext_build_hook_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "hooks_build_change_start_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "hooks_build_change_end_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "hooks_build_apply_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "hooks_build_change_complete_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "hooks_build_archive_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "hooks_build_error_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "apply_apply_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "archive_run_post_archive_hook", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_apply_count", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_status", "to": "hooks_test_hook_context_expand_placeholders", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_status", "to": "hooks_test_on_finish_with_status_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_status", "to": "hooks_test_on_finish_with_iteration_limit_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_status", "to": "hooks_test_cli_hook_global_hooks_no_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_error", "to": "hooks_test_on_error_with_error_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_error", "to": "hooks_test_on_error_env_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_error", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_error", "to": "hooks_build_error_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_error", "to": "apply_apply_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_error", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_error", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_error", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_parallel_context", "to": "hooks_test_hook_context_with_parallel_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_parallel_context", "to": "hooks_test_hook_context_parallel_env_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_parallel_context", "to": "hooks_test_hook_context_parallel_env_vars_without_group_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_with_parallel_context", "to": "queue_state_parallelexecutor_retry_deferred_merges", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_parallel_context", "to": "merge_parallelexecutor_handle_merge_and_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_parallel_context", "to": "merge_parallelexecutor_resolve_merge_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_parallel_context", "to": "executor_build_parallel_hook_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_parallel_context", "to": "executor_test_on_merged_hook_execution", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_parallel_context", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_parallel_context", "to": "apply_applyloophookcontext_build_hook_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_with_parallel_context", "to": "archive_archiveloophookcontext_build_hook_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookcontext_to_env_vars", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_to_env_vars", "to": "hooks_hookrunner_run_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_to_env_vars", "to": "hooks_test_hook_context_to_env_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_to_env_vars", "to": "hooks_test_on_change_start_hook_receives_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_to_env_vars", "to": "hooks_test_on_finish_with_iteration_limit_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_to_env_vars", "to": "hooks_test_on_error_env_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_to_env_vars", "to": "hooks_test_hook_context_parallel_env_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_to_env_vars", "to": "hooks_test_hook_context_parallel_env_vars_without_group_index", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_to_env_vars", "to": "hooks_test_hook_context_no_parallel_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_expand_placeholders", "to": "hooks_hookrunner_run_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_expand_placeholders", "to": "hooks_test_hook_context_expand_placeholders", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_expand_placeholders", "to": "hooks_test_on_change_start_placeholder_expansion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_expand_placeholders", "to": "hooks_test_on_change_end_tracks_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_expand_placeholders", "to": "hooks_test_on_finish_with_status_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_expand_placeholders", "to": "hooks_test_on_error_with_error_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_expand_placeholders", "to": "hooks_test_on_start_has_no_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookcontext_expand_placeholders", "to": "expand_expand_placeholder", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_truncate_hook_output", "to": "hooks_hookrunner_emit_hook_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_truncate_hook_output", "to": "hooks_test_truncate_hook_output_below_limit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_truncate_hook_output", "to": "hooks_test_truncate_hook_output_at_limit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_truncate_hook_output", "to": "hooks_test_truncate_hook_output_above_limit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_truncate_hook_output", "to": "hooks_test_truncate_hook_output_multibyte_boundary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_truncate_hook_output", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner", "to": "hooks_hookrunner_fmt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner", "to": "hooks_hookrunner_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner", "to": "hooks_hookrunner_with_output_handler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner", "to": "hooks_hookrunner_with_event_tx", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner", "to": "hooks_hookrunner_empty", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner", "to": "hooks_hookrunner_has_hook", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner", "to": "hooks_hookrunner_wait_for_index_lock_release", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner", "to": "hooks_hookrunner_emit_hook_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner", "to": "hooks_hookrunner_run_hook", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner", "to": "hooks_hookrunner_execute_hook", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner", "to": "hooks_hookrunner_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_with_output_handler", "to": "hooks_test_cli_hook_stdout_visible_via_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_with_output_handler", "to": "hooks_test_cli_hook_stderr_visible_via_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_with_output_handler", "to": "hooks_test_cli_hook_output_visible_even_on_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_with_output_handler", "to": "hooks_test_cli_hook_global_hooks_no_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_with_output_handler", "to": "hooks_test_cli_hook_truncated_output_marked_explicitly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_with_output_handler", "to": "orchestrator_orchestrator_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_with_output_handler", "to": "orchestrator_orchestrator_with_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_with_event_tx", "to": "hooks_test_hook_output_captured_and_logged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_empty", "to": "hooks_test_hook_runner_run_hook_not_configured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_empty", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "control_test_stats_and_logs_endpoints_require_auth", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "control_test_toggle_all_change_selection_remarks_error_changes_for_next_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "control_test_stats_and_logs_endpoints_return_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "control_test_global_control_run_skips_rejected_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "control_test_stop_and_dequeue_change_deselects_and_returns_ok", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "control_test_stop_and_dequeue_change_not_found_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "files_test_get_file_tree_project_not_found", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "files_test_get_file_content_project_not_found", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "files_test_get_file_content_rejects_path_traversal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "files_test_get_file_tree_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "files_test_get_file_content_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "files_test_get_file_content_nonexistent_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "files_test_file_api_requires_auth", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "git_sync_test_git_pull_non_fast_forward_detection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "git_sync_test_git_pull_delegates_to_git_sync_and_requires_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "git_sync_test_git_push_no_local_clone_returns_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "git_sync_test_git_push_non_fast_forward_detection_with_bare_repos", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "git_sync_test_git_sync_project_not_found", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "git_sync_test_git_sync_fails_without_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "git_sync_test_git_sync_route_is_registered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "worktrees_test_list_worktrees_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "worktrees_test_list_worktrees_project_not_found_returns_404", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "worktrees_test_list_worktrees_empty_for_registered_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "worktrees_test_delete_worktree_project_not_found_returns_404", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "worktrees_test_merge_worktree_project_not_found_returns_404", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "worktrees_test_refresh_worktrees_project_not_found_returns_404", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "worktrees_test_worktree_auth_required", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "proposals_test_proposal_session_ws_route_exists", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "proposals_test_proposal_session_ws_old_route_does_not_exist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "projects_test_global_control_run_records_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "projects_test_projects_state_includes_sync_metadata_fields_after_monitor_refresh", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "projects_test_valid_auth_token_returns_200", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "projects_test_ui_state_crud_endpoints", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "projects_test_get_version_returns_200", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "projects_test_get_version_no_auth_required", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "projects_test_get_version_response_format", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_empty", "to": "archive_test_archive_change_retries_until_verified", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_wait_for_index_lock_release", "to": "hooks_hookrunner_run_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_wait_for_index_lock_release", "to": "hooks_test_index_lock_wait_no_lock_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_wait_for_index_lock_release", "to": "hooks_test_index_lock_wait_lock_released", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_wait_for_index_lock_release", "to": "hooks_test_index_lock_wait_timeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_emit_hook_output", "to": "hooks_recordingoutputhandler_on_stdout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_emit_hook_output", "to": "hooks_recordingoutputhandler_on_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_emit_hook_output", "to": "hooks_hookrunner_run_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_emit_hook_output", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_recordingoutputhandler_on_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_hookrunner_execute_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_runner_run_hook_not_configured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_runner_run_hook_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_runner_run_hook_failure_with_continue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_runner_run_hook_failure_without_continue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_runner_timeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_runner_with_env_vars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_runner_exposes_git_commit_no_verify_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_runner_exposes_git_commit_no_verify_false_by_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_on_queue_add_hook_execution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_on_queue_remove_hook_execution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_on_change_start_hook_receives_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_on_change_end_hook_execution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_output_captured_and_logged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_without_event_tx_still_works", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_cli_hook_stdout_visible_via_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_cli_hook_stderr_visible_via_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_cli_hook_output_visible_even_on_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_cli_hook_global_hooks_no_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_cli_hook_truncated_output_marked_explicitly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_retry_success_after_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_retry_all_fail_continue_on_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_retry_all_fail_no_continue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_no_retry_by_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "hooks_test_hook_runner_cwd_is_repo_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_run_hook", "to": "orchestrator_orchestrator_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "queue_state_parallelexecutor_retry_deferred_merges", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "merge_parallelexecutor_handle_merge_and_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "merge_parallelexecutor_resolve_merge_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "executor_test_on_merged_hook_execution", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "apply_apply_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "archive_run_pre_archive_hooks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "archive_run_post_archive_hook", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_run_hook", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_execute_hook", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_hookrunner_execute_hook", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_execute_hook", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_hookrunner_execute_hook", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_context_expand_placeholders", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_context_to_env_vars", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hooks_config_deserialize_simple_string", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hooks_config_deserialize_full_object", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hooks_config_deserialize_git_commit_no_verify", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hooks_config_deserialize_mixed", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hooks_config_has_any_hooks", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hooks_config_has_any_hooks", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_has_hook", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_runner_has_hook", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_run_hook_not_configured", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_run_hook_success", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_runner_run_hook_success", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_run_hook_success", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_run_hook_failure_with_continue", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_runner_run_hook_failure_with_continue", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_run_hook_failure_with_continue", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_run_hook_failure_without_continue", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_runner_run_hook_failure_without_continue", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_run_hook_failure_without_continue", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_timeout", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_runner_timeout", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_timeout", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_with_env_vars", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_runner_with_env_vars", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_exposes_git_commit_no_verify_true", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_runner_exposes_git_commit_no_verify_true", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_exposes_git_commit_no_verify_true", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_exposes_git_commit_no_verify_false_by_default", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_runner_exposes_git_commit_no_verify_false_by_default", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_exposes_git_commit_no_verify_false_by_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hooks_config_on_queue_add", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_on_queue_add_hook_execution", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_on_queue_add_hook_execution", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hooks_config_on_queue_remove", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_on_queue_remove_hook_execution", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_on_queue_remove_hook_execution", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hooks_config_on_change_start", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_on_change_start_hook_receives_change_id", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_on_change_start_hook_receives_change_id", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_on_change_start_placeholder_expansion", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hooks_config_on_change_end", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_on_change_end_hook_execution", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_on_change_end_hook_execution", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_on_change_end_tracks_progress", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_runner_is_reusable_for_tui_and_cli", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_runner_is_reusable_for_tui_and_cli", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_apply_count_increments", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_on_finish_with_status_placeholder", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_on_finish_with_iteration_limit_status", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_on_error_with_error_placeholder", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_on_error_env_vars", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_on_start_has_no_change_id", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_all_hook_types_can_be_configured", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_all_hook_types_can_be_configured", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_context_with_parallel_context", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_context_parallel_env_vars", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_context_parallel_env_vars_without_group_index", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_context_no_parallel_context", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_output_captured_and_logged", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_output_captured_and_logged", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_output_captured_and_logged", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_output_captured_and_logged", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_output_captured_and_logged", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_without_event_tx_still_works", "to": "hooks_recordingoutputhandler_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_hook_without_event_tx_still_works", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_without_event_tx_still_works", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler", "to": "hooks_recordingoutputhandler_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler", "to": "hooks_recordingoutputhandler_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler", "to": "hooks_recordingoutputhandler_content", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler", "to": "hooks_recordingoutputhandler_on_stdout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler", "to": "hooks_recordingoutputhandler_on_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler", "to": "hooks_recordingoutputhandler_on_agent_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler", "to": "hooks_recordingoutputhandler_on_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler", "to": "hooks_recordingoutputhandler_on_warn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler", "to": "hooks_recordingoutputhandler_on_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler", "to": "hooks_recordingoutputhandler_on_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_cli_hook_stdout_visible_via_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_cli_hook_stderr_visible_via_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_cli_hook_output_visible_even_on_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_cli_hook_global_hooks_no_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_cli_hook_truncated_output_marked_explicitly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_hook_retry_success_after_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_hook_retry_all_fail_continue_on_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_hook_retry_all_fail_no_continue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_hook_no_retry_by_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_hook_runner_cwd_is_repo_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_index_lock_wait_no_lock_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_index_lock_wait_lock_released", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "hooks_test_index_lock_wait_timeout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler_all", "to": "hooks_recordingoutputhandler_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_all", "to": "error_history_errorhistory_detect_same_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler_all", "to": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler_content", "to": "hooks_test_cli_hook_stdout_visible_via_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_content", "to": "hooks_test_cli_hook_stderr_visible_via_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_content", "to": "hooks_test_cli_hook_output_visible_even_on_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_content", "to": "hooks_test_cli_hook_global_hooks_no_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_content", "to": "hooks_test_cli_hook_truncated_output_marked_explicitly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_recordingoutputhandler_content", "to": "render_test_parallel_mode_uncommitted_change_no_space_hint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler_content", "to": "render_test_parallel_mode_committed_change_shows_space_hint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler_on_stdout", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler_on_stderr", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler_on_agent_stderr", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler_on_info", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler_on_warn", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler_on_error", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_recordingoutputhandler_on_success", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_cli_hook_stdout_visible_via_output_handler", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_cli_hook_stdout_visible_via_output_handler", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_cli_hook_stderr_visible_via_output_handler", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_cli_hook_stderr_visible_via_output_handler", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_cli_hook_output_visible_even_on_failure", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_cli_hook_output_visible_even_on_failure", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_cli_hook_global_hooks_no_change_id", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_cli_hook_truncated_output_marked_explicitly", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_cli_hook_truncated_output_marked_explicitly", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_cli_hook_truncated_output_marked_explicitly", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_config_deserialize_with_max_retries", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_config_default_retry_values", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_config_simple_string_has_default_retry_values", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hooks_config_backward_compat_no_new_fields", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hooks_config_index_lock_wait_secs", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hooks_config_index_lock_wait_secs_default", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_retry_success_after_failure", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_retry_success_after_failure", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_retry_all_fail_continue_on_failure", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_retry_all_fail_continue_on_failure", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_retry_all_fail_no_continue", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_retry_all_fail_no_continue", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_no_retry_by_default", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_no_retry_by_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_cwd_is_repo_root", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_hook_runner_cwd_is_repo_root", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_index_lock_wait_no_lock_file", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_index_lock_wait_lock_released", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_index_lock_wait_lock_released", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_index_lock_wait_timeout", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_error_history_rs", "to": "error_history_circuitbreakerconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_error_history_rs", "to": "error_history_errorhistory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_error_history_rs", "to": "error_history_normalize_error_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_error_history_rs", "to": "error_history_test_normalize_removes_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_error_history_rs", "to": "error_history_test_normalize_removes_line_numbers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_error_history_rs", "to": "error_history_test_normalize_removes_json_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_error_history_rs", "to": "error_history_test_normalize_handles_complex_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_error_history_rs", "to": "error_history_test_detect_same_error_with_threshold", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_error_history_rs", "to": "error_history_test_detect_same_error_different_errors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_error_history_rs", "to": "error_history_test_circuit_breaker_disabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_error_history_rs", "to": "error_history_test_clear_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_error_history_rs", "to": "error_history_test_last_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_circuitbreakerconfig", "to": "error_history_circuitbreakerconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_circuitbreakerconfig_default", "to": "error_history_test_clear_history", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_circuitbreakerconfig_default", "to": "error_history_test_last_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory", "to": "error_history_errorhistory_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory", "to": "error_history_errorhistory_record_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory", "to": "error_history_errorhistory_detect_same_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory", "to": "error_history_errorhistory_last_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_new", "to": "error_history_normalize_error_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_new", "to": "error_history_test_detect_same_error_with_threshold", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_new", "to": "error_history_test_detect_same_error_different_errors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_new", "to": "error_history_test_circuit_breaker_disabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_new", "to": "error_history_test_clear_history", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_new", "to": "error_history_test_last_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_record_error", "to": "error_history_normalize_error_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_record_error", "to": "error_history_test_detect_same_error_with_threshold", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_record_error", "to": "error_history_test_detect_same_error_different_errors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_record_error", "to": "error_history_test_circuit_breaker_disabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_record_error", "to": "error_history_test_clear_history", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_record_error", "to": "error_history_test_last_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_record_error", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "error_history_errorhistory_record_error", "to": "state_orchestratorstate_record_error_and_check_circuit_breaker", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "error_history_errorhistory_detect_same_error", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "error_history_errorhistory_detect_same_error", "to": "state_orchestratorstate_record_error_and_check_circuit_breaker", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "error_history_errorhistory_last_error", "to": "error_history_test_last_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_errorhistory_last_error", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "error_history_normalize_error_message", "to": "error_history_test_normalize_removes_paths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_normalize_error_message", "to": "error_history_test_normalize_removes_line_numbers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_normalize_error_message", "to": "error_history_test_normalize_removes_json_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_normalize_error_message", "to": "error_history_test_normalize_handles_complex_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "error_history_test_clear_history", "to": "history_acceptancehistory_clear", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_history_rs", "to": "history_outputcollector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_applyattempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_applyhistory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_archiveattempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_archivehistory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_acceptanceattempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_acceptancehistory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_resolveattempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_resolvecontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_create_test_attempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_new_history_is_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_record_and_retrieve", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_multiple_attempts_accumulation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_separate_changes_tracked_independently", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_clear_functionality", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_format_context_empty_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_format_context_single_failed_attempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_format_context_successful_attempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_format_context_multiple_attempts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_last_returns_none_for_unknown_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_default_impl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_create_test_archive_attempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_archive_history_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_archive_history_record_and_retrieve", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_archive_history_multiple_attempts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_archive_history_clear", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_archive_history_format_context_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_archive_history_format_context_single_attempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_archive_history_format_context_multiple_attempts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_archive_history_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_resolve_context_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_resolve_context_record", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_resolve_context_format_continuation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_resolve_context_multiple_attempts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_output_collector_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_output_collector_add_stdout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_output_collector_add_stderr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_output_collector_max_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_output_collector_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_acceptance_history_last_commit_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_acceptance_history_last_commit_hash_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_history_rs", "to": "history_test_acceptance_history_last_findings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector", "to": "history_outputcollector_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector", "to": "history_outputcollector_with_max_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector", "to": "history_outputcollector_add_stdout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector", "to": "history_outputcollector_add_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector", "to": "history_outputcollector_stdout_tail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector", "to": "history_outputcollector_stderr_tail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector", "to": "history_outputcollector_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector_new", "to": "history_outputcollector_with_max_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector_with_max_lines", "to": "history_resolvecontext_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector_with_max_lines", "to": "history_test_output_collector_max_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector_add_stdout", "to": "history_test_output_collector_add_stdout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector_add_stdout", "to": "history_test_output_collector_max_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector_add_stdout", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stdout", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stdout", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stdout", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stdout", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stdout", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stdout", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stdout", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stdout", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stdout", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stdout", "to": "archive_execute_archive_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stderr", "to": "history_test_output_collector_add_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector_add_stderr", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stderr", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stderr", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stderr", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stderr", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stderr", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stderr", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stderr", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stderr", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stderr", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_add_stderr", "to": "archive_execute_archive_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stdout_tail", "to": "history_test_output_collector_add_stdout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector_stdout_tail", "to": "history_test_output_collector_max_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector_stdout_tail", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stdout_tail", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stdout_tail", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stdout_tail", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stdout_tail", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stdout_tail", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stdout_tail", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stdout_tail", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stdout_tail", "to": "archive_verify_and_record_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stdout_tail", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stderr_tail", "to": "history_test_output_collector_add_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_outputcollector_stderr_tail", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stderr_tail", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stderr_tail", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stderr_tail", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stderr_tail", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stderr_tail", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stderr_tail", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stderr_tail", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stderr_tail", "to": "archive_verify_and_record_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_stderr_tail", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_outputcollector_default", "to": "history_resolvecontext_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory", "to": "history_applyhistory_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory", "to": "history_applyhistory_record", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory", "to": "history_applyhistory_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory", "to": "history_applyhistory_last", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory", "to": "history_applyhistory_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory", "to": "history_applyhistory_clear", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory", "to": "history_applyhistory_format_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory", "to": "history_applyhistory_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_new", "to": "history_resolvecontext_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_record", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_applyhistory_get", "to": "history_acceptancehistory_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_last", "to": "history_acceptancehistory_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_last", "to": "history_acceptancehistory_last_commit_hash", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_last", "to": "history_acceptancehistory_last_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_last", "to": "history_acceptancehistory_get_last_attempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_last", "to": "history_acceptancehistory_last_stdout_tail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_last", "to": "history_acceptancehistory_last_stderr_tail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_last", "to": "history_resolvecontext_format_continuation_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_last", "to": "history_test_multiple_attempts_accumulation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_last", "to": "mod_test_get_global_config_paths_returns_low_to_high_priority_order", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_applyhistory_last", "to": "output_remote_log_event_is_added", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_applyhistory_count", "to": "history_acceptancehistory_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_count", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_applyhistory_clear", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_applyhistory_format_context", "to": "history_acceptancehistory_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_format_context", "to": "history_resolvecontext_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_applyhistory_format_context", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_applyhistory_default", "to": "history_resolvecontext_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory", "to": "history_archivehistory_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory", "to": "history_archivehistory_record", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory", "to": "history_archivehistory_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory", "to": "history_archivehistory_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory", "to": "history_archivehistory_clear", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory", "to": "history_archivehistory_format_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory", "to": "history_archivehistory_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory_new", "to": "history_resolvecontext_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory_record", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_archivehistory_get", "to": "history_acceptancehistory_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory_count", "to": "history_acceptancehistory_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory_count", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_archivehistory_clear", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_archivehistory_format_context", "to": "history_acceptancehistory_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory_format_context", "to": "history_resolvecontext_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_archivehistory_format_context", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_archivehistory_default", "to": "history_resolvecontext_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_record", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_clear", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_count_consecutive_continues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_last_commit_hash", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_last_findings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_get_last_attempt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_last_stdout_tail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_last_stderr_tail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_format_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory", "to": "history_acceptancehistory_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_new", "to": "history_resolvecontext_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_record", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_get", "to": "history_acceptancehistory_count", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_get", "to": "history_acceptancehistory_count_consecutive_continues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_get", "to": "history_acceptancehistory_last_commit_hash", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_get", "to": "history_acceptancehistory_last_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_get", "to": "history_acceptancehistory_get_last_attempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_get", "to": "history_acceptancehistory_last_stdout_tail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_get", "to": "history_acceptancehistory_last_stderr_tail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_get", "to": "history_acceptancehistory_format_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_get", "to": "history_test_record_and_retrieve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_get", "to": "history_test_multiple_attempts_accumulation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_get", "to": "history_test_archive_history_record_and_retrieve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_get", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "history_acceptancehistory_count_consecutive_continues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_count", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "stream_json_textifier_extract_tool_use_summary", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "render_render_header", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "render_render_qr_popup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "render_test_logs_visible_range_not_broken_by_wrapped_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "state_appstate_toggle_all_marks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "state_appstate_selected_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "state_appstate_update_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "state_orchestratorstatesnapshot_from_changes_with_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "state_refresh_summary", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "history_ops_record_apply_attempt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "history_ops_record_archive_attempt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "history_ops_next_acceptance_attempt_number", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "runner_agentrunner_build_acceptance_diff_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count", "to": "mod_gitworkspacemanager_cleanup_all_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "history_test_clear_functionality", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_clear", "to": "history_test_archive_history_clear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_clear", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "spec_test_annotations_parse_spec_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "executor_test_resolve_wait_helper_tracks_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "render_create_test_app", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "terminal_suspend_terminal_and_execute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "terminal_suspend_terminal_and_execute_sync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "acp_client_acpclient_kill", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "control_test_toggle_all_change_selection_remarks_error_changes_for_next_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "control_test_global_control_run_skips_rejected_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "projects_test_global_control_run_records_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "history_ops_clear_apply_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "history_ops_clear_archive_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "history_ops_clear_acceptance_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "mod_gitworkspacemanager_cleanup_all_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "mod_test_resume_validation_inconsistent_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_clear", "to": "state_orchestratorstate_clear_pending_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count_consecutive_continues", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_count_consecutive_continues", "to": "history_ops_count_consecutive_acceptance_continues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_commit_hash", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_commit_hash", "to": "executor_test_acceptance_history_records_end_revision_when_head_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_commit_hash", "to": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_commit_hash", "to": "runner_agentrunner_build_acceptance_diff_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_findings", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_findings", "to": "runner_agentrunner_build_acceptance_diff_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_get_last_attempt", "to": "runner_agentrunner_get_last_acceptance_attempt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_stdout_tail", "to": "runner_agentrunner_run_acceptance_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_stdout_tail", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_stdout_tail", "to": "runner_agentrunner_get_last_acceptance_stdout_tail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_stdout_tail", "to": "runner_agentrunner_get_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_stdout_tail", "to": "runner_agentrunner_peek_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_stderr_tail", "to": "runner_agentrunner_run_acceptance_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_stderr_tail", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_stderr_tail", "to": "runner_agentrunner_get_last_acceptance_stderr_tail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_stderr_tail", "to": "runner_agentrunner_get_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_last_stderr_tail", "to": "runner_agentrunner_peek_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "history_resolvecontext_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_format_context", "to": "history_test_format_context_empty_history", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_format_context", "to": "history_test_format_context_single_failed_attempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_format_context", "to": "history_test_format_context_successful_attempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_format_context", "to": "history_test_format_context_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_format_context", "to": "history_test_archive_history_format_context_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_format_context", "to": "history_test_archive_history_format_context_single_attempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_format_context", "to": "history_test_archive_history_format_context_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_format_context", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_run_apply_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_run_apply_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_run_archive_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_run_archive_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_run_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_run_apply_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_format_acceptance_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_format_apply_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_format_archive_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_run_acceptance_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_format_context", "to": "runner_agentrunner_run_archive_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_acceptancehistory_default", "to": "history_resolvecontext_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_default", "to": "history_test_default_impl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_default", "to": "history_test_archive_history_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_acceptancehistory_default", "to": "history_test_output_collector_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext", "to": "history_resolvecontext_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext", "to": "history_resolvecontext_record", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext", "to": "history_resolvecontext_current_attempt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext", "to": "history_resolvecontext_format_continuation_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_resolvecontext_format_continuation_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_new_history_is_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_record_and_retrieve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_multiple_attempts_accumulation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_separate_changes_tracked_independently", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_clear_functionality", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_format_context_empty_history", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_format_context_single_failed_attempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_format_context_successful_attempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_format_context_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_last_returns_none_for_unknown_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_archive_history_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_archive_history_record_and_retrieve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_archive_history_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_archive_history_clear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_archive_history_format_context_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_archive_history_format_context_single_attempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_archive_history_format_context_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_resolve_context_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_resolve_context_record", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_resolve_context_format_continuation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_resolve_context_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_output_collector_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_output_collector_add_stdout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_output_collector_add_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_acceptance_history_last_commit_hash", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_acceptance_history_last_commit_hash_none", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "history_test_acceptance_history_last_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_record", "to": "history_test_record_and_retrieve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_multiple_attempts_accumulation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_separate_changes_tracked_independently", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_clear_functionality", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_format_context_single_failed_attempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_format_context_successful_attempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_format_context_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_archive_history_record_and_retrieve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_archive_history_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_archive_history_clear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_archive_history_format_context_single_attempt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_archive_history_format_context_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_resolve_context_record", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_resolve_context_format_continuation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_resolve_context_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_acceptance_history_last_commit_hash", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_acceptance_history_last_commit_hash_none", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "history_test_acceptance_history_last_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_record", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_record", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_record", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_record", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_record", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_record", "to": "history_ops_record_apply_attempt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_record", "to": "history_ops_record_archive_attempt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_record", "to": "history_ops_record_acceptance_attempt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_current_attempt", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_format_continuation_context", "to": "history_test_resolve_context_format_continuation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_format_continuation_context", "to": "history_test_resolve_context_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_resolvecontext_format_continuation_context", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_format_continuation_context", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_format_continuation_context", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_resolvecontext_format_continuation_context", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_create_test_attempt", "to": "history_test_record_and_retrieve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_create_test_attempt", "to": "history_test_multiple_attempts_accumulation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_create_test_attempt", "to": "history_test_separate_changes_tracked_independently", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_create_test_attempt", "to": "history_test_clear_functionality", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_create_test_archive_attempt", "to": "history_test_archive_history_record_and_retrieve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_create_test_archive_attempt", "to": "history_test_archive_history_multiple_attempts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_create_test_archive_attempt", "to": "history_test_archive_history_clear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_taskprogress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_task_regex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_parse_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_parse_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_parse_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_parse_change_with_worktree_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_find_archive_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_parse_archived_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_parse_archived_change_with_worktree_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_parse_progress_with_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_acceptance_follow_up_heading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_record_acceptance_follow_up", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_bullet_unchecked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_bullet_checked_lowercase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_bullet_checked_uppercase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_asterisk_bullets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_bullet_mixed_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_numbered_unchecked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_record_acceptance_follow_up_appends_unchecked_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_record_acceptance_follow_up_replaces_existing_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_numbered_checked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_numbered_multi_digit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_numbered_mixed_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_mixed_bullets_and_numbers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_mixed_with_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_empty_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_no_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_indented_not_counted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_inline_checkbox_not_counted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_header_checkbox_not_counted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_real_world_example", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_task_progress_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_task_progress_with_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_task_progress_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_file_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_change_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_change_with_worktree_fallback_from_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_change_with_worktree_fallback_to_base", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_from_worktree_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_from_worktree_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_to_base", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_priority", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_archived_change_date_prefixed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_archived_change_exact_match_preferred", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_date_prefixed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_find_archive_directory_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_find_archive_directory_exact_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_find_archive_directory_date_prefixed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_progress_with_fallback_worktree_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_progress_with_fallback_worktree_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_progress_with_fallback_base_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_progress_with_fallback_base_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_progress_with_fallback_priority_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_task_parser_rs", "to": "task_parser_test_parse_progress_with_fallback_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress", "to": "task_parser_taskprogress_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress", "to": "task_parser_taskprogress_with_counts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_task_regex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_parse_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_parse_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_find_archive_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_parse_progress_with_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_record_acceptance_follow_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_task_progress_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_file_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_change_with_worktree_fallback_from_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_change_with_worktree_fallback_to_base", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_from_worktree_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_from_worktree_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_to_base", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_priority", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_archived_change_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_archived_change_exact_match_preferred", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_find_archive_directory_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_find_archive_directory_exact_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_find_archive_directory_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_progress_with_fallback_worktree_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_progress_with_fallback_worktree_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_progress_with_fallback_base_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_progress_with_fallback_base_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_progress_with_fallback_priority_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "task_parser_test_parse_progress_with_fallback_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_taskprogress_new", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_taskprogress_with_counts", "to": "task_parser_test_task_progress_with_counts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_task_regex", "to": "task_parser_parse_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_parse_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_bullet_unchecked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_bullet_checked_lowercase", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_bullet_checked_uppercase", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_asterisk_bullets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_bullet_mixed_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_numbered_unchecked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_numbered_checked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_numbered_multi_digit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_numbered_mixed_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_mixed_bullets_and_numbers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_mixed_with_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_empty_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_no_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_indented_not_counted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_inline_checkbox_not_counted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_header_checkbox_not_counted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "task_parser_test_real_world_example", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_content", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_content", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_content", "to": "log_deduplicator_should_log_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_file", "to": "task_parser_parse_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_file", "to": "task_parser_parse_change_with_worktree_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_file", "to": "task_parser_parse_archived_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_file", "to": "task_parser_parse_archived_change_with_worktree_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_file", "to": "task_parser_parse_progress_with_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_file", "to": "task_parser_test_record_acceptance_follow_up_appends_unchecked_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_file", "to": "task_parser_test_parse_file_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_file", "to": "dispatch_read_implementation_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_file", "to": "executor_test_acceptance_fail_records_follow_up_tasks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_file", "to": "ws_list_remote_changes_in_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_file", "to": "apply_check_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_file", "to": "archive_verify_task_completion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_file", "to": "archive_get_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_change", "to": "task_parser_parse_change_with_worktree_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_change", "to": "task_parser_test_parse_change_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_change", "to": "completion_appstate_handle_processing_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_find_archive_directory", "to": "task_parser_parse_archived_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_find_archive_directory", "to": "task_parser_parse_archived_change_with_worktree_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_find_archive_directory", "to": "task_parser_parse_progress_with_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_find_archive_directory", "to": "task_parser_test_find_archive_directory_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_find_archive_directory", "to": "task_parser_test_find_archive_directory_exact_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_find_archive_directory", "to": "task_parser_test_find_archive_directory_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_archived_change", "to": "task_parser_parse_archived_change_with_worktree_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_change_with_worktree_fallback_from_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_change_with_worktree_fallback_to_base", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_from_worktree_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_from_worktree_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_to_base", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_priority", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_archived_change_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_archived_change_exact_match_preferred", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_archived_change_with_worktree_fallback_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_progress_with_fallback_worktree_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_progress_with_fallback_worktree_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_progress_with_fallback_base_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_progress_with_fallback_base_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_progress_with_fallback_priority_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "task_parser_test_parse_progress_with_fallback_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "state_appstate_update_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "completion_appstate_handle_change_archived", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "completion_appstate_handle_resolve_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "completion_appstate_handle_merge_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "processing_appstate_handle_archive_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "state_webstate_refresh_from_disk", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_parse_progress_with_fallback", "to": "ws_list_remote_changes_in_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_acceptance_follow_up_heading", "to": "task_parser_record_acceptance_follow_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_record_acceptance_follow_up", "to": "task_parser_test_record_acceptance_follow_up_appends_unchecked_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_record_acceptance_follow_up", "to": "task_parser_test_record_acceptance_follow_up_replaces_existing_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "task_parser_record_acceptance_follow_up", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_record_acceptance_follow_up", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_record_acceptance_follow_up", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_record_acceptance_follow_up", "to": "dispatch_acceptance_follow_up_reopens_completed_tasks_for_apply_resume", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_record_acceptance_follow_up", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_record_acceptance_follow_up", "to": "executor_test_acceptance_fail_records_follow_up_tasks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "task_parser_test_task_progress_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_command_queue_rs", "to": "command_queue_commandqueueconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_commandqueue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_streamingoutputline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_stagger_delay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_is_retryable_error_matches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_is_retryable_error_no_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_retry_on_retryable_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_retry_on_short_duration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_retry_on_agent_crash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_retry_on_long_duration_with_pattern", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_no_retry_on_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_max_retries_exceeded", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_execute_with_retry_streaming_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_execute_with_retry_streaming_with_callback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_execute_with_retry_streaming_failure_no_retry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_inactivity_timeout_triggers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_no_timeout_with_periodic_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_timeout_disabled_with_zero", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_inactivity_timeout_error_message_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_no_timeout_with_bytes_without_newlines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_command_queue_rs", "to": "command_queue_test_no_timeout_with_stderr_only_bytes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue", "to": "command_queue_commandqueue_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue", "to": "command_queue_commandqueue_new_with_shared_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue", "to": "command_queue_commandqueue_execute_with_stagger", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue", "to": "command_queue_commandqueue_is_retryable_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue", "to": "command_queue_commandqueue_should_retry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue", "to": "command_queue_commandqueue_execute_with_retry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue", "to": "command_queue_commandqueue_execute_with_retry_streaming", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue", "to": "command_queue_commandqueue_stream_and_wait", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue", "to": "command_queue_commandqueue_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_commandqueue_is_retryable_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_commandqueue_execute_with_retry_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_commandqueue_stream_and_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_stagger_delay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_is_retryable_error_matches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_is_retryable_error_no_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_retry_on_retryable_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_retry_on_short_duration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_retry_on_agent_crash", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_retry_on_long_duration_with_pattern", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_no_retry_on_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_max_retries_exceeded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_execute_with_retry_streaming_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_execute_with_retry_streaming_with_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_execute_with_retry_streaming_failure_no_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_inactivity_timeout_triggers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_no_timeout_with_periodic_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_timeout_disabled_with_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_inactivity_timeout_error_message_format", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_no_timeout_with_bytes_without_newlines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "command_queue_test_no_timeout_with_stderr_only_bytes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_execute_with_stagger", "to": "command_queue_commandqueue_execute_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_stagger", "to": "command_queue_commandqueue_execute_with_retry_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_stagger", "to": "command_queue_test_stagger_delay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_stagger", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_execute_with_stagger", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_is_retryable_error", "to": "command_queue_commandqueue_should_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_should_retry", "to": "command_queue_commandqueue_execute_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_should_retry", "to": "command_queue_commandqueue_execute_with_retry_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_retry", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "command_queue_commandqueue_stream_and_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "command_queue_test_execute_with_retry_streaming_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "command_queue_test_execute_with_retry_streaming_with_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "command_queue_test_execute_with_retry_streaming_failure_no_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "command_queue_test_inactivity_timeout_triggers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "command_queue_test_no_timeout_with_periodic_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "command_queue_test_timeout_disabled_with_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "command_queue_test_inactivity_timeout_error_message_format", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "command_queue_test_no_timeout_with_bytes_without_newlines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "command_queue_test_no_timeout_with_stderr_only_bytes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "process_manager_streamingchildhandle_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "process_manager_cleanup_process_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "runner_agentrunner_execute_shell_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_execute_with_retry_streaming", "to": "runner_agentrunner_execute_shell_command_with_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_stream_and_wait", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_stream_and_wait", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_stream_and_wait", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_stream_and_wait", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_commandqueue_stream_and_wait", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_queue_test_config", "to": "command_queue_test_stagger_delay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_test_config", "to": "command_queue_test_is_retryable_error_matches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_test_config", "to": "command_queue_test_is_retryable_error_no_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_test_config", "to": "command_queue_test_retry_on_retryable_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_test_config", "to": "command_queue_test_retry_on_short_duration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_test_config", "to": "command_queue_test_retry_on_agent_crash", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_test_config", "to": "command_queue_test_retry_on_long_duration_with_pattern", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_test_config", "to": "command_queue_test_no_retry_on_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_test_config", "to": "command_queue_test_max_retries_exceeded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_test_config", "to": "command_queue_test_execute_with_retry_streaming_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_queue_test_config", "to": "command_queue_test_execute_with_retry_streaming_with_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_progressdisplay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_test_progress_display_creation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_test_progress_update", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_test_progress_complete_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_test_progress_archive_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_test_progress_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_test_progress_complete_all", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_test_progress_set_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_test_progress_multiple_updates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_test_progress_complete_without_current", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_test_progress_archive_without_current", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_progress_rs", "to": "progress_test_progress_error_without_current", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay", "to": "progress_progressdisplay_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay", "to": "progress_progressdisplay_update_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay", "to": "progress_progressdisplay_complete_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay", "to": "progress_progressdisplay_archive_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay", "to": "progress_progressdisplay_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay", "to": "progress_progressdisplay_complete_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay", "to": "progress_progressdisplay_set_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_progressdisplay_set_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_progressdisplay_update_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_create_test_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_test_progress_display_creation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_test_progress_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_test_progress_complete_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_test_progress_archive_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_test_progress_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_test_progress_complete_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_test_progress_set_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_test_progress_multiple_updates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_test_progress_complete_without_current", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_test_progress_archive_without_current", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "progress_test_progress_error_without_current", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_new", "to": "registry_projectregistry_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_new", "to": "cli_template", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_update_change", "to": "progress_progressdisplay_set_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_update_change", "to": "progress_test_progress_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_update_change", "to": "progress_test_progress_complete_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_update_change", "to": "progress_test_progress_archive_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_update_change", "to": "progress_test_progress_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_update_change", "to": "progress_test_progress_complete_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_update_change", "to": "progress_test_progress_multiple_updates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_update_change", "to": "registry_projectregistry_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_update_change", "to": "cli_template", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_update_change", "to": "orchestrator_orchestrator_refetch_and_select_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_complete_change", "to": "progress_test_progress_complete_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_complete_change", "to": "progress_test_progress_multiple_updates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_complete_change", "to": "progress_test_progress_complete_without_current", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_complete_change", "to": "orchestrator_orchestrator_handle_apply_success_incomplete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_complete_change", "to": "orchestrator_orchestrator_handle_acceptance_result", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_archive_change", "to": "progress_test_progress_archive_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_archive_change", "to": "progress_test_progress_archive_without_current", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_error", "to": "progress_test_progress_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_error", "to": "progress_test_progress_error_without_current", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_error", "to": "orchestrator_orchestrator_handle_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "orchestrator_orchestrator_handle_apply_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "orchestrator_orchestrator_mark_change_stalled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "terminal_execute_worktree_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "key_handlers_handle_tab_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "key_handlers_handle_enter_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "key_handlers_handle_plus_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "command_handlers_handle_start_processing_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "orchestrator_run_orchestrator_parallel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "completion_appstate_handle_branch_merge_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "output_appstate_handle_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "errors_appstate_handle_processing_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "errors_appstate_handle_apply_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "errors_appstate_handle_archive_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "errors_appstate_handle_resolve_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "errors_appstate_handle_change_stop_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "state_test_display_color_derivation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "state_test_error_message_derivation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_error", "to": "output_channeloutputhandler_f_on_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_complete_all", "to": "progress_test_progress_complete_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_progressdisplay_complete_all", "to": "orchestrator_orchestrator_check_graceful_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_complete_all", "to": "orchestrator_orchestrator_check_cancellation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_complete_all", "to": "orchestrator_orchestrator_check_max_iterations", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_complete_all", "to": "orchestrator_orchestrator_refetch_and_select_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "progress_progressdisplay_set_message", "to": "progress_test_progress_set_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_create_test_change", "to": "progress_test_progress_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_create_test_change", "to": "progress_test_progress_complete_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_create_test_change", "to": "progress_test_progress_archive_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_create_test_change", "to": "progress_test_progress_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_create_test_change", "to": "progress_test_progress_complete_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_create_test_change", "to": "progress_test_progress_multiple_updates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "progress_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_is_stream_json_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_extract_text_from_stream_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_extract_from_stream_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_extract_from_assistant", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_extract_from_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_extract_tool_summary_from_stream_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_extract_tool_use_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_extract_tool_result_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_extract_assistant_tool_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_truncate_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_streamjsontextbuffer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_process_stdout_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_stream_event_text_delta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_stream_event_empty_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_stream_event_non_text_delta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_assistant_text_block", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_assistant_multiple_text_blocks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_assistant_no_text_blocks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_result_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_result_error_suppressed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_result_empty_suppressed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_non_json_returns_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_unknown_type_returns_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_buffer_single_complete_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_buffer_partial_then_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_buffer_multiple_lines_in_one_chunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_buffer_partial_retained_until_finalize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_buffer_finalize_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_process_plain_text_passthrough", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_process_stream_event_buffers_partial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_process_assistant_multiline_split", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_process_unrecognized_json_suppressed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_process_thinking_event_suppressed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_process_tool_use_event_emits_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_process_empty_line_passthrough", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_is_stream_json_event_true", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_is_stream_json_event_false", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_multiline_assistant_emits_separate_log_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_streaming_deltas_multiline_emit_separate_log_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_tool_use_summary_bash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_tool_use_summary_read", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_tool_use_summary_truncates_long_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_tool_result_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_tool_result_truncates_long_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_assistant_tool_use_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_extract_tool_summary_non_tool_event_returns_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_read_tool_includes_filepath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_read_tool_uses_path_alias_when_no_filepath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_write_tool_includes_filepath_no_body", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_write_tool_includes_chars_and_lines_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_edit_tool_includes_filepath_no_old_new_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_edit_tool_new_string_body_shows_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_non_file_tool_still_includes_text_field", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_process_tool_use_summary_does_not_use_buffer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_process_tool_result_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_glob_tool_shows_pattern_and_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_glob_tool_without_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_grep_tool_shows_pattern_path_and_glob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_todowrite_tool_shows_todo_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_todowrite_no_completed_or_inprogress_omits_those_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_webfetch_tool_shows_url_and_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_read_tool_includes_offset_and_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_read_tool_mixed_case_matches_dedicated_formatter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_grep_tool_uppercase_matches_dedicated_formatter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_todowrite_mixed_case_matches_dedicated_formatter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_bash_uppercase_uses_generic_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_unknown_tool_uses_generic_fallback_with_safe_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_skill_tool_shows_skill_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_skill_tool_without_args", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_skill_tool_mixed_case_matches_dedicated_formatter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_assistant_message_skill_tool_block_shows_dedicated_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_skill_tool_truncates_long_args", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_skill_tool_input_name_field_top_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_skill_tool_input_name_field_assistant_block", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stream_json_textifier_rs", "to": "stream_json_textifier_test_write_tool_body_safety_omits_raw_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_is_stream_json_event", "to": "stream_json_textifier_process_stdout_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_is_stream_json_event", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_is_stream_json_event", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_text_from_stream_json", "to": "stream_json_textifier_extract_from_stream_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_text_from_stream_json", "to": "stream_json_textifier_extract_from_assistant", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_text_from_stream_json", "to": "stream_json_textifier_extract_from_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_text_from_stream_json", "to": "stream_json_textifier_process_stdout_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_text_from_stream_json", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_text_from_stream_json", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_text_from_stream_json", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_from_stream_event", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_from_stream_event", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_from_stream_event", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_from_assistant", "to": "stream_json_textifier_streamjsontextbuffer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_from_assistant", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_from_assistant", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_from_assistant", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_from_assistant", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_from_result", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_from_result", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_from_result", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_extract_tool_use_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_extract_tool_result_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_extract_assistant_tool_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_process_stdout_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_extract_tool_use_summary_bash", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_extract_tool_use_summary_read", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_extract_tool_use_summary_truncates_long_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_extract_tool_result_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_extract_tool_result_truncates_long_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_extract_assistant_tool_use_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_read_tool_includes_filepath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_read_tool_uses_path_alias_when_no_filepath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_write_tool_includes_filepath_no_body", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_write_tool_includes_chars_and_lines_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_edit_tool_includes_filepath_no_old_new_string", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_edit_tool_new_string_body_shows_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_non_file_tool_still_includes_text_field", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_glob_tool_shows_pattern_and_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_glob_tool_without_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_grep_tool_shows_pattern_path_and_glob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_todowrite_tool_shows_todo_counts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_todowrite_no_completed_or_inprogress_omits_those_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_webfetch_tool_shows_url_and_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_read_tool_includes_offset_and_limit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_read_tool_mixed_case_matches_dedicated_formatter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_grep_tool_uppercase_matches_dedicated_formatter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_todowrite_mixed_case_matches_dedicated_formatter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_bash_uppercase_uses_generic_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_unknown_tool_uses_generic_fallback_with_safe_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_skill_tool_shows_skill_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_skill_tool_without_args", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_skill_tool_mixed_case_matches_dedicated_formatter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_assistant_message_skill_tool_block_shows_dedicated_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_skill_tool_truncates_long_args", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_skill_tool_input_name_field_top_level", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_skill_tool_input_name_field_assistant_block", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "stream_json_textifier_test_write_tool_body_safety_omits_raw_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_tool_summary_from_stream_json", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_tool_use_summary", "to": "stream_json_textifier_streamjsontextbuffer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_use_summary", "to": "stream_json_textifier_truncate_string", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_use_summary", "to": "stream_json_textifier_extract_assistant_tool_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_use_summary", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_tool_use_summary", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_tool_use_summary", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_tool_use_summary", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_tool_result_summary", "to": "stream_json_textifier_streamjsontextbuffer_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_result_summary", "to": "stream_json_textifier_truncate_string", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_extract_tool_result_summary", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_tool_result_summary", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_tool_result_summary", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_assistant_tool_summary", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_extract_assistant_tool_summary", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_truncate_string", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_streamjsontextbuffer", "to": "stream_json_textifier_streamjsontextbuffer_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer", "to": "stream_json_textifier_streamjsontextbuffer_feed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer", "to": "stream_json_textifier_streamjsontextbuffer_finalize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer", "to": "stream_json_textifier_streamjsontextbuffer_flush_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_streamjsontextbuffer_flush_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_buffer_single_complete_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_buffer_partial_then_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_buffer_multiple_lines_in_one_chunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_buffer_partial_retained_until_finalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_buffer_finalize_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_process_plain_text_passthrough", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_process_stream_event_buffers_partial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_process_assistant_multiline_split", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_process_unrecognized_json_suppressed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_process_thinking_event_suppressed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_process_tool_use_event_emits_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_process_empty_line_passthrough", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_multiline_assistant_emits_separate_log_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_streaming_deltas_multiline_emit_separate_log_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_process_tool_use_summary_does_not_use_buffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "stream_json_textifier_test_process_tool_result_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_new", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_streamjsontextbuffer_feed", "to": "stream_json_textifier_streamjsontextbuffer_flush_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_feed", "to": "stream_json_textifier_process_stdout_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_feed", "to": "stream_json_textifier_test_buffer_single_complete_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_feed", "to": "stream_json_textifier_test_buffer_multiple_lines_in_one_chunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_feed", "to": "stream_json_textifier_test_buffer_partial_retained_until_finalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_finalize", "to": "stream_json_textifier_test_multiline_assistant_emits_separate_log_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_streamjsontextbuffer_finalize", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_streamjsontextbuffer_finalize", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_streamjsontextbuffer_finalize", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_streamjsontextbuffer_flush_lines", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "stream_json_textifier_test_process_plain_text_passthrough", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "stream_json_textifier_test_process_stream_event_buffers_partial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "stream_json_textifier_test_process_assistant_multiline_split", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "stream_json_textifier_test_process_unrecognized_json_suppressed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "stream_json_textifier_test_process_tool_use_event_emits_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "stream_json_textifier_test_process_empty_line_passthrough", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "stream_json_textifier_test_multiline_assistant_emits_separate_log_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "stream_json_textifier_test_streaming_deltas_multiline_emit_separate_log_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "stream_json_textifier_test_process_tool_use_summary_does_not_use_buffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "stream_json_textifier_test_process_tool_result_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_process_stdout_line", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stream_json_textifier_test_multiline_assistant_emits_separate_log_lines", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_main_rs", "to": "main_resolve_tui_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_main_rs", "to": "main_load_remote_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_main_rs", "to": "main_resolve_project_server_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_main_rs", "to": "main_check_project_auth_not_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_main_rs", "to": "main_print_projects_human", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_main_rs", "to": "main_print_project_human", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_main_rs", "to": "main_init_logging", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_main_rs", "to": "main_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_main_rs", "to": "main_test_resolve_project_server_url_explicit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_main_rs", "to": "main_test_resolve_project_server_url_default_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_main_rs", "to": "main_test_check_project_auth_explicit_server_always_passes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_main_rs", "to": "main_test_check_project_auth_default_no_auth_passes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_resolve_tui_token", "to": "main_load_remote_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_resolve_tui_token", "to": "main_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_resolve_tui_token", "to": "client_remoteclient_resolve_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_load_remote_changes", "to": "main_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_load_remote_changes", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_load_remote_changes", "to": "client_remoteclient_list_projects", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_load_remote_changes", "to": "mapper_group_changes_by_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_resolve_project_server_url", "to": "main_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_resolve_project_server_url", "to": "main_test_resolve_project_server_url_explicit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_resolve_project_server_url", "to": "main_test_resolve_project_server_url_default_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_resolve_project_server_url", "to": "load_orchestratorconfig_load_server_config_from_global", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_check_project_auth_not_required", "to": "main_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_check_project_auth_not_required", "to": "main_test_check_project_auth_explicit_server_always_passes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_check_project_auth_not_required", "to": "main_test_check_project_auth_default_no_auth_passes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_check_project_auth_not_required", "to": "load_orchestratorconfig_load_server_config_from_global", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_print_projects_human", "to": "main_print_project_human", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_print_projects_human", "to": "main_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_print_projects_human", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_print_project_human", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_print_project_human", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_init_logging", "to": "main_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_init_logging", "to": "defaults_get_log_file_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_init_logging", "to": "db_serverdb_cleanup_old_logs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "log_deduplicator_configure_logging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "types_orchestratorconfig_get_logging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "mod_webconfig_enabled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "mod_spawn_server_with_url", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "runner_run_tui_with_remote", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "cli_check_git_directory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "types_orchestratorconfig_resolve_parallel_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "mod_gitworkspacemanager_check_git_available", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "state_webstate_set_control_channel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "process_manager_processhandle_terminate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "orchestrator_orchestrator_set_web_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "acp_client_acpclient_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "orchestrator_orchestrator_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "templates_get_template_content", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "load_orchestratorconfig_load_server_config_and_resolve_command_from_global", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "types_serverconfig_apply_cli_overrides", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "client_resolve_project_url_and_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "client_resolve_default_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "client_remoteclient_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "client_remoteclient_delete_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "client_remoteclient_get_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "client_remoteclient_list_projects_management", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "client_remoteclient_list_all_projects", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "client_remoteclient_sync_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "client_remoteclient_git_sync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "mod_install", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "mod_uninstall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "mod_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "mod_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "mod_restart", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "cli_installskillsargs_target", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "install_skills_run_install_skills", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "main_main", "to": "mod_gitworkspacemanager_detect_conflicts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_run_service_rs", "to": "parallel_run_service_parallelrunservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_run_service_rs", "to": "parallel_run_service_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_run_service_rs", "to": "parallel_run_service_init_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_run_service_rs", "to": "parallel_run_service_test_filter_committed_changes_skips_uncommitted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_run_service_rs", "to": "parallel_run_service_test_filter_committed_changes_skips_partially_uncommitted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_run_service_rs", "to": "parallel_run_service_test_prepare_parallel_execution_emits_rejection_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_run_service_rs", "to": "parallel_run_service_test_prepare_parallel_execution_all_rejected_emits_rejection_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_run_service_rs", "to": "parallel_run_service_test_run_parallel_all_rejected_forwards_event_to_callback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_new_with_shared_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_set_no_resume", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_check_vcs_available", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_filter_committed_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_prepare_parallel_execution", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_run_parallel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_run_parallel_with_channel_and_queue_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_run_parallel_order_based_with_executor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_analyze_and_group_public", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_analyze_and_group", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_analyze_order_with_sender", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_analyze_and_group_with_sender", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_all_parallel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_analyze_order_with_llm_streaming", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice", "to": "parallel_run_service_parallelrunservice_analyze_with_llm_streaming", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_parallelrunservice_new_with_shared_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_parallelrunservice_filter_committed_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_parallelrunservice_analyze_order_with_sender", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_parallelrunservice_all_parallel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_parallelrunservice_analyze_order_with_llm_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_parallelrunservice_analyze_with_llm_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_init_git_repo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_test_filter_committed_changes_skips_uncommitted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_test_filter_committed_changes_skips_partially_uncommitted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_test_prepare_parallel_execution_emits_rejection_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_test_prepare_parallel_execution_all_rejected_emits_rejection_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "parallel_run_service_test_run_parallel_all_rejected_forwards_event_to_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "types_orchestratorconfig_get_command_strict_process_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_new", "to": "types_orchestratorconfig_get_stream_json_textify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_new_with_shared_state", "to": "parallel_run_service_parallelrunservice_run_parallel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new_with_shared_state", "to": "parallel_run_service_parallelrunservice_run_parallel_order_based_with_executor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_new_with_shared_state", "to": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_new_with_shared_state", "to": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_new_with_shared_state", "to": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_new_with_shared_state", "to": "types_orchestratorconfig_get_command_strict_process_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_new_with_shared_state", "to": "types_orchestratorconfig_get_stream_json_textify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_set_no_resume", "to": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_set_no_resume", "to": "parallel_run_service_parallelrunservice_run_parallel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_check_vcs_available", "to": "cli_check_parallel_available", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "to": "parallel_run_service_parallelrunservice_run_parallel_with_channel_and_queue_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "to": "types_orchestratorconfig_get_vcs_backend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "to": "types_executioncontext_a_with_event_tx", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "to": "types_orchestratorconfig_get_hooks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "to": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "to": "builder_parallelexecutor_set_persistent_lifetime", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "to": "builder_parallelexecutor_set_hooks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "to": "builder_parallelexecutor_set_cancel_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "to": "builder_parallelexecutor_set_dynamic_queue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_create_executor_with_queue_state", "to": "builder_parallelexecutor_set_manual_resolve_counter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_filter_committed_changes", "to": "parallel_run_service_parallelrunservice_prepare_parallel_execution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_filter_committed_changes", "to": "parallel_run_service_test_filter_committed_changes_skips_uncommitted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_filter_committed_changes", "to": "parallel_run_service_test_filter_committed_changes_skips_partially_uncommitted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_filter_committed_changes", "to": "commit_list_changes_in_head", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_filter_committed_changes", "to": "commit_list_changes_with_uncommitted_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_filter_committed_changes", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_filter_committed_changes", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_prepare_parallel_execution", "to": "parallel_run_service_parallelrunservice_run_parallel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_prepare_parallel_execution", "to": "parallel_run_service_parallelrunservice_run_parallel_order_based_with_executor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_prepare_parallel_execution", "to": "parallel_run_service_test_prepare_parallel_execution_emits_rejection_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_prepare_parallel_execution", "to": "parallel_run_service_test_prepare_parallel_execution_all_rejected_emits_rejection_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_prepare_parallel_execution", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel", "to": "parallel_run_service_parallelrunservice_analyze_order_with_sender", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel", "to": "parallel_run_service_test_run_parallel_all_rejected_forwards_event_to_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel", "to": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel", "to": "types_orchestratorconfig_get_vcs_backend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel", "to": "types_executioncontext_a_with_event_tx", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel", "to": "types_orchestratorconfig_get_hooks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel", "to": "builder_parallelexecutor_set_hooks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel", "to": "builder_parallelexecutor_set_cancel_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel", "to": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel_with_channel_and_queue_state", "to": "parallel_run_service_parallelrunservice_run_parallel_order_based_with_executor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel_order_based_with_executor", "to": "parallel_run_service_parallelrunservice_analyze_order_with_sender", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_run_parallel_order_based_with_executor", "to": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_analyze_and_group_public", "to": "parallel_run_service_parallelrunservice_analyze_and_group", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_analyze_and_group_public", "to": "orchestrator_orchestrator_run_parallel_dry_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_analyze_and_group", "to": "parallel_run_service_parallelrunservice_analyze_and_group_with_sender", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_analyze_order_with_sender", "to": "parallel_run_service_parallelrunservice_analyze_order_with_llm_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_analyze_order_with_sender", "to": "types_orchestratorconfig_use_llm_analysis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_analyze_and_group_with_sender", "to": "parallel_run_service_parallelrunservice_analyze_with_llm_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_analyze_and_group_with_sender", "to": "parallel_run_service_parallelrunservice_all_parallel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_parallelrunservice_analyze_and_group_with_sender", "to": "types_orchestratorconfig_use_llm_analysis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_parallelrunservice_all_parallel", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_init_git_repo", "to": "parallel_run_service_test_filter_committed_changes_skips_uncommitted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_init_git_repo", "to": "parallel_run_service_test_filter_committed_changes_skips_partially_uncommitted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_init_git_repo", "to": "parallel_run_service_test_prepare_parallel_execution_emits_rejection_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_init_git_repo", "to": "parallel_run_service_test_prepare_parallel_execution_all_rejected_emits_rejection_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_init_git_repo", "to": "parallel_run_service_test_run_parallel_all_rejected_forwards_event_to_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "parallel_run_service_init_git_repo", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_test_filter_committed_changes_skips_uncommitted", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_test_filter_committed_changes_skips_partially_uncommitted", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_test_prepare_parallel_execution_emits_rejection_event", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_test_prepare_parallel_execution_emits_rejection_event", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_test_prepare_parallel_execution_all_rejected_emits_rejection_event", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_test_prepare_parallel_execution_all_rejected_emits_rejection_event", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_test_run_parallel_all_rejected_forwards_event_to_callback", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "parallel_run_service_test_run_parallel_all_rejected_forwards_event_to_callback", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_spectestannotationerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_specscenarioref", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_specscenario", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_specreference", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_annotationscanresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_brokenreference", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_speccheckreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_slugify_heading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_normalize_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_finalize_scenario", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_collect_spec_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_parse_spec_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_collect_spec_scenarios", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_collect_rs_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_parse_reference", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_collect_annotations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_check_spec_test_annotations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_test_slugify_heading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_test_spec_annotation_checker_reports_missing_and_broken", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_spec_test_annotations_rs", "to": "spec_test_annotations_test_format_report_includes_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref", "to": "spec_test_annotations_specscenarioref_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref", "to": "spec_test_annotations_specscenarioref_format_reference", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref", "to": "spec_test_annotations_specscenarioref_fmt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref_new", "to": "spec_test_annotations_speccheckreport_format_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref_new", "to": "spec_test_annotations_slugify_heading", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref_new", "to": "spec_test_annotations_finalize_scenario", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref_new", "to": "spec_test_annotations_parse_spec_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref_new", "to": "spec_test_annotations_collect_spec_scenarios", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref_new", "to": "spec_test_annotations_parse_reference", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref_new", "to": "spec_test_annotations_collect_annotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref_new", "to": "spec_test_annotations_check_spec_test_annotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_specscenarioref_format_reference", "to": "spec_test_annotations_check_spec_test_annotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_speccheckreport", "to": "spec_test_annotations_speccheckreport_format_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_speccheckreport_format_report", "to": "spec_test_annotations_test_format_report_includes_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_speccheckreport_format_report", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_speccheckreport_format_report", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_slugify_heading", "to": "spec_test_annotations_finalize_scenario", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_slugify_heading", "to": "spec_test_annotations_parse_spec_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_slugify_heading", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_slugify_heading", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_slugify_heading", "to": "queue_dynamicqueue_pop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_normalize_path", "to": "spec_test_annotations_parse_spec_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_finalize_scenario", "to": "spec_test_annotations_parse_spec_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_finalize_scenario", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_finalize_scenario", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_collect_spec_files", "to": "spec_test_annotations_collect_spec_scenarios", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_collect_spec_files", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_parse_spec_file", "to": "spec_test_annotations_collect_spec_scenarios", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_parse_spec_file", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_parse_spec_file", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_collect_spec_scenarios", "to": "spec_test_annotations_check_spec_test_annotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_collect_rs_files", "to": "spec_test_annotations_collect_annotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_collect_rs_files", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_parse_reference", "to": "spec_test_annotations_collect_annotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_parse_reference", "to": "jsonc_parse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_parse_reference", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_collect_annotations", "to": "spec_test_annotations_check_spec_test_annotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_collect_annotations", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_collect_annotations", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_collect_annotations", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_collect_annotations", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_check_spec_test_annotations", "to": "spec_test_annotations_test_spec_annotation_checker_reports_missing_and_broken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "spec_test_annotations_check_spec_test_annotations", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "spec_test_annotations_check_spec_test_annotations", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_serialsnapshot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_orchestrator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_loopcontrol", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_filter_to_snapshot_filters_new_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_filter_to_snapshot_returns_all_when_no_snapshot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_filter_to_snapshot_removes_archived_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_filter_to_snapshot_handles_empty_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_snapshot_preserves_updated_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_filter_stalled_changes_skips_dependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_orchestrator_creation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_orchestrator_with_single_target_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_orchestrator_with_multiple_target_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_serial_shared_state_apply_count_and_iteration_increment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_rejected_result_marks_change_rejected_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestrator_rs", "to": "orchestrator_test_cli_all_rejected_start_detection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_set_web_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_broadcast_state_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_with_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_update_execution_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_check_graceful_stop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_check_cancellation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_check_max_iterations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_check_loop_controls", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_update_shared_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_handle_archived", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_handle_stalled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_handle_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_handle_apply_success_incomplete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_handle_apply_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_handle_acceptance_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_initialize_run_loop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_handle_change_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_snapshot_serial_iteration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_squash_serial_wip_commits", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_filter_to_snapshot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_log_new_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_filter_stalled_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_refetch_and_select_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_mark_change_stalled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_record_error_and_check_circuit_breaker", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_set_initial_change_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_run_parallel_dry_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator", "to": "orchestrator_orchestrator_run_parallel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_orchestrator_with_config", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_orchestrator_initialize_run_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_orchestrator_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_orchestrator_snapshot_serial_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_orchestrator_squash_serial_wip_commits", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_orchestrator_filter_stalled_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_orchestrator_run_parallel_dry_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_orchestrator_run_parallel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_create_test_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_test_serial_shared_state_apply_count_and_iteration_increment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_test_rejected_result_marks_change_rejected_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "orchestrator_test_cli_all_rejected_start_detection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_new", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "log_deduplicator_configure_logging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "types_orchestratorconfig_get_logging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "types_orchestratorconfig_get_hooks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "types_orchestratorconfig_get_max_iterations", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "types_orchestratorconfig_get_vcs_backend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "types_orchestratorconfig_get_stall_detection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "types_orchestratorconfig_get_command_strict_process_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_new", "to": "types_orchestratorconfig_get_stream_json_textify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_set_web_state", "to": "state_webstate_set_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_broadcast_state_update", "to": "orchestrator_orchestrator_update_execution_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_broadcast_state_update", "to": "orchestrator_orchestrator_refetch_and_select_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_broadcast_state_update", "to": "state_webstate_update_with_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_with_config", "to": "orchestrator_test_filter_to_snapshot_filters_new_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_with_config", "to": "orchestrator_test_filter_to_snapshot_returns_all_when_no_snapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_with_config", "to": "orchestrator_test_filter_to_snapshot_removes_archived_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_with_config", "to": "orchestrator_test_filter_to_snapshot_handles_empty_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_with_config", "to": "orchestrator_test_snapshot_preserves_updated_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_with_config", "to": "orchestrator_test_filter_stalled_changes_skips_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_with_config", "to": "orchestrator_test_orchestrator_creation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_with_config", "to": "orchestrator_test_orchestrator_with_single_target_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_with_config", "to": "orchestrator_test_orchestrator_with_multiple_target_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_with_config", "to": "orchestrator_test_serial_shared_state_apply_count_and_iteration_increment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_with_config", "to": "orchestrator_test_rejected_result_marks_change_rejected_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_with_config", "to": "log_deduplicator_configure_logging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_with_config", "to": "types_orchestratorconfig_get_logging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_with_config", "to": "types_orchestratorconfig_get_hooks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_with_config", "to": "types_orchestratorconfig_get_max_iterations", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_with_config", "to": "types_orchestratorconfig_get_stall_detection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_with_config", "to": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_with_config", "to": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_with_config", "to": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_with_config", "to": "types_orchestratorconfig_get_command_strict_process_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_with_config", "to": "types_orchestratorconfig_get_stream_json_textify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_update_execution_mode", "to": "orchestrator_orchestrator_check_graceful_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_update_execution_mode", "to": "orchestrator_orchestrator_check_cancellation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_update_execution_mode", "to": "orchestrator_orchestrator_handle_failed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_update_execution_mode", "to": "orchestrator_orchestrator_handle_apply_failed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_update_execution_mode", "to": "orchestrator_orchestrator_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_check_graceful_stop", "to": "orchestrator_orchestrator_check_loop_controls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_check_graceful_stop", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_check_cancellation", "to": "orchestrator_orchestrator_check_loop_controls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_check_cancellation", "to": "types_executionresult_is_cancelled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_check_max_iterations", "to": "orchestrator_orchestrator_check_loop_controls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_check_max_iterations", "to": "orchestrator_test_serial_shared_state_apply_count_and_iteration_increment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_check_max_iterations", "to": "state_orchestratorstate_increment_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_check_max_iterations", "to": "state_orchestratorstate_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_check_max_iterations", "to": "state_orchestratorstate_max_iterations", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_check_max_iterations", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_check_loop_controls", "to": "orchestrator_orchestrator_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_update_shared_state", "to": "orchestrator_orchestrator_handle_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_update_shared_state", "to": "orchestrator_orchestrator_handle_apply_success_incomplete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_update_shared_state", "to": "orchestrator_orchestrator_handle_apply_failed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_update_shared_state", "to": "orchestrator_orchestrator_handle_acceptance_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_update_shared_state", "to": "orchestrator_orchestrator_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_update_shared_state", "to": "orchestrator_test_serial_shared_state_apply_count_and_iteration_increment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_update_shared_state", "to": "orchestrator_dispatch_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_handle_archived", "to": "orchestrator_orchestrator_handle_change_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_archived", "to": "stall_stalldetector_clear_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_handle_archived", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_handle_stalled", "to": "orchestrator_orchestrator_mark_change_stalled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_stalled", "to": "orchestrator_orchestrator_handle_change_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_failed", "to": "orchestrator_orchestrator_handle_change_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_apply_success_incomplete", "to": "orchestrator_orchestrator_snapshot_serial_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_apply_success_incomplete", "to": "orchestrator_orchestrator_mark_change_stalled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_apply_success_incomplete", "to": "orchestrator_orchestrator_handle_change_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_apply_success_incomplete", "to": "state_orchestratorstate_apply_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_handle_apply_success_incomplete", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_handle_apply_failed", "to": "orchestrator_orchestrator_snapshot_serial_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_apply_failed", "to": "orchestrator_orchestrator_record_error_and_check_circuit_breaker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_apply_failed", "to": "orchestrator_orchestrator_mark_change_stalled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_apply_failed", "to": "orchestrator_orchestrator_handle_change_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_apply_failed", "to": "state_orchestratorstate_apply_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_handle_apply_failed", "to": "state_orchestratorstate_mark_stalled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_handle_acceptance_result", "to": "orchestrator_orchestrator_squash_serial_wip_commits", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_acceptance_result", "to": "orchestrator_orchestrator_handle_change_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_acceptance_result", "to": "state_orchestratorstate_apply_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_initialize_run_loop", "to": "orchestrator_orchestrator_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_initialize_run_loop", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_initialize_run_loop", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_initialize_run_loop", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_handle_change_result", "to": "orchestrator_orchestrator_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_handle_change_result", "to": "orchestrator_test_rejected_result_marks_change_rejected_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_run", "to": "orchestrator_orchestrator_run_parallel_dry_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_run", "to": "orchestrator_orchestrator_run_parallel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_run", "to": "orchestrator_orchestrator_refetch_and_select_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_run", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run", "to": "state_orchestratorstate_current_change_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run", "to": "state_orchestratorstate_changes_processed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run", "to": "conflict_mockworkspacemanager_with_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run", "to": "mod_auth_middleware", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_snapshot_serial_iteration", "to": "apply_check_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_snapshot_serial_iteration", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_snapshot_serial_iteration", "to": "basic_check_git_repo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_snapshot_serial_iteration", "to": "apply_create_progress_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_snapshot_serial_iteration", "to": "basic_is_head_empty_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_squash_serial_wip_commits", "to": "basic_check_git_repo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_squash_serial_wip_commits", "to": "mod_gitworkspacemanager_squash_wip_commits", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_filter_to_snapshot", "to": "orchestrator_orchestrator_refetch_and_select_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_filter_to_snapshot", "to": "orchestrator_test_filter_to_snapshot_filters_new_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_filter_to_snapshot", "to": "orchestrator_test_filter_to_snapshot_returns_all_when_no_snapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_filter_to_snapshot", "to": "orchestrator_test_filter_to_snapshot_removes_archived_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_filter_to_snapshot", "to": "orchestrator_test_filter_to_snapshot_handles_empty_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_filter_to_snapshot", "to": "orchestrator_test_snapshot_preserves_updated_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_filter_to_snapshot", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_log_new_changes", "to": "orchestrator_orchestrator_refetch_and_select_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_log_new_changes", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_filter_stalled_changes", "to": "orchestrator_orchestrator_refetch_and_select_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_filter_stalled_changes", "to": "orchestrator_test_filter_stalled_changes_skips_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_filter_stalled_changes", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_filter_stalled_changes", "to": "state_orchestratorstate_stalled_change_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_filter_stalled_changes", "to": "state_orchestratorstate_mark_skipped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_filter_stalled_changes", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_refetch_and_select_change", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_refetch_and_select_change", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_refetch_and_select_change", "to": "selection_select_next_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_mark_change_stalled", "to": "state_orchestratorstate_mark_stalled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_mark_change_stalled", "to": "state_orchestratorstate_clear_stalled_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_mark_change_stalled", "to": "state_orchestratorstate_clear_error_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_mark_change_stalled", "to": "stall_stalldetector_clear_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_record_error_and_check_circuit_breaker", "to": "types_orchestratorconfig_get_error_circuit_breaker", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_record_error_and_check_circuit_breaker", "to": "state_orchestratorstate_record_error_and_check_circuit_breaker", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_record_error_and_check_circuit_breaker", "to": "state_orchestratorstate_last_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_set_initial_change_ids", "to": "orchestrator_test_filter_to_snapshot_filters_new_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_set_initial_change_ids", "to": "orchestrator_test_filter_to_snapshot_removes_archived_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_set_initial_change_ids", "to": "orchestrator_test_filter_to_snapshot_handles_empty_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_set_initial_change_ids", "to": "orchestrator_test_snapshot_preserves_updated_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_orchestrator_run_parallel_dry_run", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run_parallel", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run_parallel", "to": "state_orchestratorstate_with_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run_parallel", "to": "builder_parallelexecutor_set_no_resume", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run_parallel", "to": "commands_check_vcs_available", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run_parallel", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run_parallel", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run_parallel", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run_parallel", "to": "acp_client_acpclient_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run_parallel", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_orchestrator_run_parallel", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_create_test_change", "to": "orchestrator_test_rejected_result_marks_change_rejected_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_filter_to_snapshot_filters_new_changes", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_filter_to_snapshot_returns_all_when_no_snapshot", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_filter_to_snapshot_removes_archived_changes", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_filter_to_snapshot_handles_empty_changes", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_snapshot_preserves_updated_progress", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_filter_stalled_changes_skips_dependencies", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_filter_stalled_changes_skips_dependencies", "to": "state_orchestratorstate_mark_stalled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_orchestrator_creation", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_orchestrator_with_single_target_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_orchestrator_with_multiple_target_changes", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_serial_shared_state_apply_count_and_iteration_increment", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_rejected_result_marks_change_rejected_state", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_cli_all_rejected_start_detection", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_cli_all_rejected_start_detection", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_stall_rs", "to": "stall_stallphase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stall_rs", "to": "stall_stallcounters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stall_rs", "to": "stall_stalldetector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stall_rs", "to": "stall_enabled_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stall_rs", "to": "stall_test_stall_detector_triggers_after_threshold", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stall_rs", "to": "stall_test_stall_detector_resets_on_non_empty_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_stall_rs", "to": "stall_test_stall_detector_disabled_never_triggers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stall_stalldetector", "to": "stall_stalldetector_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stall_stalldetector", "to": "stall_stalldetector_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stall_stalldetector", "to": "stall_stalldetector_register_commit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stall_stalldetector", "to": "stall_stalldetector_current_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stall_stalldetector", "to": "stall_stalldetector_clear_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stall_stalldetector_new", "to": "stall_test_stall_detector_triggers_after_threshold", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stall_stalldetector_new", "to": "stall_test_stall_detector_resets_on_non_empty_commit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stall_stalldetector_new", "to": "stall_test_stall_detector_disabled_never_triggers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stall_stalldetector_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stall_stalldetector_register_commit", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stall_stalldetector_current_count", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stall_stalldetector_current_count", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stall_stalldetector_clear_change", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "stall_enabled_config", "to": "stall_test_stall_detector_triggers_after_threshold", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stall_enabled_config", "to": "stall_test_stall_detector_resets_on_non_empty_commit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_processhandle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_jobobjectguard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_managedchild", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_terminationoutcome", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_streamingchildhandle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_configure_process_group", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_assign_to_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_postcleanupoutcome", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_cleanup_process_group", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_terminate_with_timeout_exits_cleanly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_terminate_with_timeout_force_kills", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_pgid_is_gone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_successful_command_backgrounded_child_is_cleaned_up", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_failed_command_backgrounded_child_is_cleaned_up", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_process_manager_rs", "to": "process_manager_cancellation_triggers_full_process_group_cleanup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_processhandle", "to": "process_manager_processhandle_terminate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_processhandle", "to": "process_manager_processhandle_force_kill", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_jobobjectguard", "to": "process_manager_jobobjectguard_drop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild", "to": "process_manager_managedchild_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild", "to": "process_manager_managedchild_create_handle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild", "to": "process_manager_managedchild_terminate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild", "to": "process_manager_managedchild_force_kill", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild", "to": "process_manager_managedchild_terminate_with_timeout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild", "to": "process_manager_managedchild_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild", "to": "process_manager_managedchild_wait", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild", "to": "process_manager_managedchild_kill", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_new", "to": "process_manager_managedchild_create_handle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_create_handle", "to": "process_manager_streamingchildhandle_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_create_handle", "to": "process_manager_assign_to_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_terminate", "to": "process_manager_processhandle_terminate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_force_kill", "to": "process_manager_processhandle_force_kill", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_force_kill", "to": "process_manager_streamingchildhandle_kill", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_terminate_with_timeout", "to": "process_manager_processhandle_terminate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_terminate_with_timeout", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_terminate_with_timeout", "to": "process_manager_processhandle_force_kill", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_id", "to": "process_manager_streamingchildhandle_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_wait", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_managedchild_kill", "to": "process_manager_streamingchildhandle_kill", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle", "to": "process_manager_streamingchildhandle_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle", "to": "process_manager_streamingchildhandle_terminate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle", "to": "process_manager_streamingchildhandle_terminate_with_timeout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle", "to": "process_manager_streamingchildhandle_kill", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle", "to": "process_manager_streamingchildhandle_wait", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle", "to": "process_manager_streamingchildhandle_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_new", "to": "process_manager_streamingchildhandle_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_new", "to": "process_manager_assign_to_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_new", "to": "process_manager_terminate_with_timeout_exits_cleanly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_new", "to": "process_manager_terminate_with_timeout_force_kills", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_new", "to": "process_manager_successful_command_backgrounded_child_is_cleaned_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_new", "to": "process_manager_failed_command_backgrounded_child_is_cleaned_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_new", "to": "process_manager_cancellation_triggers_full_process_group_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_terminate_with_timeout", "to": "process_manager_processhandle_terminate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_terminate_with_timeout", "to": "process_manager_terminate_with_timeout_exits_cleanly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_terminate_with_timeout", "to": "process_manager_terminate_with_timeout_force_kills", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_terminate_with_timeout", "to": "process_manager_cancellation_triggers_full_process_group_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_terminate_with_timeout", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_kill", "to": "process_manager_processhandle_terminate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "process_manager_successful_command_backgrounded_child_is_cleaned_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "process_manager_failed_command_backgrounded_child_is_cleaned_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "executor_run_post_apply_cleanup_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "terminal_execute_worktree_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "runner_agentrunner_run_apply_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "runner_agentrunner_run_archive_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "runner_agentrunner_analyze_dependencies_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "tests_test_run_apply_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "tests_test_run_apply_with_prompt_expansion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "tests_test_run_apply_with_default_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "tests_test_run_archive_with_empty_default_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "tests_test_run_apply_streaming_with_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "archive_ensure_archive_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "rejection_run_rejection_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_wait", "to": "archive_execute_archive_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_streamingchildhandle_id", "to": "process_manager_processhandle_terminate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_id", "to": "process_manager_assign_to_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_id", "to": "process_manager_successful_command_backgrounded_child_is_cleaned_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_id", "to": "process_manager_failed_command_backgrounded_child_is_cleaned_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_id", "to": "process_manager_cancellation_triggers_full_process_group_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_streamingchildhandle_id", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_processhandle_terminate", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_processhandle_terminate", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_processhandle_terminate", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_processhandle_terminate", "to": "archive_execute_archive_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_configure_process_group", "to": "process_manager_terminate_with_timeout_exits_cleanly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_configure_process_group", "to": "process_manager_terminate_with_timeout_force_kills", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_configure_process_group", "to": "process_manager_successful_command_backgrounded_child_is_cleaned_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_configure_process_group", "to": "process_manager_failed_command_backgrounded_child_is_cleaned_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_configure_process_group", "to": "process_manager_cancellation_triggers_full_process_group_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_configure_process_group", "to": "runner_run_cflx_in_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_configure_process_group", "to": "runner_build_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_configure_process_group", "to": "runner_build_command_in_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_assign_to_job", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_cleanup_process_group", "to": "process_manager_successful_command_backgrounded_child_is_cleaned_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_cleanup_process_group", "to": "process_manager_failed_command_backgrounded_child_is_cleaned_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_cleanup_process_group", "to": "process_manager_cancellation_triggers_full_process_group_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_manager_terminate_with_timeout_exits_cleanly", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_terminate_with_timeout_force_kills", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_successful_command_backgrounded_child_is_cleaned_up", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_failed_command_backgrounded_child_is_cleaned_up", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_manager_cancellation_triggers_full_process_group_cleanup", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_templates_rs", "to": "templates_get_template_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_templates_rs", "to": "templates_test_claude_template_is_valid_jsonc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_templates_rs", "to": "templates_test_opencode_template_is_valid_jsonc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_templates_rs", "to": "templates_test_codex_template_is_valid_jsonc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_templates_rs", "to": "templates_test_get_template_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_templates_rs", "to": "templates_test_claude_template_matches_sample_style", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_templates_rs", "to": "templates_test_opencode_template_matches_sample_style", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_templates_rs", "to": "templates_test_codex_template_matches_sample_style", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_templates_rs", "to": "templates_test_claude_template_parseable_by_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_templates_rs", "to": "templates_test_opencode_template_parseable_by_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_templates_rs", "to": "templates_test_codex_template_parseable_by_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "templates_test_claude_template_parseable_by_config", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "templates_test_opencode_template_parseable_by_config", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "templates_test_codex_template_parseable_by_config", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_cli_rs", "to": "cli_get_version_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_cli", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_runargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_tuiargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_initargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_checkconflictsargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_serverargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_projectargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_projectcommands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_projectaddargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_projectremoveargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_projectstatusargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_projectsyncargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_servicesubcommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_serviceargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_installskillstarget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_installskillsargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_install_skills_legacy_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_openspecargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_openspeccommands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_openspeclistargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_openspecshowargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_evidencemode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_openspecvalidateargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_openspecarchiveargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_check_git_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_check_git_available", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_check_parallel_available", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_config_option", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_change_option", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_multiple_changes_comma_separated", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_multiple_changes_with_spaces", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_no_change_option", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_no_subcommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_init_subcommand_default_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_init_subcommand_opencode_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_init_subcommand_claude_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_init_subcommand_codex_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_init_subcommand_short_template_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_init_subcommand_force_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_init_subcommand_short_force_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_version_flag_exits_with_display_version", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_short_version_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_max_iterations_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_max_iterations_custom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_max_iterations_zero", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_parallel_flag_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_parallel_flag_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_max_concurrent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_dry_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_web_port_default_auto_assign", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_run_subcommand_web_port_explicit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_tui_subcommand_web_port_default_auto_assign", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_no_subcommand_with_web", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_check_conflicts_subcommand_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_check_conflicts_subcommand_json_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_check_conflicts_subcommand_short_json_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_top_level_server_option", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_top_level_server_token_option", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_top_level_server_token_env_option", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_top_level_no_server_defaults_to_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_case_1_cflx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_case_2_cflx_web", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_case_3_cflx_tui_web", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_case_4_cflx_run_web", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_parse_tui_args_with_web_simulation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_add_subcommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_remove_subcommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_status_no_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_status_with_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_sync_subcommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_json_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_json_short_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_server_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_sync_all_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_sync_project_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_sync_all_and_project_id_conflict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_sync_default_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_project_sync_custom_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_install_skills_no_args", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_install_skills_global_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_install_skills_claude_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_install_skills_claude_and_global_flags", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_install_skills_legacy_self_arg_captured", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_install_skills_legacy_local_arg_captured", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_openspec_list_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_openspec_list_specs_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_openspec_show_basic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_openspec_show_json_deltas_only", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_openspec_validate_all_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_openspec_validate_strict_with_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_openspec_validate_evidence_modes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_openspec_archive_basic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_openspec_archive_skip_specs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_cli_rs", "to": "cli_test_tui_help_displays_key_bindings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cli_installskillsargs", "to": "cli_installskillsargs_target", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cli_install_skills_legacy_error", "to": "cli_test_install_skills_legacy_self_arg_captured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cli_install_skills_legacy_error", "to": "cli_test_install_skills_legacy_local_arg_captured", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cli_check_git_directory", "to": "cli_check_parallel_available", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cli_check_git_directory", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cli_check_git_directory", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cli_check_git_available", "to": "cli_check_parallel_available", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cli_check_git_available", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cli_check_git_available", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cli_check_parallel_available", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cli_check_parallel_available", "to": "state_appstate_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cli_test_tui_help_displays_key_bindings", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_install_skills_rs", "to": "install_skills_installtarget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_install_skills_rs", "to": "install_skills_installskillsoptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_install_skills_rs", "to": "install_skills_resolve_install_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_install_skills_rs", "to": "install_skills_run_install_skills", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_install_skills_rs", "to": "install_skills_test_resolve_install_paths_project_scope", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_install_skills_rs", "to": "install_skills_test_resolve_install_paths_global_scope", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_install_skills_rs", "to": "install_skills_test_resolve_install_paths_project_scope_claude_target", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_install_skills_rs", "to": "install_skills_test_resolve_install_paths_global_scope_claude_target", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_skills_installtarget", "to": "install_skills_installtarget_root_dir_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_skills_installtarget_root_dir_name", "to": "install_skills_resolve_install_paths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_skills_resolve_install_paths", "to": "install_skills_run_install_skills", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_skills_resolve_install_paths", "to": "install_skills_test_resolve_install_paths_project_scope", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_skills_resolve_install_paths", "to": "install_skills_test_resolve_install_paths_global_scope", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_skills_resolve_install_paths", "to": "install_skills_test_resolve_install_paths_project_scope_claude_target", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_skills_resolve_install_paths", "to": "install_skills_test_resolve_install_paths_global_scope_claude_target", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "install_skills_run_install_skills", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_run_install_skills", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_run_install_skills", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_resolve_install_paths_project_scope", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_resolve_install_paths_global_scope", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_resolve_install_paths_project_scope_claude_target", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "install_skills_test_resolve_install_paths_global_scope_claude_target", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_worktree_ops_rs", "to": "worktree_ops_get_worktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_worktree_ops_rs", "to": "worktree_ops_can_delete_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_worktree_ops_rs", "to": "worktree_ops_can_merge_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_worktree_ops_rs", "to": "worktree_ops_worktree_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_worktree_ops_rs", "to": "worktree_ops_test_can_delete_main_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_worktree_ops_rs", "to": "worktree_ops_test_can_merge_main_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_worktree_ops_rs", "to": "worktree_ops_test_can_merge_with_conflicts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_worktree_ops_rs", "to": "worktree_ops_test_can_merge_no_commits_ahead", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_worktree_ops_rs", "to": "worktree_ops_test_can_merge_valid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_ops_get_worktrees", "to": "worktree_ops_worktree_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_ops_get_worktrees", "to": "worktree_list_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "basic_get_current_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "merge_check_merge_conflicts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "worktree_count_commits_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "state_webstate_refresh_from_disk", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "api_list_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "api_delete_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "api_merge_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "api_execute_worktree_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "files_resolve_file_root", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "worktrees_server_list_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "worktrees_server_delete_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "worktrees_server_merge_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_get_worktrees", "to": "worktrees_server_refresh_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_can_delete_worktree", "to": "worktree_ops_test_can_delete_main_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_ops_can_delete_worktree", "to": "basic_has_uncommitted_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_can_delete_worktree", "to": "api_delete_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_can_delete_worktree", "to": "worktrees_server_delete_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_can_merge_worktree", "to": "worktree_ops_test_can_merge_main_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_ops_can_merge_worktree", "to": "worktree_ops_test_can_merge_with_conflicts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_ops_can_merge_worktree", "to": "worktree_ops_test_can_merge_no_commits_ahead", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_ops_can_merge_worktree", "to": "worktree_ops_test_can_merge_valid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_ops_can_merge_worktree", "to": "api_merge_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_can_merge_worktree", "to": "worktrees_server_merge_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_worktree_exists", "to": "api_create_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_worktree_exists", "to": "worktrees_server_create_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_test_can_delete_main_worktree", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_test_can_merge_main_worktree", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_test_can_merge_with_conflicts", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_test_can_merge_no_commits_ahead", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_ops_test_can_merge_valid", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_autoresolveguard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_detect_conflicts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_get_vcs_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_get_vcs_log_for_revisions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_resolve_conflicts_with_retry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_resolvemergeswithretryargs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_resolve_merges_with_retry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_build_conflict_resolve_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_build_sequential_merge_resolve_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_test_conflict_resolve_prompt_has_skill_prelude", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_test_conflict_resolve_prompt_no_fixed_guidance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_test_sequential_merge_prompt_has_skill_prelude", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_conflict_rs", "to": "conflict_test_sequential_merge_prompt_no_fixed_guidance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_autoresolveguard", "to": "conflict_autoresolveguard_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_autoresolveguard", "to": "conflict_autoresolveguard_drop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_autoresolveguard_new", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_autoresolveguard_new", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_detect_conflicts", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_detect_conflicts", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_detect_conflicts", "to": "mod_gitworkspacemanager_detect_conflicts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_get_vcs_status", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_get_vcs_status", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_get_vcs_status", "to": "basic_get_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_get_vcs_status", "to": "conflict_test_get_vcs_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_get_vcs_log_for_revisions", "to": "conflict_resolve_conflicts_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_get_vcs_log_for_revisions", "to": "conflict_resolve_merges_with_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_get_vcs_log_for_revisions", "to": "mod_gitworkspacemanager_get_log_for_revisions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_get_vcs_log_for_revisions", "to": "conflict_test_get_vcs_log_for_revisions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "conflict_build_conflict_resolve_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "mod_gitworkspacemanager_conflict_resolution_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "types_orchestratorconfig_get_command_strict_process_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "types_orchestratorconfig_get_stream_json_textify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "types_orchestratorconfig_get_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "expand_expand_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "expand_expand_conflict_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "mod_gitworkspacemanager_repo_root", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "mod_gitworkspacemanager_backend_type", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_conflicts_with_retry", "to": "merge_parallelexecutor_merge_and_resolve", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "conflict_build_sequential_merge_resolve_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_resolve_merges_with_retry", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "mod_gitworkspacemanager_conflict_resolution_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "mod_gitworkspacemanager_workspaces", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "types_orchestratorconfig_get_command_strict_process_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "types_orchestratorconfig_get_stream_json_textify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "types_orchestratorconfig_get_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "expand_expand_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "expand_expand_conflict_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "mod_gitworkspacemanager_repo_root", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "merge_is_merge_in_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "basic_get_conflict_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "merge_presync_merge_subject_mismatches_since", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "merge_missing_merge_commits_since", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "merge_is_ancestor", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "merge_merge_commit_hash_by_subject_since", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "merge_first_parent_of", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "mod_gitworkspacemanager_backend_type", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_resolve_merges_with_retry", "to": "merge_parallelexecutor_merge_and_resolve_with", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_build_conflict_resolve_prompt", "to": "conflict_test_conflict_resolve_prompt_has_skill_prelude", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_build_conflict_resolve_prompt", "to": "conflict_test_conflict_resolve_prompt_no_fixed_guidance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_build_sequential_merge_resolve_prompt", "to": "conflict_test_sequential_merge_prompt_has_skill_prelude", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_build_sequential_merge_resolve_prompt", "to": "conflict_test_sequential_merge_prompt_no_fixed_guidance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_should_reanalyze", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_is_cancelled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_has_resolve_wait", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_skip_reason_for_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_is_dependency_resolved", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_manual_resolve_active", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_calculate_available_slots", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_filter_executable_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_select_changes_for_dispatch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_handle_workspace_completion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_spawn_merge_task", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_handle_merge_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_retry_deferred_merges", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_check_dynamic_queue_and_add_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor", "to": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor_should_reanalyze", "to": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor_should_reanalyze", "to": "dynamic_queue_should_reanalyze_queue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_is_cancelled", "to": "types_executionresult_is_cancelled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_has_resolve_wait", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_skip_reason_for_change", "to": "types_failedchangetracker_should_skip", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_is_dependency_resolved", "to": "queue_state_parallelexecutor_select_changes_for_dispatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor_is_dependency_resolved", "to": "mod_gitworkspacemanager_ensure_original_branch_initialized", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_is_dependency_resolved", "to": "state_is_merged_to_base", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_manual_resolve_active", "to": "queue_state_parallelexecutor_calculate_available_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor_manual_resolve_active", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_manual_resolve_active", "to": "orchestration_parallelexecutor_should_exit_when_idle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_manual_resolve_active", "to": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_calculate_available_slots", "to": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor_calculate_available_slots", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_calculate_available_slots", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_calculate_available_slots", "to": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_filter_executable_changes", "to": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor_filter_executable_changes", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_filter_executable_changes", "to": "types_failedchangetracker_should_skip", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_filter_executable_changes", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_select_changes_for_dispatch", "to": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor_select_changes_for_dispatch", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_select_changes_for_dispatch", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_select_changes_for_dispatch", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_select_changes_for_dispatch", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_select_changes_for_dispatch", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_select_changes_for_dispatch", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_select_changes_for_dispatch", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_handle_workspace_completion", "to": "queue_state_parallelexecutor_spawn_merge_task", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor_handle_workspace_completion", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_handle_workspace_completion", "to": "queue_dynamicqueue_unregister_kill_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_handle_workspace_completion", "to": "types_failedchangetracker_mark_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_handle_workspace_completion", "to": "mod_gitworkspacemanager_find_existing_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_handle_workspace_completion", "to": "mod_gitworkspacemanager_cleanup_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_handle_workspace_completion", "to": "acceptance_state_delete_acceptance_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_spawn_merge_task", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_spawn_merge_task", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_spawn_merge_task", "to": "merge_parallelexecutor_handle_merge_and_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_handle_merge_result", "to": "queue_state_parallelexecutor_retry_deferred_merges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_state_parallelexecutor_handle_merge_result", "to": "executor_test_handle_merge_result_keeps_pending_counter_non_negative", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_handle_merge_result", "to": "executor_fix_scheduler_premature_exit_decrements_pending_merge_counter_on_merge_completion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_retry_deferred_merges", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_retry_deferred_merges", "to": "mod_gitworkspacemanager_find_existing_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_retry_deferred_merges", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_retry_deferred_merges", "to": "merge_parallelexecutor_attempt_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_retry_deferred_merges", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_retry_deferred_merges", "to": "mod_gitworkspacemanager_cleanup_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_retry_deferred_merges", "to": "acceptance_state_delete_acceptance_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_retry_deferred_merges", "to": "merge_parallelexecutor_resolve_merge_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_check_dynamic_queue_and_add_changes", "to": "queue_dynamicqueue_pop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_check_dynamic_queue_and_add_changes", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_check_dynamic_queue_and_add_changes", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_check_dynamic_queue_and_add_changes", "to": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_check_dynamic_queue_and_add_changes", "to": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "types_failedchangetracker_set_dependencies", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "mod_gitworkspacemanager_get_current_revision", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "types_failedchangetracker_mark_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "executor_test_dependency_blocked_event_is_emitted_even_when_slots_are_full", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "executor_test_slot_release_reanalyzes_and_dispatches_queued_follow_up_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "executor_test_resolve_wait_does_not_block_queue_reanalysis_dispatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "executor_test_dispatch_zero_reanalysis_is_retried_on_next_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_state_parallelexecutor_perform_reanalysis_and_dispatch", "to": "executor_test_resolve_completion_reanalysis_bypasses_debounce_and_dispatches_work", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_workspacecleanupguard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_creation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_tracks_workspaces", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_commit_enables_cleanup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_git_backend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_auto_backend_treated_as_git", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_drop_with_empty_workspaces_does_nothing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_drop_without_commit_preserves_workspaces", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_raii_pattern", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_commit_on_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_git_branch_delete_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_preserve_workspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_preserved_workspace_not_cleaned_on_drop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_all_preserved_does_nothing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_preserved_workspaces_starts_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_merge_deferred_preserves_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_cleanup_rs", "to": "cleanup_test_cleanup_guard_merge_deferred_multiple_workspaces", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard", "to": "cleanup_workspacecleanupguard_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard", "to": "cleanup_workspacecleanupguard_track", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard", "to": "cleanup_workspacecleanupguard_preserve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard", "to": "cleanup_workspacecleanupguard_preserve_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard", "to": "cleanup_workspacecleanupguard_commit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard", "to": "cleanup_workspacecleanupguard_drop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_workspacecleanupguard_drop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_creation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_tracks_workspaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_commit_enables_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_git_backend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_auto_backend_treated_as_git", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_drop_with_empty_workspaces_does_nothing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_drop_without_commit_preserves_workspaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_raii_pattern", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_commit_on_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_git_branch_delete_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_preserve_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_preserved_workspace_not_cleaned_on_drop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_all_preserved_does_nothing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_preserved_workspaces_starts_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_merge_deferred_preserves_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "cleanup_test_cleanup_guard_merge_deferred_multiple_workspaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_workspacecleanupguard_track", "to": "cleanup_test_cleanup_guard_tracks_workspaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_track", "to": "cleanup_test_cleanup_guard_commit_enables_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_track", "to": "cleanup_test_cleanup_guard_drop_without_commit_preserves_workspaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_track", "to": "cleanup_test_cleanup_guard_raii_pattern", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_track", "to": "cleanup_test_cleanup_guard_commit_on_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_track", "to": "cleanup_test_cleanup_guard_preserve_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_track", "to": "cleanup_test_cleanup_guard_preserved_workspace_not_cleaned_on_drop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_track", "to": "cleanup_test_cleanup_guard_all_preserved_does_nothing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_track", "to": "cleanup_test_cleanup_guard_merge_deferred_preserves_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_track", "to": "cleanup_test_cleanup_guard_merge_deferred_multiple_workspaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_track", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_workspacecleanupguard_preserve", "to": "cleanup_test_cleanup_guard_preserve_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_preserve", "to": "cleanup_test_cleanup_guard_preserved_workspace_not_cleaned_on_drop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_preserve", "to": "cleanup_test_cleanup_guard_all_preserved_does_nothing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_preserve", "to": "cleanup_test_cleanup_guard_merge_deferred_preserves_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_preserve", "to": "cleanup_test_cleanup_guard_merge_deferred_multiple_workspaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_commit", "to": "cleanup_test_cleanup_guard_commit_enables_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_commit", "to": "cleanup_test_cleanup_guard_commit_on_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_drop", "to": "cleanup_test_cleanup_guard_drop_with_empty_workspaces_does_nothing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_drop", "to": "cleanup_test_cleanup_guard_drop_without_commit_preserves_workspaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cleanup_workspacecleanupguard_drop", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_workspacecleanupguard_drop", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_workspacecleanupguard_drop", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_test_cleanup_guard_tracks_workspaces", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_test_cleanup_guard_commit_enables_cleanup", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_test_cleanup_guard_drop_without_commit_preserves_workspaces", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_test_cleanup_guard_raii_pattern", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_test_cleanup_guard_commit_on_success", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_test_cleanup_guard_preserve_workspace", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_test_cleanup_guard_preserved_workspace_not_cleaned_on_drop", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_test_cleanup_guard_all_preserved_does_nothing", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_test_cleanup_guard_merge_deferred_preserves_worktree", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cleanup_test_cleanup_guard_merge_deferred_multiple_workspaces", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_types_rs", "to": "types_workspaceresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_types_rs", "to": "types_mergeresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_types_rs", "to": "types_failedchangetracker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_types_rs", "to": "types_test_failed_tracker_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_types_rs", "to": "types_test_mark_failed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_types_rs", "to": "types_test_should_skip_no_dependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_types_rs", "to": "types_test_should_skip_with_failed_dependency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_types_rs", "to": "types_test_should_skip_no_failed_dependency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_types_rs", "to": "types_test_should_skip_with_multiple_dependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker", "to": "types_failedchangetracker_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker", "to": "types_failedchangetracker_set_dependencies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker", "to": "types_failedchangetracker_mark_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker", "to": "types_failedchangetracker_should_skip", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker", "to": "types_failedchangetracker_failed_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_new", "to": "types_test_failed_tracker_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_new", "to": "types_test_mark_failed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_new", "to": "types_test_should_skip_no_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_new", "to": "types_test_should_skip_with_failed_dependency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_new", "to": "types_test_should_skip_no_failed_dependency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_new", "to": "types_test_should_skip_with_multiple_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_new", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_failedchangetracker_set_dependencies", "to": "types_test_should_skip_with_failed_dependency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_set_dependencies", "to": "types_test_should_skip_no_failed_dependency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_set_dependencies", "to": "types_test_should_skip_with_multiple_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_mark_failed", "to": "types_test_mark_failed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_mark_failed", "to": "types_test_should_skip_with_failed_dependency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_mark_failed", "to": "types_test_should_skip_with_multiple_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_should_skip", "to": "types_test_should_skip_with_failed_dependency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_should_skip", "to": "types_test_should_skip_with_multiple_dependencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_failedchangetracker_should_skip", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_failedchangetracker_should_skip", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_init_git_workspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_decide_resume_action_routes_applied_to_acceptance_without_state_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_decide_resume_action_routes_applied_to_archive_with_passed_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_decide_resume_action_routes_applied_to_acceptance_with_failed_durable_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_decide_resume_action_routes_applied_to_apply_when_implementation_tasks_incomplete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_decide_resume_action_routes_applied_to_apply_when_follow_up_tasks_incomplete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_acceptance_follow_up_reopens_completed_tasks_for_apply_resume", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_decide_resume_action_keeps_archived_as_terminal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_should_run_apply_consumes_skip_flag_after_first_cycle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_resume_cycle_flags_for_acceptance_resume_skip_only_apply_once", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_resume_cycle_flags_for_archive_resume_skip_apply_and_acceptance_once", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_resumeaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_tasks_file_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_decide_resume_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_should_route_to_apply_for_incomplete_implementation_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_is_implementation_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_read_implementation_task_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_resolve_current_revision_sync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_should_run_apply", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dispatch_rs", "to": "dispatch_resume_cycle_flags", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_init_git_workspace", "to": "dispatch_decide_resume_action_routes_applied_to_acceptance_without_state_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_init_git_workspace", "to": "dispatch_decide_resume_action_routes_applied_to_archive_with_passed_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_init_git_workspace", "to": "dispatch_decide_resume_action_routes_applied_to_acceptance_with_failed_durable_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_init_git_workspace", "to": "dispatch_decide_resume_action_routes_applied_to_apply_when_implementation_tasks_incomplete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_init_git_workspace", "to": "dispatch_decide_resume_action_routes_applied_to_apply_when_follow_up_tasks_incomplete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_init_git_workspace", "to": "dispatch_acceptance_follow_up_reopens_completed_tasks_for_apply_resume", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_init_git_workspace", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_acceptance_without_state_file", "to": "dispatch_decide_resume_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_acceptance_without_state_file", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_archive_with_passed_state", "to": "dispatch_resolve_current_revision_sync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_archive_with_passed_state", "to": "dispatch_decide_resume_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_archive_with_passed_state", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_archive_with_passed_state", "to": "acceptance_state_mark_acceptance_passed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_acceptance_with_failed_durable_state", "to": "dispatch_resolve_current_revision_sync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_acceptance_with_failed_durable_state", "to": "dispatch_decide_resume_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_acceptance_with_failed_durable_state", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_acceptance_with_failed_durable_state", "to": "acceptance_state_mark_acceptance_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_apply_when_implementation_tasks_incomplete", "to": "dispatch_decide_resume_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_apply_when_implementation_tasks_incomplete", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_apply_when_follow_up_tasks_incomplete", "to": "dispatch_decide_resume_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action_routes_applied_to_apply_when_follow_up_tasks_incomplete", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_acceptance_follow_up_reopens_completed_tasks_for_apply_resume", "to": "dispatch_decide_resume_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_acceptance_follow_up_reopens_completed_tasks_for_apply_resume", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_decide_resume_action_keeps_archived_as_terminal", "to": "dispatch_decide_resume_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action_keeps_archived_as_terminal", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_resume_cycle_flags_for_acceptance_resume_skip_only_apply_once", "to": "dispatch_resume_cycle_flags", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_resume_cycle_flags_for_archive_resume_skip_apply_and_acceptance_once", "to": "dispatch_resume_cycle_flags", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_tasks_file_path", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action", "to": "dispatch_should_route_to_apply_for_incomplete_implementation_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action", "to": "dispatch_resolve_current_revision_sync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_decide_resume_action", "to": "acceptance_state_acceptance_resume_ready_for_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_should_route_to_apply_for_incomplete_implementation_tasks", "to": "dispatch_is_implementation_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_should_route_to_apply_for_incomplete_implementation_tasks", "to": "dispatch_read_implementation_task_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_resolve_current_revision_sync", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_resolve_current_revision_sync", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_resolve_current_revision_sync", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_should_run_apply", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_resume_cycle_flags", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_parallelexecutor", "to": "dispatch_parallelexecutor_dispatch_change_to_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "queue_dynamicqueue_is_stopped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "queue_dynamicqueue_clear_stopped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "workspace_get_or_create_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "mod_gitworkspacemanager_backend_type", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "mod_gitworkspacemanager_ensure_original_branch_initialized", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "state_detect_workspace_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "runner_agentrunner_new_with_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "queue_dynamicqueue_register_kill_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "types_executionresult_is_cancelled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "acp_client_acpclient_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "rejection_run_rejection_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "rejection_execute_rejection_flow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "rejection_handle_resume_apply_from_rejecting", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "executor_execute_apply_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "runner_agentrunner_count_consecutive_acceptance_continues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "types_orchestratorconfig_get_acceptance_max_continues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "dispatch_parallelexecutor_dispatch_change_to_workspace", "to": "runner_agentrunner_clear_acceptance_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_acceptancestatestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_acceptancestate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_acceptance_state_root_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_workspace_state_file_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_acceptance_state_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_load_acceptance_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_save_acceptance_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_delete_acceptance_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_mark_apply_completed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_mark_acceptance_started", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_mark_acceptance_passed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_mark_acceptance_failed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_has_durable_acceptance_pass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_acceptance_resume_ready_for_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_acceptance_state_roundtrip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_durable_pass_requires_matching_revision", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_acceptance_state_is_not_created_under_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_acceptance_state_can_be_deleted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_acceptance_state_rs", "to": "acceptance_state_workspace_path_key_survives_relative_and_absolute_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_acceptancestate", "to": "acceptance_state_acceptancestate_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_acceptancestate_new", "to": "acceptance_state_save_acceptance_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_acceptancestate_new", "to": "acceptance_state_workspace_path_key_survives_relative_and_absolute_paths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_acceptance_state_root_dir", "to": "acceptance_state_acceptance_state_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_acceptance_state_root_dir", "to": "acceptance_state_save_acceptance_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_acceptance_state_root_dir", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_state_acceptance_state_root_dir", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_state_workspace_state_file_name", "to": "acceptance_state_acceptance_state_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_acceptance_state_path", "to": "acceptance_state_load_acceptance_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_acceptance_state_path", "to": "acceptance_state_save_acceptance_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_acceptance_state_path", "to": "acceptance_state_delete_acceptance_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_acceptance_state_path", "to": "acceptance_state_acceptance_state_can_be_deleted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_load_acceptance_state", "to": "acceptance_state_has_durable_acceptance_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_load_acceptance_state", "to": "acceptance_state_acceptance_state_roundtrip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_load_acceptance_state", "to": "acceptance_state_workspace_path_key_survives_relative_and_absolute_paths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_load_acceptance_state", "to": "executor_test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_state_save_acceptance_state", "to": "acceptance_state_mark_apply_completed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_save_acceptance_state", "to": "acceptance_state_mark_acceptance_started", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_save_acceptance_state", "to": "acceptance_state_mark_acceptance_passed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_save_acceptance_state", "to": "acceptance_state_mark_acceptance_failed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_save_acceptance_state", "to": "acceptance_state_acceptance_state_roundtrip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_delete_acceptance_state", "to": "acceptance_state_acceptance_state_can_be_deleted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_delete_acceptance_state", "to": "merge_parallelexecutor_handle_merge_and_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_state_delete_acceptance_state", "to": "merge_parallelexecutor_resolve_merge_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_state_delete_acceptance_state", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_state_mark_apply_completed", "to": "acceptance_state_acceptance_state_is_not_created_under_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_mark_apply_completed", "to": "executor_execute_apply_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_state_mark_acceptance_started", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_state_mark_acceptance_passed", "to": "acceptance_state_durable_pass_requires_matching_revision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_mark_acceptance_passed", "to": "acceptance_state_acceptance_state_can_be_deleted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_mark_acceptance_passed", "to": "acceptance_state_workspace_path_key_survives_relative_and_absolute_paths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_mark_acceptance_passed", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_state_mark_acceptance_failed", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_state_has_durable_acceptance_pass", "to": "acceptance_state_acceptance_resume_ready_for_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_state_has_durable_acceptance_pass", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_merge_rs", "to": "merge_base_dirty_reason", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_merge_rs", "to": "merge_deferredmerge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_merge_rs", "to": "merge_mergeattempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_merge_rs", "to": "merge_resolve_deferred_merge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_merge_rs", "to": "merge_test_auto_deferred_sets_auto_resumable_true", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_merge_rs", "to": "merge_test_manual_deferred_sets_auto_resumable_false", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_base_dirty_reason", "to": "merge_parallelexecutor_attempt_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_base_dirty_reason", "to": "basic_check_git_repo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_base_dirty_reason", "to": "merge_is_merge_in_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_base_dirty_reason", "to": "basic_has_uncommitted_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_base_dirty_reason", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_base_dirty_reason", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_deferredmerge", "to": "merge_deferredmerge_auto", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_deferredmerge", "to": "merge_deferredmerge_manual", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_deferredmerge_auto", "to": "merge_parallelexecutor_attempt_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_deferredmerge_auto", "to": "merge_test_auto_deferred_sets_auto_resumable_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_deferredmerge_manual", "to": "merge_parallelexecutor_attempt_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_deferredmerge_manual", "to": "merge_test_manual_deferred_sets_auto_resumable_false", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor", "to": "merge_parallelexecutor_handle_merge_and_cleanup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor", "to": "merge_parallelexecutor_attempt_merge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor", "to": "merge_parallelexecutor_resolve_merge_for_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor", "to": "merge_parallelexecutor_merge_and_resolve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor", "to": "merge_parallelexecutor_merge_and_resolve_with", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor", "to": "merge_parallelexecutor_verify_merge_commits", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor_handle_merge_and_cleanup", "to": "merge_parallelexecutor_attempt_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor_handle_merge_and_cleanup", "to": "mod_gitworkspacemanager_workspaces", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_handle_merge_and_cleanup", "to": "mod_gitworkspacemanager_find_existing_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_handle_merge_and_cleanup", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_handle_merge_and_cleanup", "to": "mod_gitworkspacemanager_cleanup_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_handle_merge_and_cleanup", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_handle_merge_and_cleanup", "to": "mod_gitworkspacemanager_update_workspace_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "merge_parallelexecutor_merge_and_resolve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "merge_parallelexecutor_resolve_merge_for_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "mod_global_merge_lock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "archive_is_archive_commit_complete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "executor_test_attempt_merge_defers_when_change_not_archived", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "executor_test_attempt_merge_succeeds_when_change_archived", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "executor_test_attempt_merge_deferred_when_resolve_active", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "executor_test_merge_deferred_when_worktree_dirty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "executor_test_merge_deferred_when_archive_entry_missing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "executor_test_merge_proceeds_when_archive_complete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_attempt_merge", "to": "executor_test_attempt_merge_errors_on_detached_head", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_resolve_merge_for_change", "to": "merge_resolve_deferred_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor_resolve_merge_for_change", "to": "mod_gitworkspacemanager_find_existing_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_resolve_merge_for_change", "to": "mod_gitworkspacemanager_reuse_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_resolve_merge_for_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_resolve_merge_for_change", "to": "mod_gitworkspacemanager_cleanup_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve", "to": "merge_parallelexecutor_merge_and_resolve_with", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "merge_parallelexecutor_verify_merge_commits", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "mod_gitworkspacemanager_get_current_revision", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "mod_gitworkspacemanager_ensure_original_branch_initialized", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "mod_gitworkspacemanager_merge_workspaces", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "mod_gitworkspacemanager_detect_conflicts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "mod_gitworkspacemanager_backend_type", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "executor_test_merge_uses_resolve_command_with_change_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "executor_test_merge_allows_non_merge_head_after_merges", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "executor_test_merge_retries_when_merge_left_in_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "executor_test_merge_retries_when_merge_commit_missing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "executor_test_merge_resolves_conflict_with_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_merge_and_resolve_with", "to": "executor_test_merge_retries_after_pre_commit_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_verify_merge_commits", "to": "mod_gitworkspacemanager_repo_root", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_verify_merge_commits", "to": "merge_missing_merge_commits_since", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_verify_merge_commits", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_verify_merge_commits", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_verify_merge_commits", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_verify_merge_commits", "to": "merge_is_ancestor", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parallelexecutor_verify_merge_commits", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_resolve_deferred_merge", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_resolve_deferred_merge", "to": "executor_test_resolve_merge_aborts_when_base_dirty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_resolve_deferred_merge", "to": "executor_test_resolve_merge_executes_selected_change_only", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_resolve_deferred_merge", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_mod_rs", "to": "mod_schedulerlifetime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_mod_rs", "to": "mod_global_merge_lock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_mod_rs", "to": "mod_parallelexecutor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_global_merge_lock", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_executor_rs", "to": "executor_parallelhookcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_build_parallel_hook_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_run_post_apply_cleanup_review", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_execute_apply_in_workspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_execute_archive_in_workspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_format_acceptance_failure_log_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_resolve_acceptance_state_revision", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_revision_to_history_commit_hash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_acceptance_verdict_grace_period", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_scoped_verdict_grace_secs_for_test", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_execute_acceptance_in_workspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_progress_commit_message_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_progress_commit_message_all_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_progress_commit_message_zero_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_progress_commit_message_special_characters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_format_acceptance_failure_log_message_includes_blocking_gate_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_format_acceptance_failure_log_message_handles_empty_findings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_resolve_acceptance_state_revision_prefers_end_revision", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_resolve_acceptance_state_revision_falls_back_to_start_revision", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_progress_check_condition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_init_test_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_ai_runner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_post_apply_cleanup_review_succeeds_with_single_clean_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_executor_rs", "to": "executor_test_post_apply_cleanup_review_fails_when_marker_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_build_parallel_hook_context", "to": "executor_execute_archive_in_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_build_parallel_hook_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "executor_execute_apply_in_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "executor_test_post_apply_cleanup_review_succeeds_with_single_clean_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "executor_test_post_apply_cleanup_review_fails_when_marker_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "types_orchestratorconfig_get_acceptance_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "prompt_build_cleanup_review_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "expand_expand_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "expand_expand_change_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "prompt_parse_cleanup_review_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_run_post_apply_cleanup_review", "to": "basic_has_uncommitted_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_apply_in_workspace", "to": "worktree_is_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_apply_in_workspace", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_apply_in_workspace", "to": "archive_archiveloophookcontext_parallel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_apply_in_workspace", "to": "archive_archiveloophookcontext_serial", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_apply_in_workspace", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_apply_in_workspace", "to": "basic_has_uncommitted_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "types_executionresult_is_cancelled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "archive_get_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "types_orchestratorconfig_get_stall_detection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "types_orchestratorconfig_get_archive_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "prompt_build_archive_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "expand_expand_change_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "expand_expand_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "basic_check_git_repo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "commit_create_archive_wip_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "runner_agentrunner_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "basic_is_head_empty_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "archive_verify_archive_completion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "archive_archiveresult_is_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "archive_build_archive_error_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "commit_squash_archive_wip_commits", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "runner_agentrunner_new_with_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "archive_ensure_archive_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_archive_in_workspace", "to": "executor_test_archive_guard_allows_archive_after_acceptance_head_change_pass", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_format_acceptance_failure_log_message", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_format_acceptance_failure_log_message", "to": "executor_test_format_acceptance_failure_log_message_includes_blocking_gate_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_format_acceptance_failure_log_message", "to": "executor_test_format_acceptance_failure_log_message_handles_empty_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_format_acceptance_failure_log_message", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_resolve_acceptance_state_revision", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_resolve_acceptance_state_revision", "to": "executor_test_resolve_acceptance_state_revision_prefers_end_revision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_resolve_acceptance_state_revision", "to": "executor_test_resolve_acceptance_state_revision_falls_back_to_start_revision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_revision_to_history_commit_hash", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_acceptance_verdict_grace_period", "to": "executor_execute_acceptance_in_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_scoped_verdict_grace_secs_for_test", "to": "executor_test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "types_executionresult_is_cancelled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "runner_agentrunner_next_acceptance_attempt_number", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "types_orchestratorconfig_get_acceptance_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "runner_agentrunner_format_acceptance_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "basic_get_changed_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "prompt_build_acceptance_diff_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "runner_agentrunner_get_last_acceptance_stdout_tail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "runner_agentrunner_get_last_acceptance_stderr_tail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "prompt_build_last_acceptance_output_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "types_orchestratorconfig_get_acceptance_prompt_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "prompt_build_acceptance_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "prompt_build_acceptance_prompt_context_only", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "types_orchestratorconfig_get_acceptance_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "expand_expand_change_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "expand_expand_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "acceptance_build_acceptance_tail_findings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "runner_agentrunner_record_acceptance_attempt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "executor_test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "executor_test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "executor_test_acceptance_fail_records_follow_up_tasks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "executor_test_acceptance_history_records_end_revision_when_head_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "executor_test_archive_guard_allows_archive_after_acceptance_head_change_pass", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "executor_test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "executor_test_acceptance_trailing_text_pass_is_not_canonical", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_execute_acceptance_in_workspace", "to": "executor_test_acceptance_json_verdict_pass_overrides_malformed_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_init_test_git_repo", "to": "executor_test_post_apply_cleanup_review_succeeds_with_single_clean_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_test_git_repo", "to": "executor_test_post_apply_cleanup_review_fails_when_marker_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_test_git_repo", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_ai_runner", "to": "executor_test_post_apply_cleanup_review_succeeds_with_single_clean_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_test_ai_runner", "to": "executor_test_post_apply_cleanup_review_fails_when_marker_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_test_ai_runner", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_ai_runner", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_post_apply_cleanup_review_succeeds_with_single_clean_marker", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_post_apply_cleanup_review_succeeds_with_single_clean_marker", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_post_apply_cleanup_review_succeeds_with_single_clean_marker", "to": "basic_has_uncommitted_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_post_apply_cleanup_review_fails_when_marker_missing", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_post_apply_cleanup_review_fails_when_marker_missing", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_workspace_rs", "to": "workspace_get_or_create_workspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_get_or_create_workspace", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_get_or_create_workspace", "to": "mod_gitworkspacemanager_find_existing_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_get_or_create_workspace", "to": "mod_gitworkspacemanager_reuse_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_get_or_create_workspace", "to": "mod_gitworkspacemanager_create_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_get_or_create_workspace", "to": "workspace_resume_test_get_or_create_workspace_new_returns_not_resumed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_get_or_create_workspace", "to": "workspace_resume_test_get_or_create_workspace_reuse_returns_resumed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_get_or_create_workspace", "to": "workspace_resume_test_get_or_create_workspace_no_resume_creates_fresh", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_output_bridge_rs", "to": "output_bridge_parallelapplyeventhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_output_bridge_rs", "to": "output_bridge_test_parallel_apply_event_handler_with_channel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_output_bridge_rs", "to": "output_bridge_test_parallel_apply_event_handler_without_channel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler", "to": "output_bridge_parallelapplyeventhandler_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler", "to": "output_bridge_parallelapplyeventhandler_on_apply_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler", "to": "output_bridge_parallelapplyeventhandler_on_progress_updated", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler", "to": "output_bridge_parallelapplyeventhandler_on_hook_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler", "to": "output_bridge_parallelapplyeventhandler_on_hook_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler", "to": "output_bridge_parallelapplyeventhandler_on_hook_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler", "to": "output_bridge_parallelapplyeventhandler_on_apply_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_new", "to": "output_bridge_test_parallel_apply_event_handler_with_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_new", "to": "output_bridge_test_parallel_apply_event_handler_without_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_on_apply_started", "to": "output_bridge_test_parallel_apply_event_handler_with_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_on_apply_started", "to": "output_bridge_test_parallel_apply_event_handler_without_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_on_apply_started", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_bridge_parallelapplyeventhandler_on_progress_updated", "to": "output_bridge_test_parallel_apply_event_handler_with_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_on_progress_updated", "to": "output_bridge_test_parallel_apply_event_handler_without_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_on_progress_updated", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_bridge_parallelapplyeventhandler_on_hook_started", "to": "output_bridge_test_parallel_apply_event_handler_with_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_on_hook_started", "to": "output_bridge_test_parallel_apply_event_handler_without_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_on_hook_started", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_bridge_parallelapplyeventhandler_on_hook_completed", "to": "output_bridge_test_parallel_apply_event_handler_with_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_on_hook_completed", "to": "output_bridge_test_parallel_apply_event_handler_without_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_on_hook_completed", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_bridge_parallelapplyeventhandler_on_hook_failed", "to": "output_bridge_test_parallel_apply_event_handler_without_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_bridge_parallelapplyeventhandler_on_hook_failed", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_bridge_parallelapplyeventhandler_on_apply_output", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestration_parallelexecutor", "to": "orchestration_parallelexecutor_should_exit_when_idle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestration_parallelexecutor", "to": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestration_parallelexecutor_should_exit_when_idle", "to": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestration_parallelexecutor_should_exit_when_idle", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestration_parallelexecutor_should_exit_when_idle", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "to": "mod_gitworkspacemanager_prepare_for_parallel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "to": "mod_gitworkspacemanager_max_concurrent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "to": "mod_gitworkspacemanager_backend_type", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "to": "types_executionresult_is_cancelled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestration_parallelexecutor_execute_with_order_based_reanalysis", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_with_backend_and_queue_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_with_backend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_set_hooks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_set_no_resume", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_set_cancel_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_set_dynamic_queue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_set_scheduler_lifetime", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_set_persistent_lifetime", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_set_manual_resolve_counter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_get_auto_resolve_counter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_backend_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_check_vcs_available", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor", "to": "builder_parallelexecutor_resolve_backend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor_new", "to": "builder_parallelexecutor_with_backend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor_new", "to": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor_new", "to": "builder_parallelexecutor_set_hooks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor_new", "to": "types_orchestratorconfig_get_vcs_backend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_state", "to": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_state", "to": "builder_parallelexecutor_with_backend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "to": "builder_parallelexecutor_resolve_backend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "to": "types_orchestratorconfig_get_workspace_base_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "to": "defaults_default_workspace_base_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "to": "types_orchestratorconfig_get_max_concurrent_workspaces", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "to": "types_orchestratorconfig_get_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "to": "types_orchestratorconfig_get_archive_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "to": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "to": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "to": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_with_backend_and_queue_and_stagger", "to": "types_orchestratorconfig_get_command_strict_process_cleanup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_set_dynamic_queue", "to": "executor_test_dynamic_queue_injection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_set_dynamic_queue", "to": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_set_dynamic_queue", "to": "executor_test_concurrent_reanalysis_queue_dispatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_set_scheduler_lifetime", "to": "builder_parallelexecutor_set_persistent_lifetime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "builder_parallelexecutor_set_persistent_lifetime", "to": "executor_test_scheduler_lifetime_controls_idle_exit_behavior", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_set_persistent_lifetime", "to": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_set_manual_resolve_counter", "to": "auto_resolve_test_combined_manual_and_auto_resolve_slots", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_set_manual_resolve_counter", "to": "executor_test_slot_release_reanalyzes_and_dispatches_queued_follow_up_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_set_manual_resolve_counter", "to": "executor_test_attempt_merge_deferred_when_resolve_active", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_set_manual_resolve_counter", "to": "manual_resolve_test_manual_resolve_counter_reduces_available_slots", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_set_manual_resolve_counter", "to": "manual_resolve_test_multiple_manual_resolves_consume_multiple_slots", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_get_auto_resolve_counter", "to": "auto_resolve_test_auto_resolve_counter_reduces_available_slots", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_get_auto_resolve_counter", "to": "auto_resolve_test_multiple_auto_resolves_consume_multiple_slots", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_get_auto_resolve_counter", "to": "auto_resolve_test_auto_resolve_counter_is_thread_safe", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_get_auto_resolve_counter", "to": "auto_resolve_test_combined_manual_and_auto_resolve_slots", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_backend_type", "to": "mod_gitworkspacemanager_backend_type", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "builder_parallelexecutor_check_vcs_available", "to": "mod_gitworkspacemanager_check_available", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_dynamic_queue_rs", "to": "dynamic_queue_should_reanalyze_queue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_dynamic_queue_rs", "to": "dynamic_queue_reanalysisreason", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dynamic_queue_reanalysisreason", "to": "dynamic_queue_reanalysisreason_fmt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_conflict_rs", "to": "conflict_mockworkspacemanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_conflict_rs", "to": "conflict_test_detect_conflicts_no_conflicts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_conflict_rs", "to": "conflict_test_detect_conflicts_with_conflicts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_conflict_rs", "to": "conflict_test_get_vcs_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_conflict_rs", "to": "conflict_test_get_vcs_log_for_revisions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_conflict_rs", "to": "conflict_test_resolve_merges_with_retry_args_struct", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_conflict_rs", "to": "conflict_test_resolve_merges_with_retry_args_clone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_conflict_rs", "to": "conflict_test_resolve_merges_prompt_contains_cleanup_instructions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_with_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_with_log", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_backend_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_check_available", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_prepare_for_parallel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_get_current_revision", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_create_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_update_workspace_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_merge_workspaces", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_cleanup_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_cleanup_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_max_concurrent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_list_worktree_change_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_snapshot_working_copy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_set_commit_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_create_iteration_snapshot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_squash_wip_commits", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_get_revision_in_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_forget_workspace_sync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_find_existing_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_reuse_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_repo_root", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_workspaces", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_ensure_original_branch_initialized", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_original_branch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_detect_conflicts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_get_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_get_log_for_revisions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager", "to": "conflict_mockworkspacemanager_conflict_resolution_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager_new", "to": "conflict_mockworkspacemanager_list_worktree_change_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager_new", "to": "conflict_test_detect_conflicts_no_conflicts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager_new", "to": "conflict_test_detect_conflicts_with_conflicts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager_new", "to": "conflict_test_get_vcs_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager_new", "to": "conflict_test_get_vcs_log_for_revisions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager_new", "to": "conflict_test_resolve_merges_with_retry_args_struct", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager_new", "to": "conflict_test_resolve_merges_with_retry_args_clone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager_new", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_mockworkspacemanager_with_status", "to": "conflict_test_get_vcs_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager_with_status", "to": "hooks_build_finish_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_mockworkspacemanager_with_log", "to": "conflict_test_get_vcs_log_for_revisions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager_create_workspace", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_mockworkspacemanager_reuse_workspace", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_mockworkspacemanager_detect_conflicts", "to": "conflict_test_detect_conflicts_no_conflicts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_mockworkspacemanager_detect_conflicts", "to": "conflict_test_detect_conflicts_with_conflicts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "conflict_test_resolve_merges_with_retry_args_struct", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "conflict_test_resolve_merges_with_retry_args_clone", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_init_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_git_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_resumetestmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_test_get_or_create_workspace_new_returns_not_resumed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_test_get_or_create_workspace_reuse_returns_resumed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_test_get_or_create_workspace_no_resume_creates_fresh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_test_detect_workspace_state_archived_not_treated_as_created", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_test_detect_workspace_state_archived_date_prefixed_not_treated_as_created", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_test_check_task_progress_archive_fallback_returns_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_test_check_task_progress_missing_returns_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_test_mixed_restart_archiving_and_archived_states_are_distinct", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_workspace_resume_rs", "to": "workspace_resume_test_archived_workspace_head_revision_is_readable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_init_git_repo", "to": "workspace_resume_test_detect_workspace_state_archived_not_treated_as_created", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_init_git_repo", "to": "workspace_resume_test_detect_workspace_state_archived_date_prefixed_not_treated_as_created", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_init_git_repo", "to": "workspace_resume_test_mixed_restart_archiving_and_archived_states_are_distinct", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_init_git_repo", "to": "workspace_resume_test_archived_workspace_head_revision_is_readable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_init_git_repo", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_git_commit", "to": "workspace_resume_test_detect_workspace_state_archived_not_treated_as_created", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_git_commit", "to": "workspace_resume_test_detect_workspace_state_archived_date_prefixed_not_treated_as_created", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_git_commit", "to": "workspace_resume_test_mixed_restart_archiving_and_archived_states_are_distinct", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_git_commit", "to": "workspace_resume_test_archived_workspace_head_revision_is_readable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_git_commit", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_backend_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_check_available", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_prepare_for_parallel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_get_current_revision", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_create_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_update_workspace_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_find_existing_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_reuse_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_merge_workspaces", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_cleanup_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_cleanup_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_max_concurrent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_workspaces", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_list_worktree_change_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_conflict_resolution_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_snapshot_working_copy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_set_commit_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_create_iteration_snapshot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_squash_wip_commits", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_get_revision_in_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_get_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_get_log_for_revisions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_detect_conflicts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_forget_workspace_sync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_repo_root", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_ensure_original_branch_initialized", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager", "to": "workspace_resume_resumetestmanager_original_branch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "workspace_resume_resumetestmanager_list_worktree_change_ids", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_resumetestmanager_get_status", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_resumetestmanager_get_log_for_revisions", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_get_or_create_workspace_new_returns_not_resumed", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_get_or_create_workspace_reuse_returns_resumed", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_get_or_create_workspace_no_resume_creates_fresh", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_detect_workspace_state_archived_not_treated_as_created", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_detect_workspace_state_archived_not_treated_as_created", "to": "state_detect_workspace_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_detect_workspace_state_archived_date_prefixed_not_treated_as_created", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_detect_workspace_state_archived_date_prefixed_not_treated_as_created", "to": "state_detect_workspace_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_check_task_progress_archive_fallback_returns_progress", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_check_task_progress_archive_fallback_returns_progress", "to": "apply_check_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_check_task_progress_missing_returns_error", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_check_task_progress_missing_returns_error", "to": "apply_check_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_mixed_restart_archiving_and_archived_states_are_distinct", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_mixed_restart_archiving_and_archived_states_are_distinct", "to": "state_detect_workspace_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_archived_workspace_head_revision_is_readable", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_archived_workspace_head_revision_is_readable", "to": "state_detect_workspace_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "workspace_resume_test_archived_workspace_head_revision_is_readable", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_tests_auto_resolve_rs", "to": "auto_resolve_create_test_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_auto_resolve_rs", "to": "auto_resolve_test_auto_resolve_counter_reduces_available_slots", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_auto_resolve_rs", "to": "auto_resolve_test_multiple_auto_resolves_consume_multiple_slots", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_auto_resolve_rs", "to": "auto_resolve_test_auto_resolve_counter_is_thread_safe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_auto_resolve_rs", "to": "auto_resolve_test_combined_manual_and_auto_resolve_slots", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auto_resolve_create_test_config", "to": "auto_resolve_test_auto_resolve_counter_reduces_available_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auto_resolve_create_test_config", "to": "auto_resolve_test_multiple_auto_resolves_consume_multiple_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auto_resolve_create_test_config", "to": "auto_resolve_test_auto_resolve_counter_is_thread_safe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auto_resolve_create_test_config", "to": "auto_resolve_test_combined_manual_and_auto_resolve_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auto_resolve_create_test_config", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auto_resolve_test_auto_resolve_counter_reduces_available_slots", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auto_resolve_test_multiple_auto_resolves_consume_multiple_slots", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auto_resolve_test_auto_resolve_counter_is_thread_safe", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auto_resolve_test_auto_resolve_counter_is_thread_safe", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auto_resolve_test_combined_manual_and_auto_resolve_slots", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_testassertionext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_create_test_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_create_test_config_with", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_or_fail_option_reports_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_or_fail_result_reports_context_and_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_parallel_executor_creation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_testworkspacemanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_init_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_commit_workspace_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_skip_reason_for_merge_deferred_dependency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_resolve_merge_aborts_when_base_dirty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_resolve_merge_executes_selected_change_only", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_merge_uses_resolve_command_with_change_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_merge_allows_non_merge_head_after_merges", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_merge_retries_when_merge_left_in_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_merge_retries_when_merge_commit_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_merge_resolves_conflict_with_resolve_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_merge_retries_after_pre_commit_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_acceptance_fail_records_follow_up_tasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_acceptance_history_records_end_revision_when_head_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_archive_guard_allows_archive_after_acceptance_head_change_pass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_dynamic_queue_injection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_should_reanalyze_bypasses_debounce_on_slot_recovery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_make_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_ready_analysis_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_blocked_analysis_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_selective_dependency_analysis_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_dependency_blocked_event_is_emitted_even_when_slots_are_full", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_slot_release_reanalyzes_and_dispatches_queued_follow_up_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_resolve_wait_does_not_block_queue_reanalysis_dispatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_dispatch_zero_reanalysis_is_retried_on_next_loop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_resolve_completion_reanalysis_bypasses_debounce_and_dispatches_work", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_handle_merge_result_keeps_pending_counter_non_negative", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_fix_scheduler_premature_exit_decrements_pending_merge_counter_on_merge_completion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_scheduler_lifetime_controls_idle_exit_behavior", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_debounce_with_queue_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_queue_notification_triggers_reanalysis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_attempt_merge_defers_when_change_not_archived", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_attempt_merge_succeeds_when_change_archived", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_resolve_wait_helper_tracks_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_merge_wait_does_not_block_runnable_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_concurrent_reanalysis_queue_dispatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_on_merged_hook_execution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_attempt_merge_deferred_when_resolve_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_merge_deferred_when_worktree_dirty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_merge_deferred_when_archive_entry_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_merge_proceeds_when_archive_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_attempt_merge_errors_on_detached_head", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_acceptance_trailing_text_pass_is_not_canonical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_executor_rs", "to": "executor_test_acceptance_json_verdict_pass_overrides_malformed_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_result_t_e", "to": "executor_result_t_e_or_fail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t", "to": "executor_option_t_or_fail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_or_fail_option_reports_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_or_fail_result_reports_context_and_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_init_git_repo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_commit_workspace_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_resolve_merge_aborts_when_base_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_resolve_merge_executes_selected_change_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_merge_uses_resolve_command_with_change_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_merge_allows_non_merge_head_after_merges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_merge_retries_when_merge_left_in_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_merge_retries_when_merge_commit_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_merge_resolves_conflict_with_resolve_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_merge_retries_after_pre_commit_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_acceptance_fail_records_follow_up_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_acceptance_history_records_end_revision_when_head_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_archive_guard_allows_archive_after_acceptance_head_change_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_dependency_blocked_event_is_emitted_even_when_slots_are_full", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_slot_release_reanalyzes_and_dispatches_queued_follow_up_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_resolve_wait_does_not_block_queue_reanalysis_dispatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_dispatch_zero_reanalysis_is_retried_on_next_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_resolve_completion_reanalysis_bypasses_debounce_and_dispatches_work", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_handle_merge_result_keeps_pending_counter_non_negative", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_fix_scheduler_premature_exit_decrements_pending_merge_counter_on_merge_completion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_scheduler_lifetime_controls_idle_exit_behavior", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_queue_notification_triggers_reanalysis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_attempt_merge_defers_when_change_not_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_attempt_merge_succeeds_when_change_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_on_merged_hook_execution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_attempt_merge_deferred_when_resolve_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_merge_deferred_when_worktree_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_merge_deferred_when_archive_entry_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_merge_proceeds_when_archive_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_attempt_merge_errors_on_detached_head", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_acceptance_trailing_text_pass_is_not_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_option_t_or_fail", "to": "executor_test_acceptance_json_verdict_pass_overrides_malformed_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_create_test_config_with", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_parallel_executor_creation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_skip_reason_for_merge_deferred_dependency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_dynamic_queue_injection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_should_reanalyze_bypasses_debounce_on_slot_recovery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_handle_merge_result_keeps_pending_counter_non_negative", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_fix_scheduler_premature_exit_decrements_pending_merge_counter_on_merge_completion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_scheduler_lifetime_controls_idle_exit_behavior", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_debounce_with_queue_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_attempt_merge_defers_when_change_not_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_resolve_wait_helper_tracks_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_merge_wait_does_not_block_runnable_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_concurrent_reanalysis_queue_dispatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_attempt_merge_deferred_when_resolve_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_merge_deferred_when_worktree_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "executor_test_merge_deferred_when_archive_entry_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_create_test_config_with", "to": "executor_test_resolve_merge_aborts_when_base_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_resolve_merge_executes_selected_change_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_merge_uses_resolve_command_with_change_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_merge_allows_non_merge_head_after_merges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_merge_retries_when_merge_left_in_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_merge_retries_when_merge_commit_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_merge_resolves_conflict_with_resolve_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_merge_retries_after_pre_commit_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_acceptance_fail_records_follow_up_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_acceptance_history_records_end_revision_when_head_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_archive_guard_allows_archive_after_acceptance_head_change_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_dependency_blocked_event_is_emitted_even_when_slots_are_full", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_slot_release_reanalyzes_and_dispatches_queued_follow_up_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_resolve_wait_does_not_block_queue_reanalysis_dispatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_dispatch_zero_reanalysis_is_retried_on_next_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_resolve_completion_reanalysis_bypasses_debounce_and_dispatches_work", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_attempt_merge_succeeds_when_change_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_merge_proceeds_when_archive_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_attempt_merge_errors_on_detached_head", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_acceptance_trailing_text_pass_is_not_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "executor_test_acceptance_json_verdict_pass_overrides_malformed_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_create_test_config_with", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_parallel_executor_creation", "to": "executor_testworkspacemanager_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_test_parallel_executor_creation", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_backend_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_check_available", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_prepare_for_parallel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_get_current_revision", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_create_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_update_workspace_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_merge_workspaces", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_cleanup_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_cleanup_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_max_concurrent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_workspaces", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_list_worktree_change_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_conflict_resolution_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_snapshot_working_copy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_set_commit_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_create_iteration_snapshot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_squash_wip_commits", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_get_revision_in_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_get_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_get_log_for_revisions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_detect_conflicts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_forget_workspace_sync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_repo_root", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_ensure_original_branch_initialized", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_original_branch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_find_existing_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager", "to": "executor_testworkspacemanager_reuse_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_testworkspacemanager_workspaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_testworkspacemanager_list_worktree_change_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_testworkspacemanager_get_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_testworkspacemanager_get_log_for_revisions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_init_git_repo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_commit_workspace_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_skip_reason_for_merge_deferred_dependency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_resolve_merge_aborts_when_base_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_resolve_merge_executes_selected_change_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_merge_uses_resolve_command_with_change_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_merge_allows_non_merge_head_after_merges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_merge_retries_when_merge_left_in_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_merge_retries_when_merge_commit_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_merge_resolves_conflict_with_resolve_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_merge_retries_after_pre_commit_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_acceptance_fail_records_follow_up_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_acceptance_history_records_end_revision_when_head_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_archive_guard_allows_archive_after_acceptance_head_change_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_dynamic_queue_injection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_should_reanalyze_bypasses_debounce_on_slot_recovery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_make_test_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_ready_analysis_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_selective_dependency_analysis_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_dependency_blocked_event_is_emitted_even_when_slots_are_full", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_slot_release_reanalyzes_and_dispatches_queued_follow_up_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_resolve_wait_does_not_block_queue_reanalysis_dispatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_dispatch_zero_reanalysis_is_retried_on_next_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_resolve_completion_reanalysis_bypasses_debounce_and_dispatches_work", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_handle_merge_result_keeps_pending_counter_non_negative", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_fix_scheduler_premature_exit_decrements_pending_merge_counter_on_merge_completion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_scheduler_lifetime_controls_idle_exit_behavior", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_debounce_with_queue_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_queue_notification_triggers_reanalysis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_attempt_merge_defers_when_change_not_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_attempt_merge_succeeds_when_change_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_resolve_wait_helper_tracks_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_merge_wait_does_not_block_runnable_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_concurrent_reanalysis_queue_dispatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_on_merged_hook_execution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_attempt_merge_deferred_when_resolve_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_merge_deferred_when_worktree_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_merge_deferred_when_archive_entry_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_merge_proceeds_when_archive_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_attempt_merge_errors_on_detached_head", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_acceptance_trailing_text_pass_is_not_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "executor_test_acceptance_json_verdict_pass_overrides_malformed_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_new", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_testworkspacemanager_create_workspace", "to": "executor_test_resolve_merge_aborts_when_base_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_create_workspace", "to": "executor_test_resolve_merge_executes_selected_change_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_create_workspace", "to": "executor_test_merge_uses_resolve_command_with_change_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_create_workspace", "to": "executor_test_merge_allows_non_merge_head_after_merges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_create_workspace", "to": "executor_test_merge_retries_when_merge_left_in_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_create_workspace", "to": "executor_test_merge_retries_when_merge_commit_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_create_workspace", "to": "executor_test_merge_resolves_conflict_with_resolve_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_create_workspace", "to": "executor_test_merge_retries_after_pre_commit_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_testworkspacemanager_create_workspace", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_init_git_repo", "to": "executor_test_resolve_merge_aborts_when_base_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_resolve_merge_executes_selected_change_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_acceptance_fail_records_follow_up_tasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_acceptance_history_records_end_revision_when_head_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_archive_guard_allows_archive_after_acceptance_head_change_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_dependency_blocked_event_is_emitted_even_when_slots_are_full", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_slot_release_reanalyzes_and_dispatches_queued_follow_up_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_resolve_wait_does_not_block_queue_reanalysis_dispatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_dispatch_zero_reanalysis_is_retried_on_next_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_resolve_completion_reanalysis_bypasses_debounce_and_dispatches_work", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_handle_merge_result_keeps_pending_counter_non_negative", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_fix_scheduler_premature_exit_decrements_pending_merge_counter_on_merge_completion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_scheduler_lifetime_controls_idle_exit_behavior", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_acceptance_trailing_text_pass_is_not_canonical", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_init_git_repo", "to": "executor_test_acceptance_json_verdict_pass_overrides_malformed_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_commit_workspace_change", "to": "executor_test_resolve_merge_aborts_when_base_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_commit_workspace_change", "to": "executor_test_resolve_merge_executes_selected_change_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executor_test_skip_reason_for_merge_deferred_dependency", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_skip_reason_for_merge_deferred_dependency", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_resolve_merge_aborts_when_base_dirty", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_resolve_merge_executes_selected_change_only", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_uses_resolve_command_with_change_ids", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_uses_resolve_command_with_change_ids", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_allows_non_merge_head_after_merges", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_allows_non_merge_head_after_merges", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_retries_when_merge_left_in_progress", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_retries_when_merge_left_in_progress", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_retries_when_merge_commit_missing", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_retries_when_merge_commit_missing", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_resolves_conflict_with_resolve_command", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_resolves_conflict_with_resolve_command", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_retries_after_pre_commit_changes", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_retries_after_pre_commit_changes", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_execute_acceptance_in_workspace_emits_gate_specific_failure_log_context", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_archive_guard_blocks_after_acceptance_command_non_zero_exit", "to": "types_orchestratorconfig_get_archive_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_state_uses_end_revision_for_all_outcomes_when_head_changes", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_fail_records_follow_up_tasks", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_fail_records_follow_up_tasks", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_history_records_end_revision_when_head_changes", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_history_records_end_revision_when_head_changes", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_history_records_end_revision_when_head_changes", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_diff_base_uses_last_acceptance_end_revision", "to": "basic_get_changed_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_archive_guard_allows_archive_after_acceptance_head_change_pass", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_archive_guard_allows_archive_after_acceptance_head_change_pass", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_archive_guard_allows_archive_after_acceptance_head_change_pass", "to": "types_orchestratorconfig_get_archive_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_dynamic_queue_injection", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_dynamic_queue_injection", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_should_reanalyze_bypasses_debounce_on_slot_recovery", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_make_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_dependency_blocked_event_is_emitted_even_when_slots_are_full", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_slot_release_reanalyzes_and_dispatches_queued_follow_up_changes", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_resolve_wait_does_not_block_queue_reanalysis_dispatch", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_dispatch_zero_reanalysis_is_retried_on_next_loop", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_resolve_completion_reanalysis_bypasses_debounce_and_dispatches_work", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_idle_queue_addition_marks_reanalysis_and_enqueues_change", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_debounce_with_queue_changes", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_queue_notification_triggers_reanalysis", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_queue_notification_triggers_reanalysis", "to": "queue_dynamicqueue_notified", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_queue_notification_triggers_reanalysis", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_attempt_merge_succeeds_when_change_archived", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_resolve_wait_helper_tracks_state", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_wait_does_not_block_runnable_changes", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_concurrent_reanalysis_queue_dispatch", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_concurrent_reanalysis_queue_dispatch", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_on_merged_hook_execution", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_merge_proceeds_when_archive_complete", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_attempt_merge_errors_on_detached_head", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_attempt_merge_errors_on_detached_head", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_finalizes_on_standalone_verdict_without_inactivity_retry", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_trailing_text_pass_is_not_canonical", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_trailing_text_pass_is_not_canonical", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_trailing_text_pass_is_not_canonical", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_json_verdict_pass_overrides_malformed_text", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_json_verdict_pass_overrides_malformed_text", "to": "defaults_default_retry_patterns", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "executor_test_acceptance_json_verdict_pass_overrides_malformed_text", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_parallel_tests_manual_resolve_rs", "to": "manual_resolve_create_test_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_manual_resolve_rs", "to": "manual_resolve_test_manual_resolve_counter_reduces_available_slots", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_manual_resolve_rs", "to": "manual_resolve_test_multiple_manual_resolves_consume_multiple_slots", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_manual_resolve_rs", "to": "manual_resolve_test_manual_resolve_completion_notifies_scheduler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_parallel_tests_manual_resolve_rs", "to": "manual_resolve_test_manual_resolve_counter_is_thread_safe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manual_resolve_create_test_config", "to": "manual_resolve_test_manual_resolve_counter_reduces_available_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manual_resolve_create_test_config", "to": "manual_resolve_test_multiple_manual_resolves_consume_multiple_slots", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manual_resolve_create_test_config", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manual_resolve_test_manual_resolve_counter_reduces_available_slots", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manual_resolve_test_multiple_manual_resolves_consume_multiple_slots", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manual_resolve_test_manual_resolve_completion_notifies_scheduler", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manual_resolve_test_manual_resolve_completion_notifies_scheduler", "to": "queue_dynamicqueue_notified", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manual_resolve_test_manual_resolve_completion_notifies_scheduler", "to": "queue_dynamicqueue_notify_scheduler", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manual_resolve_test_manual_resolve_counter_is_thread_safe", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manual_resolve_test_manual_resolve_counter_is_thread_safe", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_bin_openapi_gen_rs", "to": "openapi_gen_apidoc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_bin_openapi_gen_rs", "to": "openapi_gen_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_suppress_repetitive_debug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_log_summary_interval_secs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_stall_detection_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_stall_detection_threshold", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_error_circuit_breaker_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_error_circuit_breaker_threshold", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_loggingconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_stalldetectionconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_errorcircuitbreakerconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_orchestratorconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_proposalsessionconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_proposal_transport_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_proposal_transport_args", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_proposal_session_inactivity_timeout_secs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_serverauthmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_serverauthconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_server_bind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_server_port", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_server_max_concurrent_total", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_default_server_data_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_serverconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_types_rs", "to": "types_acceptancepromptmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_default_error_circuit_breaker_enabled", "to": "types_errorcircuitbreakerconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_default_error_circuit_breaker_threshold", "to": "types_errorcircuitbreakerconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_loggingconfig", "to": "types_loggingconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_stalldetectionconfig", "to": "types_stalldetectionconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_errorcircuitbreakerconfig", "to": "types_errorcircuitbreakerconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_merge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_apply_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_archive_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_analyze_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_apply_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_archive_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_acceptance_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_acceptance_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_acceptance_prompt_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_hooks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_logging", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_stall_detection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_error_circuit_breaker", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_max_iterations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_parallel_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_resolve_parallel_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_max_concurrent_workspaces", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_workspace_base_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_resolve_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_use_llm_analysis", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_vcs_backend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_propose_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_worktree_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_expand_proposal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_expand_worktree_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_expand_conflict_files", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_acceptance_max_continues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_stream_json_textify", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_get_command_strict_process_cleanup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_expand_change_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_expand_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig", "to": "types_orchestratorconfig_validate_required_commands", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_proposalsessionconfig", "to": "types_proposalsessionconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_default_proposal_transport_command", "to": "types_proposalsessionconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_default_proposal_transport_args", "to": "types_proposalsessionconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_default_proposal_session_inactivity_timeout_secs", "to": "types_proposalsessionconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_proposalsessionconfig_default", "to": "types_orchestratorconfig_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_serverauthconfig", "to": "types_serverauthconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_serverauthconfig", "to": "types_serverauthconfig_resolve_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_serverauthconfig_resolve_token", "to": "types_serverconfig_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_serverauthconfig_resolve_token", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_default_server_bind", "to": "types_serverconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_default_server_port", "to": "types_serverconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_default_server_max_concurrent_total", "to": "types_serverconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_default_server_data_dir", "to": "types_serverconfig_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_default_server_data_dir", "to": "defaults_default_server_data_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig", "to": "types_serverconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_serverconfig", "to": "types_serverconfig_is_loopback_bind", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_serverconfig", "to": "types_serverconfig_validate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_serverconfig", "to": "types_serverconfig_apply_cli_overrides", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_serverconfig_default", "to": "types_orchestratorconfig_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_serverconfig_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig_is_loopback_bind", "to": "types_serverconfig_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_serverconfig_validate", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig_validate", "to": "mod_test_server_config_validate_non_loopback_no_auth_fails", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig_validate", "to": "mod_test_server_config_validate_non_loopback_bearer_token_empty_fails", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig_validate", "to": "mod_test_server_config_validate_rejects_deprecated_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig_validate", "to": "mod_test_server_config_validate_accepts_config_without_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig_validate", "to": "mod_test_parse_server_config_with_resolve_command_is_parsed_but_rejected_at_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig_validate", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig_validate", "to": "mod_validate_server_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig_apply_cli_overrides", "to": "mod_test_server_config_apply_cli_overrides_data_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig_apply_cli_overrides", "to": "mod_test_server_config_apply_cli_overrides_data_dir_not_set_uses_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_serverconfig_apply_cli_overrides", "to": "mod_test_server_config_apply_cli_overrides_data_dir_with_other_overrides", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_new", "to": "types_orchestratorconfig_validate_required_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_orchestratorconfig_merge", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_apply_command", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_apply_command", "to": "runner_agentrunner_run_apply_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_apply_command", "to": "runner_agentrunner_run_apply_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_apply_command", "to": "runner_agentrunner_run_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_apply_command", "to": "runner_agentrunner_run_apply_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_archive_command", "to": "runner_agentrunner_run_archive_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_archive_command", "to": "runner_agentrunner_run_archive_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_archive_command", "to": "runner_agentrunner_run_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_archive_command", "to": "runner_agentrunner_run_archive_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_analyze_command", "to": "runner_agentrunner_analyze_dependencies", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_analyze_command", "to": "runner_agentrunner_analyze_dependencies_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_analyze_command", "to": "runner_agentrunner_analyze_dependencies_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_apply_prompt", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_apply_prompt", "to": "runner_agentrunner_run_apply_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_apply_prompt", "to": "runner_agentrunner_run_apply_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_apply_prompt", "to": "runner_agentrunner_run_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_apply_prompt", "to": "runner_agentrunner_run_apply_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_apply_prompt", "to": "apply_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_archive_prompt", "to": "runner_agentrunner_run_archive_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_archive_prompt", "to": "runner_agentrunner_run_archive_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_archive_prompt", "to": "runner_agentrunner_run_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_archive_prompt", "to": "runner_agentrunner_run_archive_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_acceptance_command", "to": "runner_agentrunner_run_acceptance_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_acceptance_command", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_acceptance_command", "to": "rejection_run_rejection_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_acceptance_prompt", "to": "runner_agentrunner_run_acceptance_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_acceptance_prompt", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_acceptance_prompt_mode", "to": "runner_agentrunner_run_acceptance_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_acceptance_prompt_mode", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_hooks", "to": "mod_test_hooks_config_can_be_parsed_from_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_hooks", "to": "mod_test_hooks_config_with_all_hook_types", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_hooks", "to": "mod_test_get_hooks_returns_default_when_not_configured", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_hooks", "to": "mod_test_hooks_deep_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_hooks", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_hooks", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_logging", "to": "mod_test_parse_logging_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_logging", "to": "mod_test_characterize_logging_defaults_when_absent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_stall_detection", "to": "mod_test_parse_stall_detection_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_stall_detection", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_stall_detection", "to": "archive_test_archive_change_retries_until_verified", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_max_iterations", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_max_iterations", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_max_iterations", "to": "orchestrator_run_orchestrator_parallel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_max_iterations", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_resolve_parallel_mode", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_max_concurrent_workspaces", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_workspace_base_dir", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_workspace_base_dir", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_workspace_base_dir", "to": "api_create_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_resolve_command", "to": "runner_agentrunner_run_resolve_streaming_in_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_resolve_command", "to": "runner_agentrunner_run_resolve_streaming_in_dir_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_worktree_command", "to": "worktrees_should_trigger_worktree_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_worktree_command", "to": "key_handlers_handle_enter_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_worktree_command", "to": "key_handlers_handle_plus_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_expand_proposal", "to": "expand_expand_proposal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_expand_worktree_command", "to": "expand_expand_worktree_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_expand_conflict_files", "to": "expand_expand_conflict_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "to": "runner_agentrunner_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "to": "runner_agentrunner_new_with_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "to": "archive_make_ai_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_secs", "to": "archive_test_archive_change_retries_until_verified", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "to": "runner_agentrunner_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "to": "runner_agentrunner_new_with_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "to": "archive_make_ai_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_kill_grace_secs", "to": "archive_test_archive_change_retries_until_verified", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "to": "runner_agentrunner_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "to": "runner_agentrunner_new_with_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "to": "archive_make_ai_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_inactivity_timeout_max_retries", "to": "archive_test_archive_change_retries_until_verified", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_stream_json_textify", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_stream_json_textify", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_stream_json_textify", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_stream_json_textify", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_strict_process_cleanup", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_strict_process_cleanup", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_strict_process_cleanup", "to": "runner_agentrunner_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_strict_process_cleanup", "to": "runner_agentrunner_new_with_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_strict_process_cleanup", "to": "archive_make_ai_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_get_command_strict_process_cleanup", "to": "archive_test_archive_change_retries_until_verified", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_expand_change_id", "to": "expand_expand_change_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_expand_prompt", "to": "expand_expand_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_validate_required_commands", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_validate_required_commands", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_validate_required_commands", "to": "mod_test_validate_required_commands_missing_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_validate_required_commands", "to": "mod_test_validate_required_commands_missing_multiple", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_orchestratorconfig_validate_required_commands", "to": "load_orchestratorconfig_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_config_expand_rs", "to": "expand_expand_change_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_expand_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_expand_conflict_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_expand_proposal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_expand_worktree_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_expand_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_escape_shell_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_sanitize_posix_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_sanitize_windows_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_escape_for_single_quoted_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_strip_outer_single_quotes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_is_within_single_quotes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_change_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_change_id_multiple", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_change_id_with_whitespace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_prompt_unquoted_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_prompt_single_quoted_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_prompt_in_apply_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_prompt_with_empty_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_backward_compatible_no_prompt_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_conflict_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_conflict_files_with_spaces", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_proposal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_proposal_multiline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_worktree_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_worktree_command_escaped", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_prompt_with_single_quotes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_prompt_multiline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_prompt_with_special_chars", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_prompt_multibyte_chars", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_expand_rs", "to": "expand_test_expand_prompt_quoted_template_no_double_quotes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_change_id", "to": "expand_expand_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_change_id", "to": "expand_test_expand_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_change_id", "to": "expand_test_expand_change_id_multiple", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_change_id", "to": "expand_test_expand_change_id_with_whitespace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_change_id", "to": "expand_test_expand_prompt_in_apply_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_change_id", "to": "expand_test_expand_prompt_with_empty_string", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_change_id", "to": "expand_test_backward_compatible_no_prompt_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_change_id", "to": "mod_test_expand_change_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "mod_test_expand_change_id_multiple", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "mod_test_expand_prompt_in_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "mod_test_expand_prompt_with_empty_string", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "mod_test_backward_compatible_no_prompt_placeholder", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "runner_agentrunner_run_apply_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "runner_agentrunner_run_apply_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "runner_agentrunner_run_archive_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "runner_agentrunner_run_archive_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "runner_agentrunner_run_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "runner_agentrunner_run_apply_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "runner_agentrunner_run_acceptance_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "runner_agentrunner_run_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "runner_agentrunner_run_archive_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "apply_expand_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_change_id", "to": "rejection_resolve_rejection_review_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "expand_expand_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_prompt", "to": "expand_test_expand_prompt_unquoted_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_prompt", "to": "expand_test_expand_prompt_single_quoted_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_prompt", "to": "expand_test_expand_prompt_in_apply_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_prompt", "to": "expand_test_expand_prompt_with_empty_string", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_prompt", "to": "expand_test_backward_compatible_no_prompt_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_prompt", "to": "expand_test_expand_prompt_with_single_quotes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_prompt", "to": "expand_test_expand_prompt_multiline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_prompt", "to": "expand_test_expand_prompt_with_special_chars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_prompt", "to": "expand_test_expand_prompt_multibyte_chars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_prompt", "to": "expand_test_expand_prompt_quoted_template_no_double_quotes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_prompt", "to": "mod_test_expand_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "mod_test_expand_prompt_in_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "mod_test_expand_prompt_with_empty_string", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "mod_test_backward_compatible_no_prompt_placeholder", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "git_sync_run_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_apply_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_apply_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_archive_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_archive_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_apply_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_acceptance_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_archive_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_analyze_dependencies", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_analyze_dependencies_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_analyze_dependencies_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_resolve_streaming_in_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "runner_agentrunner_run_resolve_streaming_in_dir_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "apply_expand_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_prompt", "to": "rejection_resolve_rejection_review_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_conflict_files", "to": "expand_expand_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_conflict_files", "to": "expand_test_expand_conflict_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_conflict_files", "to": "expand_test_expand_conflict_files_with_spaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_conflict_files", "to": "mod_test_expand_conflict_files_placeholder", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_proposal", "to": "expand_expand_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_proposal", "to": "expand_test_expand_proposal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_proposal", "to": "expand_test_expand_proposal_multiline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_proposal", "to": "mod_test_expand_proposal_simple", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_proposal", "to": "mod_test_expand_proposal_multiline", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_worktree_command", "to": "expand_expand_placeholder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_worktree_command", "to": "expand_test_expand_worktree_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_worktree_command", "to": "expand_test_expand_worktree_command_escaped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_worktree_command", "to": "mod_test_expand_worktree_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_worktree_command", "to": "key_handlers_handle_enter_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_worktree_command", "to": "key_handlers_handle_plus_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_placeholder", "to": "expand_is_within_single_quotes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_placeholder", "to": "expand_escape_shell_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_expand_placeholder", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_expand_placeholder", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_escape_shell_value", "to": "expand_sanitize_windows_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_escape_shell_value", "to": "expand_sanitize_posix_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_escape_shell_value", "to": "expand_strip_outer_single_quotes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_escape_shell_value", "to": "expand_escape_for_single_quoted_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_sanitize_posix_value", "to": "expand_escape_for_single_quoted_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_sanitize_posix_value", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "expand_strip_outer_single_quotes", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_config_mod_rs", "to": "mod_get_xdg_env_config_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_get_xdg_default_config_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_get_xdg_config_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_get_platform_config_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_get_global_config_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_get_global_config_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_env_test_lock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_set_env_var", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_remove_env_var", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_default_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_default_logging_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_logging_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_stall_detection_defaults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_stall_detection_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_commands_missing_returns_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_commands_with_custom_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_expand_change_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_expand_change_id_multiple", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_expand_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_simple_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_with_single_line_comments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_with_multi_line_comments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_with_trailing_comma", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_full_example", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_preserves_strings_with_slashes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_partial_config_requires_all_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_empty_config_requires_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_load_from_custom_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_load_from_custom_path_returns_parse_error_with_path_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_load_returns_error_when_no_config_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_load_project_config_takes_priority", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_apply_prompt_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_archive_prompt_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_prompts_with_custom_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_with_prompts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_expand_prompt_in_apply_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_expand_prompt_with_empty_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_backward_compatible_no_prompt_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_max_iterations_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_max_iterations_custom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_max_iterations_zero_disables_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_with_max_iterations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_max_iterations_zero", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_propose_command_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_propose_command_configured", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_with_propose_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_worktree_command_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_worktree_command_configured", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_with_worktree_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_expand_worktree_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_expand_proposal_simple", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_expand_proposal_multiline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_hooks_config_can_be_parsed_from_jsonc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_hooks_config_with_all_hook_types", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_hooks_returns_default_when_not_configured", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parallel_mode_can_be_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_resolve_parallel_mode_prefers_cli_override", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_resolve_parallel_mode_defaults_to_git_detection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_resolve_parallel_mode_uses_config_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_max_concurrent_workspaces_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_max_concurrent_workspaces_can_be_configured", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_workspace_base_dir_default_is_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_workspace_base_dir_can_be_configured", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_workspace_base_dir_empty_string_treated_as_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_vcs_backend_defaults_to_auto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_vcs_backend_can_be_set_to_git", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_use_llm_analysis_defaults_to_true", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_use_llm_analysis_can_be_disabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_parallel_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_resolve_command_missing_returns_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_resolve_command_can_be_configured", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_expand_conflict_files_placeholder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_command_queue_config_defaults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_command_queue_config_custom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_with_command_queue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_acceptance_max_continues_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_acceptance_max_continues_custom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_jsonc_with_acceptance_max_continues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_inactivity_timeout_max_retries_default_is_three", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_inactivity_timeout_max_retries_can_be_disabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_inactivity_timeout_max_retries_can_be_configured", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_xdg_config_path_returns_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_xdg_env_config_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_xdg_default_config_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_deprecated_global_config_path_prefers_xdg_env_over_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_deprecated_global_config_path_falls_back_to_xdg_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_global_config_paths_returns_low_to_high_priority_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_get_platform_config_path_returns_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_load_xdg_config_precedence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_load_platform_fallback_when_xdg_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_project_config_takes_priority_over_xdg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_config_merge_partial_project_inherits_global", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_hooks_deep_merge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_validate_required_commands_all_present", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_validate_required_commands_missing_apply", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_validate_required_commands_missing_multiple", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_load_validation_fails_on_missing_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_xdg_env_takes_priority_over_xdg_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_server_config_validate_loopback_no_auth_ok", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_server_config_validate_loopback_with_auth_ok", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_server_config_validate_non_loopback_no_auth_fails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_server_config_validate_non_loopback_bearer_token_ok", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_server_config_validate_non_loopback_bearer_token_empty_fails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_server_config_is_loopback_bind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_server_config_apply_cli_overrides_data_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_server_config_apply_cli_overrides_data_dir_not_set_uses_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_server_config_apply_cli_overrides_data_dir_with_other_overrides", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_server_config_validate_rejects_deprecated_resolve_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_server_config_validate_accepts_config_without_resolve_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_parse_server_config_with_resolve_command_is_parsed_but_rejected_at_validate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_characterize_merge_priority_full_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_characterize_none_does_not_override_some", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_characterize_custom_beats_project_beats_global", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_characterize_default_getter_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_characterize_logging_defaults_when_absent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_characterize_jsonc_comment_styles_and_trailing_comma", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_characterize_absent_optional_fields_stay_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_mod_rs", "to": "mod_test_load_server_config_and_resolve_command_includes_proposal_session_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_xdg_env_config_path", "to": "mod_get_xdg_config_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_xdg_env_config_path", "to": "mod_get_global_config_paths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_xdg_env_config_path", "to": "mod_get_global_config_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_xdg_env_config_path", "to": "mod_test_get_xdg_env_config_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_xdg_env_config_path", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_get_xdg_env_config_path", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_get_xdg_default_config_path", "to": "mod_get_global_config_paths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_xdg_default_config_path", "to": "mod_test_get_xdg_default_config_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_xdg_default_config_path", "to": "mod_test_deprecated_global_config_path_falls_back_to_xdg_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_xdg_config_path", "to": "mod_test_get_xdg_config_path_returns_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_platform_config_path", "to": "mod_get_global_config_paths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_platform_config_path", "to": "mod_test_get_platform_config_path_returns_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_global_config_paths", "to": "mod_test_get_global_config_paths_returns_low_to_high_priority_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_global_config_paths", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_get_global_config_paths", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_get_global_config_paths", "to": "load_orchestratorconfig_load_server_config_and_resolve_command_from_global", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_get_global_config_paths", "to": "load_orchestratorconfig_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_get_global_config_path", "to": "mod_test_deprecated_global_config_path_prefers_xdg_env_over_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_global_config_path", "to": "mod_test_deprecated_global_config_path_falls_back_to_xdg_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_load_returns_error_when_no_config_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_load_project_config_takes_priority", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_get_xdg_env_config_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_deprecated_global_config_path_prefers_xdg_env_over_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_deprecated_global_config_path_falls_back_to_xdg_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_get_global_config_paths_returns_low_to_high_priority_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_load_xdg_config_precedence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_load_platform_fallback_when_xdg_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_project_config_takes_priority_over_xdg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_config_merge_partial_project_inherits_global", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_hooks_deep_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "mod_test_xdg_env_takes_priority_over_xdg_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_env_test_lock", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_set_env_var", "to": "mod_test_load_returns_error_when_no_config_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_set_env_var", "to": "mod_test_load_project_config_takes_priority", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_set_env_var", "to": "mod_test_get_xdg_env_config_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_set_env_var", "to": "mod_test_deprecated_global_config_path_prefers_xdg_env_over_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_set_env_var", "to": "mod_test_deprecated_global_config_path_falls_back_to_xdg_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_set_env_var", "to": "mod_test_get_global_config_paths_returns_low_to_high_priority_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_set_env_var", "to": "mod_test_load_xdg_config_precedence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_set_env_var", "to": "mod_test_load_platform_fallback_when_xdg_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_set_env_var", "to": "mod_test_project_config_takes_priority_over_xdg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_set_env_var", "to": "mod_test_config_merge_partial_project_inherits_global", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_set_env_var", "to": "mod_test_hooks_deep_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_set_env_var", "to": "mod_test_xdg_env_takes_priority_over_xdg_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_load_returns_error_when_no_config_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_load_project_config_takes_priority", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_get_xdg_env_config_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_deprecated_global_config_path_prefers_xdg_env_over_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_deprecated_global_config_path_falls_back_to_xdg_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_get_global_config_paths_returns_low_to_high_priority_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_load_xdg_config_precedence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_load_platform_fallback_when_xdg_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_project_config_takes_priority_over_xdg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_config_merge_partial_project_inherits_global", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_hooks_deep_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_remove_env_var", "to": "mod_test_xdg_env_takes_priority_over_xdg_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_test_default_config", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_default_logging_config", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_logging_config", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_stall_detection_defaults", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_stall_detection_config", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_commands_missing_returns_error", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_commands_with_custom_values", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_simple_json", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_with_single_line_comments", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_with_multi_line_comments", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_with_trailing_comma", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_full_example", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_preserves_strings_with_slashes", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_partial_config_requires_all_commands", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_empty_config_requires_commands", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_from_custom_path", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_from_custom_path", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_from_custom_path_returns_parse_error_with_path_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_from_custom_path_returns_parse_error_with_path_context", "to": "load_orchestratorconfig_load_from_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_returns_error_when_no_config_exists", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_returns_error_when_no_config_exists", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_project_config_takes_priority", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_project_config_takes_priority", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_apply_prompt_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_archive_prompt_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_prompts_with_custom_values", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_with_prompts", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_max_iterations_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_max_iterations_custom", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_max_iterations_zero_disables_limit", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_with_max_iterations", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_max_iterations_zero", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_propose_command_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_propose_command_configured", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_with_propose_command", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_worktree_command_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_worktree_command_configured", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_with_worktree_command", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_hooks_config_can_be_parsed_from_jsonc", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_hooks_config_with_all_hook_types", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_get_hooks_returns_default_when_not_configured", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parallel_mode_can_be_enabled", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_resolve_parallel_mode_prefers_cli_override", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_resolve_parallel_mode_defaults_to_git_detection", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_resolve_parallel_mode_uses_config_value", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_max_concurrent_workspaces_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_max_concurrent_workspaces_can_be_configured", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_workspace_base_dir_default_is_none", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_workspace_base_dir_can_be_configured", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_workspace_base_dir_empty_string_treated_as_none", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_vcs_backend_defaults_to_auto", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_vcs_backend_can_be_set_to_git", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_use_llm_analysis_defaults_to_true", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_use_llm_analysis_can_be_disabled", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_parallel_config", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_resolve_command_missing_returns_error", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_resolve_command_can_be_configured", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_command_queue_config_defaults", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_command_queue_config_custom", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_with_command_queue", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_acceptance_max_continues_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_acceptance_max_continues_custom", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_jsonc_with_acceptance_max_continues", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_inactivity_timeout_max_retries_default_is_three", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_inactivity_timeout_max_retries_can_be_disabled", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_inactivity_timeout_max_retries_can_be_configured", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_xdg_config_precedence", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_xdg_config_precedence", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_platform_fallback_when_xdg_missing", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_platform_fallback_when_xdg_missing", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_project_config_takes_priority_over_xdg", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_project_config_takes_priority_over_xdg", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_config_merge_partial_project_inherits_global", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_config_merge_partial_project_inherits_global", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_hooks_deep_merge", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_hooks_deep_merge", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_validate_required_commands_all_present", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_validate_required_commands_missing_apply", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_validate_required_commands_missing_multiple", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_validation_fails_on_missing_commands", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_validation_fails_on_missing_commands", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_xdg_env_takes_priority_over_xdg_default", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_xdg_env_takes_priority_over_xdg_default", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_validate_loopback_no_auth_ok", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_validate_loopback_with_auth_ok", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_validate_non_loopback_no_auth_fails", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_validate_non_loopback_bearer_token_ok", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_validate_non_loopback_bearer_token_empty_fails", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_is_loopback_bind", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_apply_cli_overrides_data_dir", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_apply_cli_overrides_data_dir", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_apply_cli_overrides_data_dir_not_set_uses_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_apply_cli_overrides_data_dir_with_other_overrides", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_apply_cli_overrides_data_dir_with_other_overrides", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_validate_rejects_deprecated_resolve_command", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_server_config_validate_accepts_config_without_resolve_command", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parse_server_config_with_resolve_command_is_parsed_but_rejected_at_validate", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_characterize_merge_priority_full_order", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_characterize_merge_priority_full_order", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_characterize_none_does_not_override_some", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_characterize_none_does_not_override_some", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_characterize_custom_beats_project_beats_global", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_characterize_custom_beats_project_beats_global", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_characterize_default_getter_values", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_characterize_logging_defaults_when_absent", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_characterize_jsonc_comment_styles_and_trailing_comma", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_characterize_absent_optional_fields_stay_none", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_load_server_config_and_resolve_command_includes_proposal_session_config", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_config_jsonc_rs", "to": "jsonc_parse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_jsonc_rs", "to": "jsonc_strip_jsonc_features", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_jsonc_rs", "to": "jsonc_remove_trailing_commas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_jsonc_rs", "to": "jsonc_testconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_jsonc_rs", "to": "jsonc_test_parse_simple_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_jsonc_rs", "to": "jsonc_test_parse_jsonc_with_single_line_comments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_jsonc_rs", "to": "jsonc_test_parse_jsonc_with_multi_line_comments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_jsonc_rs", "to": "jsonc_test_parse_jsonc_with_trailing_comma", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_jsonc_rs", "to": "jsonc_test_parse_jsonc_full_example", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_jsonc_rs", "to": "jsonc_test_parse_jsonc_preserves_strings_with_slashes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_jsonc_rs", "to": "jsonc_test_strip_jsonc_preserves_url_in_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jsonc_parse", "to": "jsonc_strip_jsonc_features", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jsonc_parse", "to": "jsonc_test_parse_simple_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jsonc_parse", "to": "jsonc_test_parse_jsonc_with_single_line_comments", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jsonc_parse", "to": "jsonc_test_parse_jsonc_with_multi_line_comments", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jsonc_parse", "to": "jsonc_test_parse_jsonc_with_trailing_comma", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jsonc_parse", "to": "jsonc_test_parse_jsonc_full_example", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jsonc_parse", "to": "jsonc_test_parse_jsonc_preserves_strings_with_slashes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jsonc_parse", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jsonc_parse", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jsonc_parse", "to": "mod_start_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jsonc_parse", "to": "mod_spawn_server_with_url", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jsonc_parse", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jsonc_parse", "to": "selection_analyze_with_llm", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jsonc_parse", "to": "archive_test_archive_change_retries_until_verified", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jsonc_parse", "to": "ws_connect_and_subscribe", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jsonc_strip_jsonc_features", "to": "jsonc_remove_trailing_commas", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jsonc_strip_jsonc_features", "to": "jsonc_test_strip_jsonc_preserves_url_in_string", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jsonc_strip_jsonc_features", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jsonc_strip_jsonc_features", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jsonc_remove_trailing_commas", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jsonc_remove_trailing_commas", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "load_orchestratorconfig", "to": "load_orchestratorconfig_load_from_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "load_orchestratorconfig", "to": "load_orchestratorconfig_parse_jsonc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "load_orchestratorconfig", "to": "load_orchestratorconfig_load_server_config_from_global", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "load_orchestratorconfig", "to": "load_orchestratorconfig_load_server_config_and_resolve_command_from_global", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "load_orchestratorconfig", "to": "load_orchestratorconfig_load", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "load_orchestratorconfig_load_from_file", "to": "load_orchestratorconfig_parse_jsonc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "load_orchestratorconfig_load_from_file", "to": "load_orchestratorconfig_load_server_config_and_resolve_command_from_global", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "load_orchestratorconfig_load_from_file", "to": "load_orchestratorconfig_load", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "load_orchestratorconfig_load_server_config_from_global", "to": "load_orchestratorconfig_load_server_config_and_resolve_command_from_global", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "load_orchestratorconfig_load_server_config_from_global", "to": "mod_validate_server_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "load_orchestratorconfig_load_server_config_and_resolve_command_from_global", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "load_orchestratorconfig_load_server_config_and_resolve_command_from_global", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "load_orchestratorconfig_load", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "load_orchestratorconfig_load", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "load_orchestratorconfig_load", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_config_defaults_rs", "to": "defaults_default_retry_patterns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_default_server_data_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_generate_project_slug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_default_workspace_base_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_get_server_log_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_get_server_log_path_from", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_get_log_file_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_cleanup_old_logs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_set_env_var", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_remove_env_var", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_default_workspace_base_dir_returns_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_default_workspace_base_dir_contains_cflx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_default_workspace_base_dir_with_repo_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_generate_project_slug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_default_workspace_base_dir_with_xdg_data_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_default_workspace_base_dir_macos_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_default_workspace_base_dir_linux_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_default_workspace_base_dir_windows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_acceptance_system_prompt_is_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_get_log_file_path_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_get_server_log_path_with_xdg_state_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_get_server_log_path_without_xdg_state_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_get_server_log_path_without_home_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_cleanup_old_logs_with_nonexistent_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_config_defaults_rs", "to": "defaults_test_cleanup_old_logs_retains_exactly_n_days", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_default_server_data_dir", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_default_server_data_dir", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_generate_project_slug", "to": "defaults_test_generate_project_slug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_generate_project_slug", "to": "defaults_test_cleanup_old_logs_retains_exactly_n_days", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_generate_project_slug", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_default_workspace_base_dir", "to": "defaults_test_default_workspace_base_dir_returns_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_default_workspace_base_dir", "to": "defaults_test_default_workspace_base_dir_contains_cflx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_default_workspace_base_dir", "to": "defaults_test_default_workspace_base_dir_with_repo_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_default_workspace_base_dir", "to": "defaults_test_default_workspace_base_dir_with_xdg_data_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_default_workspace_base_dir", "to": "defaults_test_default_workspace_base_dir_macos_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_default_workspace_base_dir", "to": "defaults_test_default_workspace_base_dir_linux_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_default_workspace_base_dir", "to": "defaults_test_default_workspace_base_dir_windows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_default_workspace_base_dir", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_default_workspace_base_dir", "to": "registry_projectregistry_data_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_default_workspace_base_dir", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_default_workspace_base_dir", "to": "api_create_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_get_server_log_path", "to": "defaults_get_server_log_path_from", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_get_server_log_path", "to": "mod_install", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_get_server_log_path_from", "to": "defaults_test_get_server_log_path_with_xdg_state_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_get_server_log_path_from", "to": "defaults_test_get_server_log_path_without_xdg_state_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_get_server_log_path_from", "to": "defaults_test_get_server_log_path_without_home_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_get_server_log_path_from", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_get_server_log_path_from", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_get_log_file_path", "to": "defaults_test_get_log_file_path_format", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_get_log_file_path", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_cleanup_old_logs", "to": "defaults_test_cleanup_old_logs_with_nonexistent_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_cleanup_old_logs", "to": "defaults_test_cleanup_old_logs_retains_exactly_n_days", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_cleanup_old_logs", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_cleanup_old_logs", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_set_env_var", "to": "defaults_test_default_workspace_base_dir_with_xdg_data_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_set_env_var", "to": "defaults_test_get_server_log_path_without_xdg_state_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_set_env_var", "to": "defaults_test_get_server_log_path_without_home_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_set_env_var", "to": "defaults_test_cleanup_old_logs_retains_exactly_n_days", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_remove_env_var", "to": "defaults_test_default_workspace_base_dir_with_xdg_data_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_remove_env_var", "to": "defaults_test_get_server_log_path_without_xdg_state_home", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_remove_env_var", "to": "defaults_test_get_server_log_path_without_home_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_remove_env_var", "to": "defaults_test_cleanup_old_logs_retains_exactly_n_days", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "defaults_test_default_workspace_base_dir_contains_cflx", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_default_workspace_base_dir_with_repo_root", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_generate_project_slug", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_default_workspace_base_dir_with_xdg_data_home", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_default_workspace_base_dir_macos_fallback", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_default_workspace_base_dir_linux_fallback", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_default_workspace_base_dir_windows", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_get_log_file_path_format", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_get_server_log_path_with_xdg_state_home", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_get_server_log_path_without_xdg_state_home", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_cleanup_old_logs_with_nonexistent_directory", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_cleanup_old_logs_retains_exactly_n_days", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_cleanup_old_logs_retains_exactly_n_days", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "defaults_test_cleanup_old_logs_retains_exactly_n_days", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_types_rs", "to": "types_viewmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_types_rs", "to": "types_stopmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_types_rs", "to": "types_appmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_types_rs", "to": "types_worktreeinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_types_rs", "to": "types_mergeconflictinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_types_rs", "to": "types_worktreeaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_events_rs", "to": "events_tuieventsink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_events_rs", "to": "events_tuicommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_tuieventsink", "to": "events_tuieventsink_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_tuieventsink", "to": "events_tuieventsink_on_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "events_tuieventsink", "to": "events_tuieventsink_on_state_changed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_changestatesnapshot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_logdeduplicator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_global_deduplicator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_with_deduplicator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_configure_logging", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_should_log_task_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_should_log_change_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_maybe_log_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_test_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_test_should_log_state_change_detection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_test_multiple_changes_tracked_independently", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_log_deduplicator_rs", "to": "log_deduplicator_test_summary_interval_logic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator", "to": "log_deduplicator_logdeduplicator_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator", "to": "log_deduplicator_logdeduplicator_should_log", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator", "to": "log_deduplicator_logdeduplicator_should_log_task_progress", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator", "to": "log_deduplicator_logdeduplicator_should_log_change_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator", "to": "log_deduplicator_logdeduplicator_maybe_log_summary", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator_new", "to": "log_deduplicator_global_deduplicator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator_new", "to": "log_deduplicator_configure_logging", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator_new", "to": "log_deduplicator_test_should_log_state_change_detection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator_new", "to": "log_deduplicator_test_multiple_changes_tracked_independently", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator_new", "to": "log_deduplicator_test_summary_interval_logic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "log_deduplicator_logdeduplicator_should_log", "to": "log_deduplicator_logdeduplicator_should_log_task_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_logdeduplicator_should_log", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "log_deduplicator_logdeduplicator_should_log_task_progress", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "log_deduplicator_logdeduplicator_maybe_log_summary", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "log_deduplicator_global_deduplicator", "to": "log_deduplicator_with_deduplicator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_global_deduplicator", "to": "log_deduplicator_configure_logging", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_global_deduplicator", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "log_deduplicator_with_deduplicator", "to": "log_deduplicator_should_log_task_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_with_deduplicator", "to": "log_deduplicator_should_log_change_count", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_with_deduplicator", "to": "log_deduplicator_maybe_log_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_should_log_task_progress", "to": "log_deduplicator_test_summary_interval_logic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_maybe_log_summary", "to": "log_deduplicator_test_summary_interval_logic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_test_config", "to": "log_deduplicator_test_should_log_state_change_detection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "log_deduplicator_test_config", "to": "log_deduplicator_test_multiple_changes_tracked_independently", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_remotechangeid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_split_remote_change_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_changerow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_build_change_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_get_checkbox_display", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_format_duration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_format_relative_time", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_select_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_running_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_changes_list_select", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_changes_list_running", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_take_chars_by_display_width", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_wrap_log_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_logs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_footer_select", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_worktree_view", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_worktree_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_footer_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_worktree_delete_confirm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_warning_popup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_qr_popup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_create_test_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_render_buffer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_buffer_to_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_get_checkbox_display_archived_always_gray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_get_checkbox_display_not_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_get_checkbox_display_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_get_checkbox_display_marked_not_queued", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_get_checkbox_display_processing_states", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_shows_small_terminal_warning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_shows_worktree_badge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_resolving_status_shows_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_merge_wait_status_shows_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_merge_wait_shows_resolve_key_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_merge_wait_hides_resolve_key_hint_when_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_hides_f5_run_hint_while_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_uses_centralized_resolve_check_in_select_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_hides_resolve_in_error_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_shows_resolve_in_running_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_consistency_with_resolve_availability", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_shows_worktree_delete_confirm_modal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_parallel_archived_row_does_not_show_uncommited_badge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_parallel_uncommitted_queueable_row_shows_uncommited_badge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_focused_blocked_row_has_readable_fg_select_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_unfocused_blocked_row_remains_dimmed_select_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_focused_blocked_row_has_readable_fg_running_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_unfocused_blocked_row_remains_dimmed_running_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_select_mode_footer_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_render_shows_uncommitted_badge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_log_header_analysis_with_iteration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_log_header_analysis_without_iteration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_log_header_resolve_with_change_id_and_iteration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_log_header_with_change_id_only", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_log_no_header_when_no_change_id_or_operation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_log_header_acceptance_with_iteration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_log_header_acceptance_without_iteration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_log_header_archive_with_change_id_and_iteration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_running_header_counts_only_in_flight_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_running_header_counts_resolving_as_in_flight", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_select_mode_shows_ready_even_when_resolving_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_running_mode_shows_running_without_count_when_no_in_flight", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_stopping_mode_header_shows_stopping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_log_panel_toggle_hides_logs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_log_panel_toggle_shows_logs_when_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_log_panel_key_hint_always_shows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_japanese_log_preview_truncation_no_panic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_logs_wrap_no_indent_continuation_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_wrap_log_message_continuation_uses_full_width", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_logs_visible_range_not_broken_by_wrapped_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_wrap_log_message_handles_empty_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_wrap_log_message_handles_zero_width", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_wrap_log_message_no_wrap_needed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_wrap_log_message_unicode_boundaries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_wrap_log_message_no_panic_arrow_unicode_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_wrap_log_message_available_width_1_no_panic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_parallel_mode_uncommitted_change_no_space_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_parallel_mode_committed_change_shows_space_hint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_toggle_all_hint_shown_in_select_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_toggle_all_hint_shown_in_stopped_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_toggle_all_hint_shown_in_running_mode_with_non_active_target", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_toggle_all_hint_not_shown_in_running_mode_without_non_active_targets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_toggle_all_hint_not_shown_in_stopping_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_toggle_all_hint_not_shown_in_error_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_toggle_all_hint_shown_in_select_mode_with_logs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_split_remote_change_id_local", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_split_remote_change_id_remote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_split_remote_change_id_remote_nested_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_split_remote_change_id_no_slash_after_colon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_make_change_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_build_change_rows_all_local", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_build_change_rows_remote_grouping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_build_change_rows_mixed_local_and_remote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_render_rs", "to": "render_test_grouped_display_shows_project_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_split_remote_change_id", "to": "render_build_change_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_split_remote_change_id", "to": "render_render_changes_list_select", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_split_remote_change_id", "to": "render_render_changes_list_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_split_remote_change_id", "to": "render_test_split_remote_change_id_local", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_split_remote_change_id", "to": "render_test_split_remote_change_id_remote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_split_remote_change_id", "to": "render_test_split_remote_change_id_remote_nested_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_split_remote_change_id", "to": "render_test_split_remote_change_id_no_slash_after_colon", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_build_change_rows", "to": "render_render_changes_list_select", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_build_change_rows", "to": "render_render_changes_list_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_build_change_rows", "to": "render_test_build_change_rows_all_local", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_build_change_rows", "to": "render_test_build_change_rows_remote_grouping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_build_change_rows", "to": "render_test_build_change_rows_mixed_local_and_remote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_build_change_rows", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_build_change_rows", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_build_change_rows", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_build_change_rows", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_get_checkbox_display", "to": "render_render_changes_list_select", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_get_checkbox_display", "to": "render_render_changes_list_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_get_checkbox_display", "to": "render_test_get_checkbox_display_archived_always_gray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_get_checkbox_display", "to": "render_test_get_checkbox_display_not_selected", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_get_checkbox_display", "to": "render_test_get_checkbox_display_selected", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_get_checkbox_display", "to": "render_test_get_checkbox_display_marked_not_queued", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_get_checkbox_display", "to": "render_test_get_checkbox_display_processing_states", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_format_duration", "to": "render_render_changes_list_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render", "to": "render_render_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render", "to": "render_render_running_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render", "to": "render_render_worktree_view", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render", "to": "render_render_qr_popup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render", "to": "render_render_worktree_delete_confirm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render", "to": "render_render_warning_popup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render", "to": "render_render_buffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render", "to": "render_test_parallel_mode_uncommitted_change_no_space_hint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render", "to": "render_test_parallel_mode_committed_change_shows_space_hint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_select_mode", "to": "render_render_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_select_mode", "to": "render_render_changes_list_select", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_select_mode", "to": "render_render_footer_select", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_running_mode", "to": "render_render_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_running_mode", "to": "render_render_changes_list_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_running_mode", "to": "render_render_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_running_mode", "to": "render_render_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_running_mode", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_header", "to": "render_render_worktree_view", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_header", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_header", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_header", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_header", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_header", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_header", "to": "utils_get_version_string", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_header", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_select", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_select", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_select", "to": "state_appstate_get_latest_log_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_select", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_select", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_select", "to": "utils_truncate_to_display_width_with_suffix", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_select", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_select", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_select", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_select", "to": "state_appstate_has_bulk_toggle_targets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_running", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_running", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_running", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_running", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_running", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_running", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_running", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_running", "to": "state_appstate_get_latest_log_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_running", "to": "utils_truncate_to_display_width_with_suffix", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_changes_list_running", "to": "state_appstate_has_bulk_toggle_targets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_status", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_status", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_status", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_status", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_status", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_take_chars_by_display_width", "to": "render_wrap_log_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_wrap_log_message", "to": "render_render_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_wrap_log_message", "to": "render_test_logs_wrap_no_indent_continuation_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_wrap_log_message", "to": "render_test_wrap_log_message_continuation_uses_full_width", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_wrap_log_message", "to": "render_test_wrap_log_message_handles_empty_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_wrap_log_message", "to": "render_test_wrap_log_message_handles_zero_width", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_wrap_log_message", "to": "render_test_wrap_log_message_no_wrap_needed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_wrap_log_message", "to": "render_test_wrap_log_message_unicode_boundaries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_wrap_log_message", "to": "render_test_wrap_log_message_no_panic_arrow_unicode_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_wrap_log_message", "to": "render_test_wrap_log_message_available_width_1_no_panic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_wrap_log_message", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_wrap_log_message", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_wrap_log_message", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_logs", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_logs", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_logs", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_logs", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_logs", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_logs", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_select", "to": "state_appstate_selected_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_select", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_select", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_select", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_select", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_select", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_worktree_view", "to": "render_render_worktree_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_worktree_view", "to": "render_render_footer_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_worktree_list", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_worktree_list", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_worktree_list", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_worktree_list", "to": "type_impls_worktreeinfo_display_label", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_worktree_list", "to": "type_impls_worktreeinfo_display_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_worktree_list", "to": "type_impls_worktreeinfo_has_merge_conflict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_worktree_list", "to": "type_impls_worktreeinfo_merge_status_label", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_worktree", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_worktree", "to": "state_appstate_get_selected_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_worktree", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_worktree", "to": "type_impls_worktreeinfo_has_merge_conflict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_worktree", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_worktree", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_worktree", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_footer_worktree", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_worktree_delete_confirm", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_worktree_delete_confirm", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_warning_popup", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_warning_popup", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_qr_popup", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_qr_popup", "to": "qr_generate_qr_string", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_qr_popup", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_qr_popup", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_qr_popup", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_qr_popup", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_create_test_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_create_test_app", "to": "render_test_render_shows_small_terminal_warning", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_shows_worktree_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_resolving_status_shows_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_merge_wait_status_shows_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_merge_wait_shows_resolve_key_hint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_merge_wait_hides_resolve_key_hint_when_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_hides_f5_run_hint_while_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_uses_centralized_resolve_check_in_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_hides_resolve_in_error_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_shows_resolve_in_running_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_consistency_with_resolve_availability", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_shows_worktree_delete_confirm_modal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_parallel_archived_row_does_not_show_uncommited_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_parallel_uncommitted_queueable_row_shows_uncommited_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_focused_blocked_row_has_readable_fg_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_unfocused_blocked_row_remains_dimmed_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_focused_blocked_row_has_readable_fg_running_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_unfocused_blocked_row_remains_dimmed_running_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_select_mode_footer_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_render_shows_uncommitted_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_log_header_analysis_with_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_log_header_analysis_without_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_log_header_resolve_with_change_id_and_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_log_header_with_change_id_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_log_no_header_when_no_change_id_or_operation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_log_header_acceptance_with_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_log_header_acceptance_without_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_log_header_archive_with_change_id_and_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_running_header_counts_only_in_flight_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_running_header_counts_resolving_as_in_flight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_select_mode_shows_ready_even_when_resolving_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_running_mode_shows_running_without_count_when_no_in_flight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_stopping_mode_header_shows_stopping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_log_panel_toggle_hides_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_log_panel_toggle_shows_logs_when_enabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_log_panel_key_hint_always_shows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_logs_visible_range_not_broken_by_wrapped_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_toggle_all_hint_shown_in_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_toggle_all_hint_shown_in_stopped_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_toggle_all_hint_shown_in_running_mode_with_non_active_target", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_toggle_all_hint_not_shown_in_running_mode_without_non_active_targets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_toggle_all_hint_not_shown_in_stopping_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_toggle_all_hint_not_shown_in_error_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_toggle_all_hint_shown_in_select_mode_with_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "render_test_grouped_display_shows_project_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_create_test_app", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_render_buffer", "to": "render_test_render_shows_small_terminal_warning", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_shows_worktree_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_resolving_status_shows_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_merge_wait_status_shows_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_merge_wait_shows_resolve_key_hint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_merge_wait_hides_resolve_key_hint_when_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_hides_f5_run_hint_while_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_uses_centralized_resolve_check_in_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_hides_resolve_in_error_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_shows_resolve_in_running_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_consistency_with_resolve_availability", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_shows_worktree_delete_confirm_modal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_parallel_archived_row_does_not_show_uncommited_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_parallel_uncommitted_queueable_row_shows_uncommited_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_focused_blocked_row_has_readable_fg_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_unfocused_blocked_row_remains_dimmed_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_focused_blocked_row_has_readable_fg_running_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_unfocused_blocked_row_remains_dimmed_running_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_select_mode_footer_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_render_shows_uncommitted_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_log_header_analysis_with_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_log_header_analysis_without_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_log_header_resolve_with_change_id_and_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_log_header_with_change_id_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_log_no_header_when_no_change_id_or_operation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_log_header_acceptance_with_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_log_header_acceptance_without_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_log_header_archive_with_change_id_and_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_running_header_counts_only_in_flight_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_running_header_counts_resolving_as_in_flight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_select_mode_shows_ready_even_when_resolving_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_running_mode_shows_running_without_count_when_no_in_flight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_stopping_mode_header_shows_stopping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_log_panel_toggle_hides_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_log_panel_toggle_shows_logs_when_enabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_log_panel_key_hint_always_shows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_logs_visible_range_not_broken_by_wrapped_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_toggle_all_hint_shown_in_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_toggle_all_hint_shown_in_stopped_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_toggle_all_hint_shown_in_running_mode_with_non_active_target", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_toggle_all_hint_not_shown_in_running_mode_without_non_active_targets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_toggle_all_hint_not_shown_in_stopping_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_toggle_all_hint_not_shown_in_error_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_toggle_all_hint_shown_in_select_mode_with_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "render_test_grouped_display_shows_project_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_render_buffer", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_buffer_to_string", "to": "render_test_render_shows_small_terminal_warning", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_shows_worktree_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_resolving_status_shows_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_merge_wait_status_shows_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_merge_wait_shows_resolve_key_hint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_merge_wait_hides_resolve_key_hint_when_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_hides_f5_run_hint_while_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_uses_centralized_resolve_check_in_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_hides_resolve_in_error_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_shows_resolve_in_running_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_consistency_with_resolve_availability", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_shows_worktree_delete_confirm_modal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_parallel_archived_row_does_not_show_uncommited_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_parallel_uncommitted_queueable_row_shows_uncommited_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_select_mode_footer_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_render_shows_uncommitted_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_log_header_analysis_with_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_log_header_analysis_without_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_log_header_resolve_with_change_id_and_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_log_header_with_change_id_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_log_no_header_when_no_change_id_or_operation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_log_header_acceptance_with_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_log_header_acceptance_without_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_log_header_archive_with_change_id_and_iteration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_running_header_counts_only_in_flight_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_running_header_counts_resolving_as_in_flight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_select_mode_shows_ready_even_when_resolving_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_running_mode_shows_running_without_count_when_no_in_flight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_stopping_mode_header_shows_stopping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_log_panel_toggle_hides_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_log_panel_toggle_shows_logs_when_enabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_log_panel_key_hint_always_shows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_logs_visible_range_not_broken_by_wrapped_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_toggle_all_hint_shown_in_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_toggle_all_hint_shown_in_stopped_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_toggle_all_hint_shown_in_running_mode_with_non_active_target", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_toggle_all_hint_not_shown_in_running_mode_without_non_active_targets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_toggle_all_hint_not_shown_in_stopping_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_toggle_all_hint_not_shown_in_error_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_toggle_all_hint_shown_in_select_mode_with_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "render_test_grouped_display_shows_project_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "render_buffer_to_string", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_buffer_to_string", "to": "queue_dynamicqueue_push", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_render_shows_small_terminal_warning", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_render_resolving_status_shows_label", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_render_merge_wait_status_shows_label", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_render_hides_resolve_in_error_mode", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_render_shows_resolve_in_running_mode", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_render_consistency_with_resolve_availability", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_render_consistency_with_resolve_availability", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_render_shows_uncommitted_badge", "to": "state_appstate_apply_parallel_eligibility", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_render_shows_uncommitted_badge", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_header_analysis_with_iteration", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_header_analysis_without_iteration", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_header_resolve_with_change_id_and_iteration", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_header_with_change_id_only", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_no_header_when_no_change_id_or_operation", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_no_header_when_no_change_id_or_operation", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_header_acceptance_with_iteration", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_header_acceptance_without_iteration", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_header_archive_with_change_id_and_iteration", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_running_header_counts_only_in_flight_changes", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_running_header_counts_resolving_as_in_flight", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_panel_toggle_hides_logs", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_panel_toggle_shows_logs_when_enabled", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_log_panel_key_hint_always_shows", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_japanese_log_preview_truncation_no_panic", "to": "utils_truncate_to_display_width_with_suffix", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_wrap_log_message_continuation_uses_full_width", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_logs_visible_range_not_broken_by_wrapped_entry", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_parallel_mode_uncommitted_change_no_space_hint", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_parallel_mode_committed_change_shows_space_hint", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "render_test_toggle_all_hint_shown_in_select_mode_with_logs", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_terminal_rs", "to": "terminal_restore_terminal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_terminal_rs", "to": "terminal_execute_worktree_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_terminal_rs", "to": "terminal_suspend_terminal_and_execute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_terminal_rs", "to": "terminal_suspend_terminal_and_execute_sync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_restore_terminal", "to": "utils_clear_screen", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_restore_terminal", "to": "runner_run_tui_with_remote", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_execute_worktree_command", "to": "terminal_suspend_terminal_and_execute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_execute_worktree_command", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_execute_worktree_command", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_suspend_terminal_and_execute_sync", "to": "key_handlers_handle_editor_launch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_type_impls_rs", "to": "type_impls_test_worktree_info_display_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_type_impls_rs", "to": "type_impls_test_worktree_info_display_branch_normal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_type_impls_rs", "to": "type_impls_test_worktree_info_display_branch_detached", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_type_impls_rs", "to": "type_impls_test_worktree_info_has_merge_conflict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_type_impls_rs", "to": "type_impls_test_worktree_info_conflict_file_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "type_impls_worktreeinfo", "to": "type_impls_worktreeinfo_display_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "type_impls_worktreeinfo", "to": "type_impls_worktreeinfo_display_branch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "type_impls_worktreeinfo", "to": "type_impls_worktreeinfo_has_merge_conflict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "type_impls_worktreeinfo", "to": "type_impls_worktreeinfo_conflict_file_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "type_impls_worktreeinfo", "to": "type_impls_worktreeinfo_merge_status_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "type_impls_worktreeinfo_display_branch", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "type_impls_worktreeinfo_has_merge_conflict", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "type_impls_worktreeinfo_has_merge_conflict", "to": "state_validate_worktree_mergeable", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "type_impls_worktreeinfo_conflict_file_count", "to": "queue_dynamicqueue_len", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "type_impls_test_worktree_info_display_label", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "type_impls_test_worktree_info_display_branch_normal", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "type_impls_test_worktree_info_display_branch_detached", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "type_impls_test_worktree_info_has_merge_conflict", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "type_impls_test_worktree_info_conflict_file_count", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_queue_rs", "to": "queue_dynamicqueue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_dynamic_queue_push_pop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_dynamic_queue_dedup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_dynamic_queue_contains", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_dynamic_queue_remove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_dynamic_queue_remove_nonexistent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_dynamic_queue_remove_from_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_dynamic_queue_remove_multiple", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_dynamic_queue_remove_then_push_same", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_mark_removed_and_drain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_push_clears_removed_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_force_kill_marks_stopped_and_cancels_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_force_kill_without_token_still_marks_stopped", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_queue_rs", "to": "queue_test_unregister_kill_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_push", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_pop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_remove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_mark_removed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_drain_removed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_is_empty", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_contains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_len", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_notified", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_notify_scheduler", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_mark_stopped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_is_stopped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_clear_stopped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_try_is_stopped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_register_kill_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_unregister_kill_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_force_kill", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue", "to": "queue_dynamicqueue_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_dynamicqueue_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_dynamic_queue_push_pop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_dynamic_queue_dedup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_dynamic_queue_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_dynamic_queue_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_dynamic_queue_remove_nonexistent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_dynamic_queue_remove_from_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_dynamic_queue_remove_multiple", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_dynamic_queue_remove_then_push_same", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_mark_removed_and_drain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_push_clears_removed_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_force_kill_marks_stopped_and_cancels_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_force_kill_without_token_still_marks_stopped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "queue_test_unregister_kill_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "queue_dynamicqueue_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_push", "to": "queue_dynamicqueue_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_push", "to": "queue_test_dynamic_queue_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_push", "to": "queue_test_dynamic_queue_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_push", "to": "queue_test_dynamic_queue_remove_nonexistent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_push", "to": "queue_test_dynamic_queue_remove_multiple", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_push", "to": "queue_test_dynamic_queue_remove_then_push_same", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_push", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "state_appstate_toggle_all_marks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "state_appstate_toggle_parallel_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "state_appstate_update_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "command_handlers_handle_start_processing_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "utils_truncate_to_display_width_with_suffix", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "output_appstate_handle_parallel_start_rejected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "state_webstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "state_webstate_compute_diff", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "proposal_session_proposalsessionmanager_create_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "proposal_session_proposalsessionmanager_restore_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "proposal_session_proposalsessionmanager_record_user_prompt_with_client_message_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "proposal_session_proposalsessionmanager_append_assistant_chunk_with_kind", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "proposal_session_proposalsessionmanager_record_tool_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "proposal_session_proposalsessionmanager_detect_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "proposal_session_proposalsessionmanager_scan_timeouts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "acp_client_acpclient_send_prompt_with_prefix", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "control_global_control_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "control_global_control_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "files_build_file_tree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "git_sync_drain_log_entries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "proposals_build_replay_ws_messages", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "projects_projects_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "ws_list_remote_changes_in_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "runner_agentrunner_run_apply_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "runner_agentrunner_analyze_dependencies_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "runner_agentrunner_execute_shell_command_with_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "prompt_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "prompt_build_archive_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "prompt_build_cleanup_review_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "prompt_build_acceptance_prompt_context_only", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "prompt_build_acceptance_diff_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "prompt_build_last_acceptance_output_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "tests_test_run_apply_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "tests_test_run_apply_with_prompt_expansion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "tests_test_run_apply_with_default_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "tests_test_run_archive_with_empty_default_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "tests_test_run_apply_streaming_with_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "mod_format_command_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "mod_gitworkspacemanager_create_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "mod_gitworkspacemanager_find_all_worktrees_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "mod_gitworkspacemanager_get_log_for_revisions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "mod_gitworkspacemanager_reuse_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "commit_list_changes_in_head", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "merge_parse_conflict_files_from_stdout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "merge_parse_conflict_files_from_stderr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "merge_missing_merge_commits_since", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "merge_presync_merge_subject_mismatches_since", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "merge_test_fast_forward_merge_passes_verification_with_ancestor_check", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "merge_test_unintegrated_change_still_reported_missing_after_ff_filter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "worktree_list_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "rejection_run_rejection_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "output_testoutputhandler_on_stdout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "output_testoutputhandler_on_stderr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "output_testoutputhandler_on_agent_stderr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "output_testoutputhandler_on_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "output_testoutputhandler_on_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "output_testoutputhandler_on_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "output_testoutputhandler_on_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "output_test_channel_output_handler_agent_stderr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_push", "to": "mapper_group_changes_by_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_pop", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_remove", "to": "queue_dynamicqueue_clear_stopped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_remove", "to": "queue_dynamicqueue_unregister_kill_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_remove", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_mark_removed", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_drain_removed", "to": "queue_test_mark_removed_and_drain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_drain_removed", "to": "queue_test_push_clears_removed_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_drain_removed", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_is_empty", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "queue_dynamicqueue_is_stopped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_contains", "to": "queue_dynamicqueue_try_is_stopped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_contains", "to": "state_appstate_add_to_resolve_queue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "state_appstate_apply_parallel_eligibility", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "state_appstate_apply_worktree_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "state_appstate_resume_processing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "state_appstate_update_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "orchestrator_run_orchestrator_parallel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "output_appstate_handle_parallel_start_rejected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "files_validate_relative_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "files_build_file_tree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "files_is_binary_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "git_sync_git_sync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "projects_delete_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "merge_parse_conflict_files_from_stdout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "merge_parse_conflict_files_from_stderr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "merge_merge_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "worktree_worktreeaddfailure_classify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "rejection_append_recovery_task_section", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "state_orchestratorstate_is_in_snapshot", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "state_orchestratorstate_is_pending", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "state_orchestratorstate_is_archived", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "state_orchestratorstate_add_dynamic_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "selection_analyze_with_llm", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_contains", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_cursor_up", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_cursor_down", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_worktree_cursor_up", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_worktree_cursor_down", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_get_selected_worktree_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_get_selected_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_request_worktree_delete_from_list", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_request_merge_worktree_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_toggle_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_toggle_all_marks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_resolve_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_scroll_logs_up", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_scroll_logs_to_top", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_appstate_update_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "key_handlers_handle_editor_launch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "key_handlers_handle_f5_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "output_remote_log_event_is_added", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "refresh_appstate_handle_worktrees_refreshed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_orchestratorstatesnapshot_from_changes_with_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_refresh_summary", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_webstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "api_create_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "terminal_read_pty_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "acp_client_acpclient_send_prompt_with_prefix", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "files_get_file_content", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "worktrees_server_create_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "runner_agentrunner_run_apply_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "commit_list_changes_with_uncommitted_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "commit_extract_change_id_from_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "merge_parse_conflict_files_from_stdout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "basic_test_generate_unique_branch_name_oso_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "apply_summarize_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_orchestratorstate_with_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "state_orchestratorstate_remaining_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "client_parse_project_url", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "test_helpers_spawn_flexible_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_len", "to": "test_helpers_spawn_mock_http_server_ordered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_notify_scheduler", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_mark_stopped", "to": "queue_dynamicqueue_force_kill", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_is_stopped", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_clear_stopped", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_try_is_stopped", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_register_kill_token", "to": "queue_test_force_kill_marks_stopped_and_cancels_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_register_kill_token", "to": "queue_test_unregister_kill_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_unregister_kill_token", "to": "queue_test_unregister_kill_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_force_kill", "to": "queue_test_force_kill_marks_stopped_and_cancels_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_force_kill", "to": "queue_test_force_kill_without_token_still_marks_stopped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_force_kill", "to": "queue_test_unregister_kill_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "queue_dynamicqueue_force_kill", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_force_kill", "to": "acp_client_acpclient_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "queue_dynamicqueue_force_kill", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_runner_rs", "to": "runner_run_tui", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_runner_rs", "to": "runner_run_tui_with_remote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_runner_rs", "to": "runner_run_tui_loop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_run_tui", "to": "runner_run_tui_with_remote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_run_tui_with_remote", "to": "runner_run_tui_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_run_tui_with_remote", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "commit_list_changes_in_head", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "commit_list_changes_with_uncommitted_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "mod_gitworkspacemanager_list_worktree_change_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "mod_get_worktree_path_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "state_webstate_set_shared_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "state_appstate_apply_parallel_eligibility", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "state_appstate_apply_worktree_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "state_webstate_set_control_channel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "client_remoteclient_ws_url", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "client_remoteclient_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "ws_connect_and_subscribe", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "types_executionresult_is_cancelled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "mapper_group_changes_by_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "state_appstate_add_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "state_appstate_scroll_logs_up", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "state_appstate_scroll_logs_down", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "state_orchestratorstate_all_display_statuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "state_appstate_apply_display_statuses_from_reducer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "state_webstate_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_tui_loop", "to": "acp_client_acpclient_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_worktrees_rs", "to": "worktrees_should_trigger_worktree_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_worktrees_rs", "to": "worktrees_build_worktree_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_worktrees_rs", "to": "worktrees_load_worktrees_with_conflict_check", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_worktrees_rs", "to": "worktrees_test_should_trigger_worktree_command_missing_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_worktrees_rs", "to": "worktrees_test_should_trigger_worktree_command_not_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_worktrees_rs", "to": "worktrees_test_should_trigger_worktree_command_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktrees_should_trigger_worktree_command", "to": "key_handlers_handle_plus_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_build_worktree_path", "to": "key_handlers_handle_plus_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_load_worktrees_with_conflict_check", "to": "worktree_list_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_load_worktrees_with_conflict_check", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_load_worktrees_with_conflict_check", "to": "basic_get_current_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_load_worktrees_with_conflict_check", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_load_worktrees_with_conflict_check", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_load_worktrees_with_conflict_check", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_load_worktrees_with_conflict_check", "to": "merge_check_merge_conflicts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_load_worktrees_with_conflict_check", "to": "worktree_count_commits_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_load_worktrees_with_conflict_check", "to": "key_handlers_handle_tab_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_load_worktrees_with_conflict_check", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_should_trigger_worktree_command_missing_config", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_should_trigger_worktree_command_not_git_repo", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_should_trigger_worktree_command_enabled", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_state_rs", "to": "state_apply_remote_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_warningpopup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_changestate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_appstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_mergeguardresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_validate_view_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_validate_not_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_validate_worktrees_not_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_validate_cursor_in_bounds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_validate_worktree_mergeable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_toggleguardresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_validate_change_toggleable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_toggleactionresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_handle_toggle_select_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_handle_toggle_running_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_handle_toggle_stopped_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_change_state_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_app_state_new_all_not_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_app_state_no_auto_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_cursor_navigation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_toggle_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_toggle_all_marks_select_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_toggle_all_marks_stopped_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_toggle_all_marks_parallel_mode_excludes_uncommitted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_toggle_all_marks_partial_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_toggle_all_marks_running_mode_toggles_non_active_rows_only", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_bulk_toggle_running_mode_emits_add_to_queue_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_bulk_toggle_running_mode_emits_remove_from_queue_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_bulk_toggle_running_mode_no_commands_for_wait_states", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_bulk_toggle_running_mode_excludes_active_rows_from_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_bulk_toggle_running_mode_mixed_queued_and_not_queued", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_bulk_toggle_select_mode_returns_no_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_bulk_toggle_stopped_mode_returns_no_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_has_bulk_toggle_targets_running_mode_requires_non_active_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_start_processing_blocked_while_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resume_processing_blocked_while_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_retry_error_changes_blocked_while_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_retry_error_changes_returns_error_rows_to_queued_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_selected_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_update_change_status_blocks_archived_and_merged_to_queued", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_running_mode_error_change_toggle_sets_retry_mark", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_running_mode_error_change_toggle_queue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_stopped_mode_error_change_toggle_sets_retry_mark", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_iteration_monotonic_update_from_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_iteration_monotonic_prevents_regression", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_iteration_monotonic_ignores_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_queue_fifo_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_queue_duplicate_prevention", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_queue_auto_start_on_completion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_queue_no_auto_start_when_queue_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_merge_queues_when_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_merge_queues_syncs_reducer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_wait_survives_changes_refreshed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_merge_select_transitions_to_running", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_merge_stopped_transitions_to_running", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_merge_running_stays_running", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_merge_immediate_syncs_reducer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_wait_survives_changes_refreshed_after_immediate_resolve", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_merge_consecutive_m_key_presses_queue_second_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_apply_merge_wait_status_does_not_demote_merged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_apply_merge_wait_status_does_not_demote_blocked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_apply_display_statuses_rejected_to_not_queued_reactivation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_auto_clear_merge_wait_does_not_affect_merged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_start_processing_does_not_queue_blocked_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_tui_uses_reducer_display_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_display_status_consistency_between_tui_and_web", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_running_mode_toggle_emits_commands_without_local_status_mutation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_running_mode_space_on_active_change_does_not_stop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_running_mode_space_on_accepting_does_not_stop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_merge_wait_queue_operations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_wait_queue_operations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_start_processing_syncs_reducer_queue_intent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resume_processing_syncs_reducer_queue_intent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_parallel_start_refresh_preserves_queued_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_parallel_start_state_reset_preserves_queued_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_dependency_block_preserves_queued_intent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_dependency_resolved_restores_queued_display", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_parallel_start_rejected_does_not_clear_other_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_all_completed_transitions_to_select_even_when_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_completed_transitions_to_select_when_no_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_rs", "to": "state_test_resolve_completed_stays_running_when_other_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_apply_remote_status", "to": "state_changestate_set_display_status_cache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_apply_remote_status", "to": "state_test_update_change_status_blocks_archived_and_merged_to_queued", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_apply_remote_status", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_apply_remote_status", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate", "to": "state_changestate_from_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate", "to": "state_changestate_progress_percent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate", "to": "state_changestate_set_display_status_cache", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate", "to": "state_changestate_set_error_message_cache", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate", "to": "state_changestate_is_active_display_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate", "to": "state_changestate_update_iteration_monotonic", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_set_shared_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_show_qr_popup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_hide_qr_popup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_cursor_up", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_cursor_down", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_worktree_cursor_up", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_worktree_cursor_down", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_get_selected_worktree_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_get_selected_worktree", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_request_worktree_delete_from_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_confirm_worktree_action_delete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_cancel_worktree_action", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_request_merge_worktree_branch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_toggle_selection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_can_bulk_toggle_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_has_bulk_toggle_targets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_toggle_all_marks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_resolve_merge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_add_to_resolve_queue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_pop_from_resolve_queue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_has_queued_resolves", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_apply_parallel_eligibility", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_apply_worktree_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_apply_display_statuses_from_reducer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_selected_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_toggle_parallel_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_reset_for_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_start_processing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_resume_processing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_retry_error_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_get_latest_log_for_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_add_log", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_scroll_logs_up", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_scroll_logs_down", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_scroll_logs_to_top", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_scroll_logs_to_bottom", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_toggle_logs_panel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate", "to": "state_appstate_update_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_from_change", "to": "state_appstate_update_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_display_status_cache", "to": "state_changestate_set_error_message_cache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_display_status_cache", "to": "state_appstate_resolve_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_display_status_cache", "to": "state_appstate_apply_parallel_eligibility", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_display_status_cache", "to": "state_appstate_apply_display_statuses_from_reducer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_display_status_cache", "to": "state_appstate_toggle_parallel_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_display_status_cache", "to": "state_appstate_start_processing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_display_status_cache", "to": "state_appstate_resume_processing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_display_status_cache", "to": "state_appstate_retry_error_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_display_status_cache", "to": "state_appstate_update_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_display_status_cache", "to": "state_test_running_mode_error_change_toggle_queue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_display_status_cache", "to": "completion_appstate_handle_processing_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "completion_appstate_handle_all_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "completion_appstate_handle_change_archived", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "completion_appstate_handle_resolve_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "completion_appstate_handle_merge_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "completion_appstate_handle_acceptance_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "completion_appstate_handle_change_stopped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "output_appstate_handle_parallel_start_rejected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "processing_appstate_handle_processing_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "processing_appstate_handle_apply_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "processing_appstate_handle_archive_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "processing_appstate_handle_resolve_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "processing_appstate_handle_acceptance_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "processing_appstate_handle_stopped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "errors_appstate_handle_resolve_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "errors_appstate_handle_merge_deferred", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "refresh_appstate_handle_dependency_blocked", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_display_status_cache", "to": "refresh_appstate_handle_dependency_resolved", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_error_message_cache", "to": "state_test_retry_error_changes_blocked_while_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_error_message_cache", "to": "state_test_retry_error_changes_returns_error_rows_to_queued_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_error_message_cache", "to": "state_test_running_mode_error_change_toggle_sets_retry_mark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_error_message_cache", "to": "state_test_running_mode_error_change_toggle_queue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_error_message_cache", "to": "state_test_stopped_mode_error_change_toggle_sets_retry_mark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_set_error_message_cache", "to": "completion_appstate_handle_change_skipped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_error_message_cache", "to": "errors_appstate_handle_processing_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_error_message_cache", "to": "errors_appstate_handle_apply_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_set_error_message_cache", "to": "errors_appstate_handle_archive_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_is_active_display_status", "to": "selection_logic_can_bulk_toggle_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_update_iteration_monotonic", "to": "state_test_iteration_monotonic_update_from_none", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_update_iteration_monotonic", "to": "state_test_iteration_monotonic_prevents_regression", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_update_iteration_monotonic", "to": "state_test_iteration_monotonic_ignores_none", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestate_update_iteration_monotonic", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_update_iteration_monotonic", "to": "output_appstate_handle_apply_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_update_iteration_monotonic", "to": "output_appstate_handle_archive_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_update_iteration_monotonic", "to": "output_appstate_handle_acceptance_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_changestate_update_iteration_monotonic", "to": "output_appstate_handle_resolve_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_new", "to": "state_appstate_toggle_all_marks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_appstate_toggle_parallel_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_create_test_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_app_state_new_all_not_selected", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_app_state_no_auto_selection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_cursor_navigation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_toggle_selection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_toggle_all_marks_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_toggle_all_marks_stopped_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_toggle_all_marks_parallel_mode_excludes_uncommitted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_toggle_all_marks_partial_selection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_toggle_all_marks_running_mode_toggles_non_active_rows_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_bulk_toggle_running_mode_emits_add_to_queue_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_bulk_toggle_running_mode_emits_remove_from_queue_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_bulk_toggle_running_mode_no_commands_for_wait_states", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_bulk_toggle_running_mode_excludes_active_rows_from_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_bulk_toggle_running_mode_mixed_queued_and_not_queued", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_bulk_toggle_select_mode_returns_no_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_bulk_toggle_stopped_mode_returns_no_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_has_bulk_toggle_targets_running_mode_requires_non_active_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_start_processing_blocked_while_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resume_processing_blocked_while_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_retry_error_changes_blocked_while_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_retry_error_changes_returns_error_rows_to_queued_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_selected_count", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_running_mode_error_change_toggle_sets_retry_mark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_running_mode_error_change_toggle_queue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_stopped_mode_error_change_toggle_sets_retry_mark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_queue_fifo_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_queue_duplicate_prevention", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_queue_auto_start_on_completion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_queue_no_auto_start_when_queue_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_merge_queues_when_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_merge_queues_syncs_reducer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_wait_survives_changes_refreshed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_merge_select_transitions_to_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_merge_stopped_transitions_to_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_merge_running_stays_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_merge_immediate_syncs_reducer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_wait_survives_changes_refreshed_after_immediate_resolve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_merge_consecutive_m_key_presses_queue_second_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_apply_merge_wait_status_does_not_demote_merged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_apply_merge_wait_status_does_not_demote_blocked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_apply_display_statuses_rejected_to_not_queued_reactivation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_auto_clear_merge_wait_does_not_affect_merged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_start_processing_does_not_queue_blocked_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_tui_uses_reducer_display_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_display_status_consistency_between_tui_and_web", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_running_mode_toggle_emits_commands_without_local_status_mutation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_running_mode_space_on_active_change_does_not_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_running_mode_space_on_accepting_does_not_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_merge_wait_queue_operations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_wait_queue_operations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_start_processing_syncs_reducer_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resume_processing_syncs_reducer_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_parallel_start_refresh_preserves_queued_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_parallel_start_state_reset_preserves_queued_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_dependency_block_preserves_queued_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_dependency_resolved_restores_queued_display", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_parallel_start_rejected_does_not_clear_other_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_all_completed_transitions_to_select_even_when_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_completed_transitions_to_select_when_no_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_test_resolve_completed_stays_running_when_other_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_new", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_new", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_set_shared_state", "to": "state_test_resolve_merge_queues_syncs_reducer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_set_shared_state", "to": "state_test_resolve_wait_survives_changes_refreshed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_set_shared_state", "to": "state_test_resolve_merge_immediate_syncs_reducer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_set_shared_state", "to": "state_test_resolve_wait_survives_changes_refreshed_after_immediate_resolve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_set_shared_state", "to": "state_test_start_processing_syncs_reducer_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_set_shared_state", "to": "state_test_resume_processing_syncs_reducer_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_set_shared_state", "to": "state_test_parallel_start_refresh_preserves_queued_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_set_shared_state", "to": "state_test_parallel_start_state_reset_preserves_queued_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_set_shared_state", "to": "state_test_dependency_block_preserves_queued_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_set_shared_state", "to": "state_test_dependency_resolved_restores_queued_display", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_set_shared_state", "to": "state_test_parallel_start_rejected_does_not_clear_other_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_show_qr_popup", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_hide_qr_popup", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_cursor_up", "to": "state_test_cursor_navigation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_cursor_up", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_cursor_up", "to": "key_handlers_handle_cursor_movement", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_cursor_down", "to": "state_test_cursor_navigation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_cursor_down", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_cursor_down", "to": "key_handlers_handle_cursor_movement", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_worktree_cursor_up", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_worktree_cursor_up", "to": "key_handlers_handle_cursor_movement", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_worktree_cursor_down", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_worktree_cursor_down", "to": "key_handlers_handle_cursor_movement", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_get_selected_worktree_path", "to": "key_handlers_handle_editor_launch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_get_selected_worktree_path", "to": "key_handlers_handle_enter_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_request_worktree_delete_from_list", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_request_worktree_delete_from_list", "to": "worktree_logic_can_extract_change_id_from_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_request_worktree_delete_from_list", "to": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_request_worktree_delete_from_list", "to": "worktree_logic_is_change_in_active_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_request_worktree_delete_from_list", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_confirm_worktree_action_delete", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_cancel_worktree_action", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_request_merge_worktree_branch", "to": "state_validate_view_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_request_merge_worktree_branch", "to": "state_validate_not_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_request_merge_worktree_branch", "to": "state_validate_worktrees_not_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_request_merge_worktree_branch", "to": "state_validate_cursor_in_bounds", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_request_merge_worktree_branch", "to": "state_validate_worktree_mergeable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_request_merge_worktree_branch", "to": "key_handlers_handle_merge_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_toggle_selection", "to": "state_validate_change_toggleable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_handle_toggle_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_appstate_add_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_handle_toggle_running_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_handle_toggle_stopped_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_test_toggle_selection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_test_selected_count", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_test_running_mode_error_change_toggle_sets_retry_mark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_test_running_mode_error_change_toggle_queue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_test_stopped_mode_error_change_toggle_sets_retry_mark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_test_running_mode_toggle_emits_commands_without_local_status_mutation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_test_running_mode_space_on_active_change_does_not_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_test_running_mode_space_on_accepting_does_not_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_test_merge_wait_queue_operations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "state_test_resolve_wait_queue_operations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_selection", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_toggle_selection", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_can_bulk_toggle_change", "to": "state_appstate_has_bulk_toggle_targets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_can_bulk_toggle_change", "to": "state_appstate_toggle_all_marks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_can_bulk_toggle_change", "to": "selection_logic_can_bulk_toggle_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_has_bulk_toggle_targets", "to": "state_appstate_toggle_all_marks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_appstate_add_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_toggle_all_marks_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_toggle_all_marks_stopped_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_toggle_all_marks_parallel_mode_excludes_uncommitted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_toggle_all_marks_partial_selection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_toggle_all_marks_running_mode_toggles_non_active_rows_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_bulk_toggle_running_mode_emits_add_to_queue_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_bulk_toggle_running_mode_emits_remove_from_queue_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_bulk_toggle_running_mode_no_commands_for_wait_states", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_bulk_toggle_running_mode_excludes_active_rows_from_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_bulk_toggle_running_mode_mixed_queued_and_not_queued", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_bulk_toggle_select_mode_returns_no_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "state_test_bulk_toggle_stopped_mode_returns_no_commands", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_all_marks", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_toggle_all_marks", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_resolve_merge", "to": "state_appstate_add_to_resolve_queue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resolve_merge", "to": "state_appstate_add_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resolve_merge", "to": "state_test_resolve_merge_queues_when_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resolve_merge", "to": "state_test_resolve_merge_queues_syncs_reducer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resolve_merge", "to": "state_test_resolve_wait_survives_changes_refreshed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resolve_merge", "to": "state_test_resolve_merge_select_transitions_to_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resolve_merge", "to": "state_test_resolve_merge_stopped_transitions_to_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resolve_merge", "to": "state_test_resolve_merge_running_stays_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resolve_merge", "to": "state_test_resolve_merge_immediate_syncs_reducer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resolve_merge", "to": "state_test_resolve_wait_survives_changes_refreshed_after_immediate_resolve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resolve_merge", "to": "state_test_resolve_merge_consecutive_m_key_presses_queue_second_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resolve_merge", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_resolve_merge", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_resolve_merge", "to": "key_handlers_handle_merge_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_resolve_merge", "to": "key_handlers_handle_f5_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_to_resolve_queue", "to": "state_test_resolve_queue_auto_start_on_completion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_add_to_resolve_queue", "to": "errors_appstate_handle_merge_deferred", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_pop_from_resolve_queue", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_pop_from_resolve_queue", "to": "completion_appstate_handle_resolve_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_has_queued_resolves", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_apply_parallel_eligibility", "to": "refresh_appstate_handle_changes_refreshed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_apply_worktree_status", "to": "completion_appstate_handle_resolve_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_apply_worktree_status", "to": "refresh_appstate_handle_changes_refreshed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_resolve_wait_survives_changes_refreshed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_resolve_wait_survives_changes_refreshed_after_immediate_resolve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_apply_merge_wait_status_does_not_demote_merged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_apply_merge_wait_status_does_not_demote_blocked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_apply_display_statuses_rejected_to_not_queued_reactivation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_auto_clear_merge_wait_does_not_affect_merged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_tui_uses_reducer_display_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_display_status_consistency_between_tui_and_web", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_start_processing_syncs_reducer_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_parallel_start_refresh_preserves_queued_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_parallel_start_state_reset_preserves_queued_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "state_test_dependency_resolved_restores_queued_display", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_apply_display_statuses_from_reducer", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_toggle_parallel_mode", "to": "state_appstate_add_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_toggle_parallel_mode", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_toggle_parallel_mode", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_reset_for_run", "to": "state_appstate_start_processing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_reset_for_run", "to": "state_appstate_resume_processing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_reset_for_run", "to": "state_appstate_retry_error_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_start_processing", "to": "state_appstate_add_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_start_processing", "to": "state_test_start_processing_blocked_while_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_start_processing", "to": "state_test_start_processing_does_not_queue_blocked_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_start_processing", "to": "state_test_start_processing_syncs_reducer_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_start_processing", "to": "state_test_parallel_start_refresh_preserves_queued_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_start_processing", "to": "state_test_parallel_start_state_reset_preserves_queued_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_start_processing", "to": "state_test_dependency_block_preserves_queued_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_start_processing", "to": "state_test_dependency_resolved_restores_queued_display", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_start_processing", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_start_processing", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_start_processing", "to": "key_handlers_handle_f5_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_start_processing", "to": "command_handlers_handle_start_processing_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_resume_processing", "to": "state_appstate_add_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resume_processing", "to": "state_test_resume_processing_blocked_while_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resume_processing", "to": "state_test_resume_processing_syncs_reducer_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_resume_processing", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_resume_processing", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_resume_processing", "to": "key_handlers_handle_f5_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_resume_processing", "to": "command_handlers_handle_start_processing_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_retry_error_changes", "to": "state_appstate_add_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_retry_error_changes", "to": "state_test_retry_error_changes_blocked_while_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_retry_error_changes", "to": "state_test_retry_error_changes_returns_error_rows_to_queued_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_appstate_retry_error_changes", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_retry_error_changes", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_retry_error_changes", "to": "key_handlers_handle_f5_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_retry_error_changes", "to": "command_handlers_handle_start_processing_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_retry_error_changes", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "log_logic_apply_log_buffer_limit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "log_logic_next_log_offset_on_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "key_handlers_handle_esc_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "key_handlers_handle_f5_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "key_handlers_handle_enter_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "key_handlers_handle_plus_key", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "command_handlers_handle_start_processing_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "completion_appstate_handle_processing_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "completion_appstate_handle_all_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "completion_appstate_handle_change_archived", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "completion_appstate_handle_resolve_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "completion_appstate_handle_merge_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "completion_appstate_handle_branch_merge_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "completion_appstate_handle_branch_merge_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "completion_appstate_handle_acceptance_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "completion_appstate_handle_change_skipped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "completion_appstate_handle_branch_merge_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "completion_appstate_handle_change_stopped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "output_appstate_handle_apply_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "output_appstate_handle_archive_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "output_appstate_handle_acceptance_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "output_appstate_handle_analysis_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "output_appstate_handle_resolve_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "output_appstate_handle_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "output_appstate_handle_warning", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "output_appstate_handle_parallel_start_rejected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "output_appstate_handle_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "processing_appstate_handle_processing_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "processing_appstate_handle_apply_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "processing_appstate_handle_archive_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "processing_appstate_handle_resolve_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "processing_appstate_handle_analysis_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "processing_appstate_handle_acceptance_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "processing_appstate_try_transition_to_select", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "processing_appstate_handle_stopped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "errors_appstate_handle_processing_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "errors_appstate_handle_apply_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "errors_appstate_handle_archive_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "errors_appstate_handle_resolve_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "errors_appstate_handle_change_stop_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "errors_appstate_handle_merge_deferred", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "refresh_appstate_handle_dependency_blocked", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_add_log", "to": "refresh_appstate_handle_dependency_resolved", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_scroll_logs_up", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_scroll_logs_down", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_scroll_logs_to_top", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_scroll_logs_to_bottom", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_toggle_logs_panel", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_update_changes", "to": "state_orchestratorstate_set_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_update_changes", "to": "state_orchestratorstate_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_update_changes", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_update_changes", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_update_changes", "to": "state_orchestratorstate_apply_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_update_changes", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_appstate_update_changes", "to": "refresh_appstate_handle_changes_refreshed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_validate_worktree_mergeable", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_toggleguardresult", "to": "state_toggleguardresult_is_allowed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_toggleguardresult_is_allowed", "to": "selection_logic_can_bulk_toggle_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_validate_change_toggleable", "to": "selection_logic_can_bulk_toggle_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_handle_toggle_running_mode", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_create_test_change", "to": "state_test_retry_error_changes_returns_error_rows_to_queued_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_create_test_change", "to": "src_web_state_rs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_create_test_change", "to": "state_webstate_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_create_test_change", "to": "state_webstate_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_create_test_change", "to": "state_test_change_status_from_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_create_test_change", "to": "state_test_change_status_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_create_test_change", "to": "state_test_change_status_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_queue_auto_start_on_completion", "to": "completion_appstate_handle_resolve_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_queue_no_auto_start_when_queue_empty", "to": "completion_appstate_handle_resolve_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_merge_queues_syncs_reducer", "to": "state_orchestratorstate_apply_observation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_merge_queues_syncs_reducer", "to": "state_orchestratorstate_all_display_statuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_wait_survives_changes_refreshed", "to": "state_orchestratorstate_apply_observation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_wait_survives_changes_refreshed", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_wait_survives_changes_refreshed", "to": "state_orchestratorstate_all_display_statuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_merge_immediate_syncs_reducer", "to": "state_orchestratorstate_apply_observation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_merge_immediate_syncs_reducer", "to": "state_orchestratorstate_all_display_statuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_wait_survives_changes_refreshed_after_immediate_resolve", "to": "state_orchestratorstate_apply_observation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_wait_survives_changes_refreshed_after_immediate_resolve", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_wait_survives_changes_refreshed_after_immediate_resolve", "to": "state_orchestratorstate_all_display_statuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_start_processing_syncs_reducer_queue_intent", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_start_processing_syncs_reducer_queue_intent", "to": "state_orchestratorstate_all_display_statuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_parallel_start_refresh_preserves_queued_rows", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_parallel_start_refresh_preserves_queued_rows", "to": "state_orchestratorstate_all_display_statuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_parallel_start_state_reset_preserves_queued_rows", "to": "state_orchestratorstate_with_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_parallel_start_state_reset_preserves_queued_rows", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_parallel_start_state_reset_preserves_queued_rows", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_parallel_start_state_reset_preserves_queued_rows", "to": "state_orchestratorstate_all_display_statuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_dependency_block_preserves_queued_intent", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_dependency_resolved_restores_queued_display", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_dependency_resolved_restores_queued_display", "to": "state_orchestratorstate_all_display_statuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_parallel_start_rejected_does_not_clear_other_rows", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_parallel_start_rejected_does_not_clear_other_rows", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_all_completed_transitions_to_select_even_when_resolving", "to": "completion_appstate_handle_all_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_completed_transitions_to_select_when_no_active", "to": "completion_appstate_handle_resolve_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_resolve_completed_stays_running_when_other_active", "to": "completion_appstate_handle_resolve_completed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_key_handlers_rs", "to": "key_handlers_keyeventcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_key_handlers_rs", "to": "key_handlers_handle_tab_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_key_handlers_rs", "to": "key_handlers_handle_cursor_movement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_key_handlers_rs", "to": "key_handlers_handle_editor_launch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_key_handlers_rs", "to": "key_handlers_handle_merge_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_key_handlers_rs", "to": "key_handlers_handle_esc_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_key_handlers_rs", "to": "key_handlers_handle_f5_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_key_handlers_rs", "to": "key_handlers_handle_enter_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_key_handlers_rs", "to": "key_handlers_handle_plus_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_key_handlers_rs", "to": "key_handlers_handle_key_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "key_handlers_handle_tab_key", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "key_handlers_handle_tab_key", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_cursor_movement", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "key_handlers_handle_editor_launch", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "key_handlers_handle_editor_launch", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_editor_launch", "to": "utils_launch_editor_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_editor_launch", "to": "utils_launch_editor_in_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_merge_key", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "key_handlers_handle_esc_key", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "key_handlers_handle_esc_key", "to": "acp_client_acpclient_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_esc_key", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_f5_key", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "key_handlers_handle_f5_key", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_enter_key", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "key_handlers_handle_enter_key", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_enter_key", "to": "api_execute_worktree_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_plus_key", "to": "key_handlers_handle_key_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "key_handlers_handle_plus_key", "to": "basic_check_git_repo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_plus_key", "to": "basic_generate_unique_branch_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_plus_key", "to": "worktree_worktree_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_plus_key", "to": "worktree_run_worktree_setup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_plus_key", "to": "worktree_worktree_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_plus_key", "to": "api_execute_worktree_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "key_handlers_handle_key_event", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_command_handlers_rs", "to": "command_handlers_tuicommandcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_command_handlers_rs", "to": "command_handlers_handle_start_processing_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_command_handlers_rs", "to": "command_handlers_handle_tui_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_handlers_handle_start_processing_command", "to": "command_handlers_handle_tui_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "command_handlers_handle_start_processing_command", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_start_processing_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_start_processing_command", "to": "client_remoteclient_control_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_start_processing_command", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_start_processing_command", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_start_processing_command", "to": "orchestrator_run_orchestrator_parallel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_start_processing_command", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "worktree_worktree_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "basic_branch_delete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "acp_client_acpclient_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "merge_merge_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "types_executioncontext_a_with_event_tx", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "command_handlers_handle_tui_command", "to": "mod_gitworkspacemanager_list_worktree_change_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_orchestrator_rs", "to": "orchestrator_post_archive_dispatch_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_orchestrator_rs", "to": "orchestrator_dispatch_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_orchestrator_rs", "to": "orchestrator_run_orchestrator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_orchestrator_rs", "to": "orchestrator_run_orchestrator_parallel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_orchestrator_rs", "to": "orchestrator_test_archive_path_structure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_orchestrator_rs", "to": "orchestrator_test_archive_verification_logic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_orchestrator_rs", "to": "orchestrator_test_tui_shared_state_pending_changes_decrease_when_cleared", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_orchestrator_rs", "to": "orchestrator_test_tui_archived_during_resolve", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_orchestrator_rs", "to": "orchestrator_test_tui_archived_no_active_resolve", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_orchestrator_rs", "to": "orchestrator_test_tui_rejection_removes_from_pending_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_post_archive_dispatch_event", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_post_archive_dispatch_event", "to": "orchestrator_test_tui_archived_during_resolve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_post_archive_dispatch_event", "to": "orchestrator_test_tui_archived_no_active_resolve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_post_archive_dispatch_event", "to": "state_orchestratorstate_is_resolving_active", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_dispatch_event", "to": "orchestrator_run_orchestrator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "orchestrator_dispatch_event", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "types_executioncontext_a_with_event_tx", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_total_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "types_executionresult_is_cancelled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_iteration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_is_archived", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_is_pending", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_add_dynamic_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_drop_pending_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_is_complete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "selection_select_next_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_remaining_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_apply_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "runner_agentrunner_peek_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "runner_agentrunner_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "runner_agentrunner_format_apply_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "apply_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_clear_pending_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_remove_from_pending", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator", "to": "state_orchestratorstate_changes_processed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator_parallel", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator_parallel", "to": "commands_check_vcs_available", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator_parallel", "to": "state_orchestratorstate_with_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator_parallel", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator_parallel", "to": "commit_list_changes_in_head", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator_parallel", "to": "commit_list_changes_with_uncommitted_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator_parallel", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator_parallel", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator_parallel", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator_parallel", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_run_orchestrator_parallel", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_archive_path_structure", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_archive_verification_logic", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_shared_state_pending_changes_decrease_when_cleared", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_shared_state_pending_changes_decrease_when_cleared", "to": "state_orchestratorstate_clear_pending_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_archived_during_resolve", "to": "state_orchestratorstate_with_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_archived_during_resolve", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_archived_during_resolve", "to": "state_orchestratorstate_change_runtime", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_archived_no_active_resolve", "to": "state_orchestratorstate_with_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_archived_no_active_resolve", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_archived_no_active_resolve", "to": "state_orchestratorstate_change_runtime", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_rejection_removes_from_pending_selection", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_rejection_removes_from_pending_selection", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_rejection_removes_from_pending_selection", "to": "state_orchestratorstate_mark_stalled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "orchestrator_test_tui_rejection_removes_from_pending_selection", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_utils_rs", "to": "utils_find_change_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_editortarget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_resolve_editor_target", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_launch_editor_for_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_launch_editor_in_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_truncate_to_display_width_with_suffix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_clear_screen", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_get_version_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_make_temp_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_test_find_change_dir_prefers_active_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_test_find_change_dir_falls_back_to_archived_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_test_resolve_editor_target_prefers_proposal_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_test_resolve_editor_target_falls_back_to_directory_when_missing_proposal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_test_truncate_to_display_width_with_suffix_short_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_test_truncate_to_display_width_with_suffix_exact_fit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_test_truncate_to_display_width_with_suffix_needs_truncation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_test_truncate_to_display_width_with_suffix_cjk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_test_truncate_to_display_width_with_suffix_emoji", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_utils_rs", "to": "utils_test_get_version_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_find_change_dir", "to": "utils_resolve_editor_target", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_find_change_dir", "to": "utils_test_find_change_dir_prefers_active_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_find_change_dir", "to": "utils_test_find_change_dir_falls_back_to_archived_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_find_change_dir", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_resolve_editor_target", "to": "utils_launch_editor_for_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_resolve_editor_target", "to": "utils_test_resolve_editor_target_prefers_proposal_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_resolve_editor_target", "to": "utils_test_resolve_editor_target_falls_back_to_directory_when_missing_proposal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_launch_editor_for_change", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_launch_editor_for_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_launch_editor_in_dir", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_launch_editor_in_dir", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_truncate_to_display_width_with_suffix", "to": "utils_test_truncate_to_display_width_with_suffix_short_string", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_truncate_to_display_width_with_suffix", "to": "utils_test_truncate_to_display_width_with_suffix_exact_fit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_truncate_to_display_width_with_suffix", "to": "utils_test_truncate_to_display_width_with_suffix_needs_truncation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_truncate_to_display_width_with_suffix", "to": "utils_test_truncate_to_display_width_with_suffix_cjk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_truncate_to_display_width_with_suffix", "to": "utils_test_truncate_to_display_width_with_suffix_emoji", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_truncate_to_display_width_with_suffix", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_get_version_string", "to": "utils_test_get_version_string", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_make_temp_dir", "to": "utils_test_find_change_dir_prefers_active_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_make_temp_dir", "to": "utils_test_find_change_dir_falls_back_to_archived_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_make_temp_dir", "to": "utils_test_resolve_editor_target_prefers_proposal_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_make_temp_dir", "to": "utils_test_resolve_editor_target_falls_back_to_directory_when_missing_proposal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_qr_rs", "to": "qr_generate_qr_string", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_qr_rs", "to": "qr_test_generate_qr_string_valid_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_qr_rs", "to": "qr_test_generate_qr_string_short_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_qr_rs", "to": "qr_test_generate_qr_string_empty_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_qr_rs", "to": "qr_test_generate_qr_string_without_feature", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "qr_generate_qr_string", "to": "qr_test_generate_qr_string_valid_url", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "qr_generate_qr_string", "to": "qr_test_generate_qr_string_short_url", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "qr_generate_qr_string", "to": "qr_test_generate_qr_string_empty_url", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "qr_generate_qr_string", "to": "qr_test_generate_qr_string_without_feature", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "qr_generate_qr_string", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_state_selection_logic_rs", "to": "selection_logic_can_bulk_toggle_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_selection_logic_rs", "to": "selection_logic_make_change_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_selection_logic_rs", "to": "selection_logic_running_mode_excludes_active_rows_from_bulk_toggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_selection_logic_rs", "to": "selection_logic_parallel_mode_excludes_uncommitted_rows_from_bulk_toggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_logic_make_change_state", "to": "selection_logic_running_mode_excludes_active_rows_from_bulk_toggle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_logic_make_change_state", "to": "selection_logic_parallel_mode_excludes_uncommitted_rows_from_bulk_toggle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_log_logic_rs", "to": "log_logic_apply_log_buffer_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_log_logic_rs", "to": "log_logic_next_log_offset_on_append", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_log_logic_rs", "to": "log_logic_apply_log_buffer_limit_only_when_exceeding_max", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_log_logic_rs", "to": "log_logic_next_log_offset_resets_when_auto_scroll_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_log_logic_rs", "to": "log_logic_next_log_offset_increments_and_clamps_when_auto_scroll_disabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_worktree_logic_rs", "to": "worktree_logic_is_change_in_active_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_worktree_logic_rs", "to": "worktree_logic_can_extract_change_id_from_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_worktree_logic_rs", "to": "worktree_logic_detect_active_change_statuses_for_worktree_guard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_worktree_logic_rs", "to": "worktree_logic_allow_change_id_extraction_check", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_logic_can_extract_change_id_from_worktree", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_logic_allow_change_id_extraction_check", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_logic_allow_change_id_extraction_check", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_state_event_handlers_completion_rs", "to": "completion_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_completion_rs", "to": "completion_processing_completed_updates_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_completion_rs", "to": "completion_all_completed_transitions_to_select", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_completion_rs", "to": "completion_all_completed_preserves_error_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_completion_rs", "to": "completion_all_completed_keeps_stopped_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_completion_rs", "to": "completion_all_completed_resets_blocked_and_queued_to_not_queued", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate", "to": "completion_appstate_handle_processing_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate", "to": "completion_appstate_handle_all_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate", "to": "completion_appstate_handle_change_archived", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate", "to": "completion_appstate_handle_resolve_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate", "to": "completion_appstate_handle_merge_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate", "to": "completion_appstate_handle_branch_merge_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate", "to": "completion_appstate_handle_branch_merge_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate", "to": "completion_appstate_handle_acceptance_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate", "to": "completion_appstate_handle_change_skipped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate", "to": "completion_appstate_handle_branch_merge_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate", "to": "completion_appstate_handle_change_stopped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate_handle_processing_completed", "to": "completion_processing_completed_updates_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate_handle_processing_completed", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_processing_completed", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_all_completed", "to": "completion_all_completed_transitions_to_select", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate_handle_all_completed", "to": "completion_all_completed_preserves_error_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate_handle_all_completed", "to": "completion_all_completed_keeps_stopped_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate_handle_all_completed", "to": "completion_all_completed_resets_blocked_and_queued_to_not_queued", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "completion_appstate_handle_all_completed", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_all_completed", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_change_archived", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_change_archived", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_resolve_completed", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_resolve_completed", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_resolve_completed", "to": "processing_appstate_try_transition_to_select", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_resolve_completed", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_merge_completed", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_merge_completed", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_merge_completed", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_branch_merge_started", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_branch_merge_completed", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_branch_merge_completed", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_acceptance_completed", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_change_skipped", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_branch_merge_failed", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_appstate_handle_change_stopped", "to": "mod_appstate_handle_orchestrator_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_create_test_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_processing_completed_updates_status", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_all_completed_transitions_to_select", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_all_completed_preserves_error_mode", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_all_completed_keeps_stopped_mode", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "completion_all_completed_resets_blocked_and_queued_to_not_queued", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate", "to": "mod_appstate_handle_orchestrator_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_appstate", "to": "src_server_api_mod_rs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "processing_appstate_handle_processing_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "errors_appstate_handle_processing_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "processing_appstate_handle_stopped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "processing_appstate_handle_progress_updated", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "processing_appstate_handle_apply_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "processing_appstate_handle_archive_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "processing_appstate_handle_resolve_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "errors_appstate_handle_apply_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "errors_appstate_handle_archive_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "errors_appstate_handle_resolve_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "errors_appstate_handle_merge_deferred", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "processing_appstate_handle_acceptance_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "errors_appstate_handle_change_stop_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "refresh_appstate_handle_changes_refreshed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "refresh_appstate_handle_worktrees_refreshed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "refresh_appstate_handle_dependency_blocked", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "refresh_appstate_handle_dependency_resolved", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_appstate_handle_apply_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_appstate_handle_archive_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_appstate_handle_acceptance_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_appstate_handle_analysis_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_appstate_handle_resolve_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "processing_appstate_handle_analysis_started", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_appstate_handle_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_appstate_handle_warning", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_appstate_handle_parallel_start_rejected", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_appstate_handle_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_warning_for_uncommitted_changes_is_logged_only", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_remote_change_update_keeps_progress_monotonic", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_remote_change_update_keeps_iteration_monotonic", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "output_remote_log_event_is_added", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_appstate_handle_orchestrator_event", "to": "errors_handle_resolve_failed_does_not_demote_merged", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_state_event_handlers_output_rs", "to": "output_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_output_rs", "to": "output_warning_for_uncommitted_changes_is_logged_only", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_output_rs", "to": "output_remote_change_update_keeps_progress_monotonic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_output_rs", "to": "output_remote_change_update_keeps_iteration_monotonic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_output_rs", "to": "output_remote_log_event_is_added", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_output_rs", "to": "output_remote_log_entry_project_id_round_trip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_output_rs", "to": "output_parallel_start_rejected_only_clears_target_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_appstate", "to": "output_appstate_handle_apply_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_appstate", "to": "output_appstate_handle_archive_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_appstate", "to": "output_appstate_handle_acceptance_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_appstate", "to": "output_appstate_handle_analysis_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_appstate", "to": "output_appstate_handle_resolve_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_appstate", "to": "output_appstate_handle_log", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_appstate", "to": "output_appstate_handle_warning", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_appstate", "to": "output_appstate_handle_parallel_start_rejected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_appstate", "to": "output_appstate_handle_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_appstate_handle_parallel_start_rejected", "to": "output_parallel_start_rejected_only_clears_target_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_appstate_handle_parallel_start_rejected", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_appstate_handle_parallel_start_rejected", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_appstate_handle_parallel_start_rejected", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_create_test_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_warning_for_uncommitted_changes_is_logged_only", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_remote_change_update_keeps_progress_monotonic", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_remote_change_update_keeps_iteration_monotonic", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_remote_log_event_is_added", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_remote_log_entry_project_id_round_trip", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_parallel_start_rejected_only_clears_target_rows", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_state_event_handlers_processing_rs", "to": "processing_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_processing_rs", "to": "processing_processing_started_sets_current_change_and_applying_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_processing_rs", "to": "processing_stopped_resets_display_status_cache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_processing_rs", "to": "processing_handle_stopped_resets_blocked_to_not_queued", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_processing_rs", "to": "processing_stopped_resets_resolving_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_processing_rs", "to": "processing_try_transition_to_select_no_op_when_not_running", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_processing_rs", "to": "processing_try_transition_to_select_stays_running_with_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate", "to": "processing_appstate_handle_processing_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate", "to": "processing_appstate_handle_apply_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate", "to": "processing_appstate_handle_archive_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate", "to": "processing_appstate_handle_resolve_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate", "to": "processing_appstate_handle_analysis_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate", "to": "processing_appstate_handle_acceptance_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate", "to": "processing_appstate_try_transition_to_select", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate", "to": "processing_appstate_handle_stopped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate", "to": "processing_appstate_handle_progress_updated", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate_handle_processing_started", "to": "processing_processing_started_sets_current_change_and_applying_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate_handle_archive_started", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "processing_appstate_try_transition_to_select", "to": "processing_try_transition_to_select_no_op_when_not_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate_try_transition_to_select", "to": "processing_try_transition_to_select_stays_running_with_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate_try_transition_to_select", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "processing_appstate_try_transition_to_select", "to": "errors_appstate_handle_resolve_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "processing_appstate_handle_stopped", "to": "processing_stopped_resets_display_status_cache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate_handle_stopped", "to": "processing_handle_stopped_resets_blocked_to_not_queued", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_appstate_handle_stopped", "to": "processing_stopped_resets_resolving_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "processing_create_test_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "processing_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "processing_processing_started_sets_current_change_and_applying_state", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "processing_stopped_resets_display_status_cache", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "processing_handle_stopped_resets_blocked_to_not_queued", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "processing_stopped_resets_resolving_changes", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "processing_try_transition_to_select_no_op_when_not_running", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "processing_try_transition_to_select_stays_running_with_active", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_processing_error_keeps_app_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_processing_error_from_select_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_handle_resolve_failed_does_not_demote_merged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_merge_deferred_transitions_to_resolve_wait_when_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_merge_deferred_does_not_queue_current_resolving_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_merge_deferred_queues_other_change_while_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_merge_deferred_maintains_merge_wait_when_not_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_auto_resumable_merge_deferred_shows_resolve_wait_not_merge_wait", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_auto_resumable_merge_deferred_starts_resolve_when_idle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_auto_resumable_merge_deferred_queues_when_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_manual_resolve_merge_in_progress_tui_shows_resolve_wait", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_manual_resolve_uncommitted_changes_tui_shows_merge_wait", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_tui_state_event_handlers_errors_rs", "to": "errors_resolve_failed_transitions_to_select_when_no_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate", "to": "errors_appstate_handle_processing_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate", "to": "errors_appstate_handle_apply_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate", "to": "errors_appstate_handle_archive_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate", "to": "errors_appstate_handle_resolve_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate", "to": "errors_appstate_handle_change_stop_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate", "to": "errors_appstate_handle_merge_deferred", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_processing_error", "to": "errors_processing_error_keeps_app_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_processing_error", "to": "errors_processing_error_from_select_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_resolve_failed", "to": "errors_manual_resolve_uncommitted_changes_tui_shows_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_resolve_failed", "to": "errors_resolve_failed_transitions_to_select_when_no_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_merge_deferred", "to": "errors_merge_deferred_transitions_to_resolve_wait_when_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_merge_deferred", "to": "errors_merge_deferred_does_not_queue_current_resolving_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_merge_deferred", "to": "errors_merge_deferred_queues_other_change_while_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_merge_deferred", "to": "errors_merge_deferred_maintains_merge_wait_when_not_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_merge_deferred", "to": "errors_auto_resumable_merge_deferred_shows_resolve_wait_not_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_merge_deferred", "to": "errors_auto_resumable_merge_deferred_starts_resolve_when_idle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_merge_deferred", "to": "errors_auto_resumable_merge_deferred_queues_when_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_appstate_handle_merge_deferred", "to": "errors_manual_resolve_merge_in_progress_tui_shows_resolve_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "errors_create_test_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_processing_error_keeps_app_mode", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_processing_error_from_select_mode", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_handle_resolve_failed_does_not_demote_merged", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_merge_deferred_transitions_to_resolve_wait_when_resolving", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_merge_deferred_does_not_queue_current_resolving_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_merge_deferred_queues_other_change_while_resolving", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_merge_deferred_maintains_merge_wait_when_not_resolving", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_auto_resumable_merge_deferred_shows_resolve_wait_not_merge_wait", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_auto_resumable_merge_deferred_starts_resolve_when_idle", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_auto_resumable_merge_deferred_queues_when_resolving", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_manual_resolve_merge_in_progress_tui_shows_resolve_wait", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_manual_resolve_uncommitted_changes_tui_shows_merge_wait", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "errors_resolve_failed_transitions_to_select_when_no_active", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "refresh_appstate", "to": "refresh_appstate_handle_dependency_blocked", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refresh_appstate", "to": "refresh_appstate_handle_dependency_resolved", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refresh_appstate", "to": "refresh_appstate_handle_changes_refreshed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refresh_appstate", "to": "refresh_appstate_handle_worktrees_refreshed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "refresh_appstate_handle_worktrees_refreshed", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_web_mod_rs", "to": "mod_webconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_mod_rs", "to": "mod_serve_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_mod_rs", "to": "mod_serve_css", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_mod_rs", "to": "mod_serve_js", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_mod_rs", "to": "mod_start_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_mod_rs", "to": "mod_shutdown_signal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_mod_rs", "to": "mod_spawn_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_mod_rs", "to": "mod_spawn_server_with_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_mod_rs", "to": "mod_test_web_config_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_mod_rs", "to": "mod_test_web_config_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_mod_rs", "to": "mod_test_web_config_auto_assign_port", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_webconfig", "to": "mod_webconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_webconfig", "to": "mod_webconfig_enabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_webconfig", "to": "mod_webconfig_with_refresh_interval", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_webconfig_default", "to": "mod_test_web_config_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_webconfig_enabled", "to": "mod_test_web_config_enabled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_webconfig_enabled", "to": "mod_test_web_config_auto_assign_port", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_start_server", "to": "mod_shutdown_signal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_start_server", "to": "mod_spawn_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_start_server", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_start_server", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_shutdown_signal", "to": "mod_spawn_server_with_url", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_spawn_server", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_spawn_server_with_url", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_spawn_server_with_url", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_spawn_server_with_url", "to": "url_build_access_url", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_spawn_server_with_url", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_spawn_server_with_url", "to": "state_webstate_refresh_from_disk", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_web_websocket_rs", "to": "websocket_ws_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_websocket_rs", "to": "websocket_handle_socket", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "websocket_ws_handler", "to": "websocket_handle_socket", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "websocket_handle_socket", "to": "state_webstate_refresh_from_disk", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "websocket_handle_socket", "to": "api_get_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "websocket_handle_socket", "to": "acp_client_acppromptblock_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "websocket_handle_socket", "to": "state_webstate_subscribe", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_web_state_rs", "to": "state_controlcommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_stateupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_changestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_orchestratorstatesnapshot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_progress_percent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_status_from_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_apply_reducer_derived_queue_statuses", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_refresh_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_webeventsink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_webstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_change_status_from_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_change_status_pending", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_change_status_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_orchestrator_state_snapshot_from_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_web_state_get_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_web_state_update", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_apply_execution_event_processing_started_sets_in_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_apply_execution_event_acceptance_started", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_apply_execution_event_acceptance_completed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_apply_execution_event_progress_updated_updates_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_web_state_get_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_compute_diff_no_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_compute_diff_progress_update", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_compute_diff_archived_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_compute_diff_new_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_progress_updated_zero_preserves_existing_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_progress_updated_valid_updates_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_update_method_preserves_progress_on_zero", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_update_method_updates_progress_with_valid_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_changes_refreshed_preserves_progress_on_zero", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_changes_refreshed_updates_progress_with_valid_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_archive_started_preserves_progress_when_zero", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_progress_updated_preserves_existing_during_archiving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_progress_updated_preserves_existing_during_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_changes_refreshed_preserves_progress_during_archiving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_changes_refreshed_preserves_progress_during_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_merge_deferred_during_resolve_sets_resolve_pending", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_merge_deferred_not_resolving_sets_merge_wait", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_resolve_started_sets_is_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_resolve_completed_clears_is_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_resolve_failed_clears_is_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_auto_resumable_merge_deferred_without_resolve_shows_resolve_pending", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_web_snapshot_uses_reducer_display_status_without_payload_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_changes_refreshed_reactivated_change_clears_rejected_queue_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_state_rs", "to": "state_test_dependency_blocked_and_resolved_converges_to_reducer_queue_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestatus", "to": "state_changestatus_from", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestatus_from", "to": "state_progress_percent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestatus_from", "to": "state_test_change_status_from_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestatus_from", "to": "state_test_change_status_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestatus_from", "to": "state_test_change_status_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changestatus_from", "to": "state_orchestratorstate_is_complete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_orchestratorstatesnapshot", "to": "state_orchestratorstatesnapshot_from_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstatesnapshot", "to": "state_orchestratorstatesnapshot_from_changes_with_shared_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstatesnapshot_from_changes", "to": "state_orchestratorstatesnapshot_from_changes_with_shared_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstatesnapshot_from_changes", "to": "state_webstate_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstatesnapshot_from_changes", "to": "state_test_orchestrator_state_snapshot_from_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstatesnapshot_from_changes_with_shared_state", "to": "state_webstate_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstatesnapshot_from_changes_with_shared_state", "to": "state_webstate_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstatesnapshot_from_changes_with_shared_state", "to": "state_webstate_update_with_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstatesnapshot_from_changes_with_shared_state", "to": "state_test_web_snapshot_uses_reducer_display_status_without_payload_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstatesnapshot_from_changes_with_shared_state", "to": "state_orchestratorstate_display_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_orchestratorstatesnapshot_from_changes_with_shared_state", "to": "state_orchestratorstate_apply_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_progress_percent", "to": "state_webstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_progress_percent", "to": "selection_select_by_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_status_from_progress", "to": "state_webstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_apply_reducer_derived_queue_statuses", "to": "state_webstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_apply_reducer_derived_queue_statuses", "to": "state_orchestratorstate_display_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_apply_reducer_derived_queue_statuses", "to": "state_orchestratorstate_apply_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_refresh_summary", "to": "state_webstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_refresh_summary", "to": "state_test_orchestrator_state_snapshot_from_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webeventsink", "to": "state_webeventsink_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webeventsink", "to": "state_webeventsink_on_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webeventsink", "to": "state_webeventsink_on_state_changed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webeventsink_on_event", "to": "state_webstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_set_control_channel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_send_control_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_set_shared_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_get_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_update_with_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_apply_execution_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_broadcast_snapshot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_compute_diff", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_refresh_from_disk", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_subscribe", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_get_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_list_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate", "to": "state_webstate_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_webstate_compute_diff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_webstate_refresh_from_disk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_webstate_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_web_state_get_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_web_state_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_apply_execution_event_processing_started_sets_in_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_apply_execution_event_acceptance_started", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_apply_execution_event_acceptance_completed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_apply_execution_event_progress_updated_updates_counts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_web_state_get_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_compute_diff_no_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_compute_diff_progress_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_compute_diff_archived_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_compute_diff_new_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_progress_updated_zero_preserves_existing_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_progress_updated_valid_updates_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_update_method_preserves_progress_on_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_update_method_updates_progress_with_valid_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_changes_refreshed_preserves_progress_on_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_changes_refreshed_updates_progress_with_valid_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_archive_started_preserves_progress_when_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_progress_updated_preserves_existing_during_archiving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_progress_updated_preserves_existing_during_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_changes_refreshed_preserves_progress_during_archiving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_changes_refreshed_preserves_progress_during_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_merge_deferred_during_resolve_sets_resolve_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_merge_deferred_not_resolving_sets_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_resolve_started_sets_is_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_resolve_completed_clears_is_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_resolve_failed_clears_is_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_auto_resumable_merge_deferred_without_resolve_shows_resolve_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_web_snapshot_uses_reducer_display_status_without_payload_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_changes_refreshed_reactivated_change_clears_rejected_queue_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "state_test_dependency_blocked_and_resolved_converges_to_reducer_queue_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_send_control_command", "to": "api_control_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_send_control_command", "to": "api_control_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_send_control_command", "to": "api_control_cancel_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_send_control_command", "to": "api_control_force_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_send_control_command", "to": "api_control_retry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_set_shared_state", "to": "state_test_changes_refreshed_reactivated_change_clears_rejected_queue_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_set_shared_state", "to": "state_test_dependency_blocked_and_resolved_converges_to_reducer_queue_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_web_state_get_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_web_state_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_apply_execution_event_processing_started_sets_in_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_apply_execution_event_acceptance_started", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_apply_execution_event_acceptance_completed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_apply_execution_event_progress_updated_updates_counts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_progress_updated_zero_preserves_existing_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_progress_updated_valid_updates_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_update_method_preserves_progress_on_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_update_method_updates_progress_with_valid_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_changes_refreshed_preserves_progress_on_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_changes_refreshed_updates_progress_with_valid_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_archive_started_preserves_progress_when_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_progress_updated_preserves_existing_during_archiving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_progress_updated_preserves_existing_during_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_changes_refreshed_preserves_progress_during_archiving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_changes_refreshed_preserves_progress_during_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_merge_deferred_during_resolve_sets_resolve_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_merge_deferred_not_resolving_sets_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_resolve_started_sets_is_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_resolve_completed_clears_is_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_resolve_failed_clears_is_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_auto_resumable_merge_deferred_without_resolve_shows_resolve_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_changes_refreshed_reactivated_change_clears_rejected_queue_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_get_state", "to": "state_test_dependency_blocked_and_resolved_converges_to_reducer_queue_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update", "to": "state_webstate_compute_diff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update", "to": "state_webstate_broadcast_snapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update", "to": "state_test_web_state_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update", "to": "state_test_compute_diff_no_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update", "to": "state_test_compute_diff_progress_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update", "to": "state_test_compute_diff_archived_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update", "to": "state_test_compute_diff_new_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update", "to": "state_test_update_method_preserves_progress_on_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update", "to": "state_test_update_method_updates_progress_with_valid_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_update", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_update_with_mode", "to": "state_webstate_compute_diff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update_with_mode", "to": "state_webstate_broadcast_snapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update_with_mode", "to": "state_webstate_refresh_from_disk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_update_with_mode", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_update_with_mode", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_apply_execution_event_processing_started_sets_in_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_apply_execution_event_acceptance_started", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_apply_execution_event_acceptance_completed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_apply_execution_event_progress_updated_updates_counts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_progress_updated_zero_preserves_existing_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_progress_updated_valid_updates_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_changes_refreshed_preserves_progress_on_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_changes_refreshed_updates_progress_with_valid_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_archive_started_preserves_progress_when_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_progress_updated_preserves_existing_during_archiving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_progress_updated_preserves_existing_during_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_changes_refreshed_preserves_progress_during_archiving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_changes_refreshed_preserves_progress_during_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_merge_deferred_during_resolve_sets_resolve_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_merge_deferred_not_resolving_sets_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_resolve_started_sets_is_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_resolve_completed_clears_is_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_resolve_failed_clears_is_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_auto_resumable_merge_deferred_without_resolve_shows_resolve_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_web_snapshot_uses_reducer_display_status_without_payload_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_changes_refreshed_reactivated_change_clears_rejected_queue_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_apply_execution_event", "to": "state_test_dependency_blocked_and_resolved_converges_to_reducer_queue_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_refresh_from_disk", "to": "mod_get_worktree_path_for_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_refresh_from_disk", "to": "api_get_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_refresh_from_disk", "to": "api_list_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_refresh_from_disk", "to": "api_get_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_subscribe", "to": "state_test_web_state_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_subscribe", "to": "state_test_compute_diff_no_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_subscribe", "to": "state_test_compute_diff_progress_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_subscribe", "to": "state_test_compute_diff_archived_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_subscribe", "to": "state_test_compute_diff_new_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_webstate_subscribe", "to": "terminal_terminalmanager_subscribe_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_subscribe", "to": "git_sync_test_run_resolve_command_logs_start_stdout_stderr_finished_in_order", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_subscribe", "to": "git_sync_test_run_resolve_command_logs_error_level_on_non_zero_exit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_subscribe", "to": "ws_ws_handler", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_webstate_get_change", "to": "state_test_web_state_get_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_test_web_snapshot_uses_reducer_display_status_without_payload_change", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_dependency_blocked_and_resolved_converges_to_reducer_queue_status", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_web_api_rs", "to": "api_healthresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_health", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_get_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_list_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_errorresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_not_found_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_get_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_controlresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_control_start", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_control_stop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_control_cancel_stop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_control_force_stop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_control_retry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_list_worktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_refresh_worktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_createworktreerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_create_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_deleteworktreerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_delete_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_mergeworktreerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_merge_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_worktreecommandrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_execute_worktree_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_create_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_test_health_endpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_test_get_state_endpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_test_list_changes_endpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_test_get_change_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_test_get_change_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_test_not_found_response_helper", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_api_rs", "to": "api_test_not_found_response_consistency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_health", "to": "api_test_health_endpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_get_state", "to": "api_control_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_get_state", "to": "api_control_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_get_state", "to": "api_control_cancel_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_get_state", "to": "api_control_force_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_get_state", "to": "api_control_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_get_state", "to": "api_test_get_state_endpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_list_changes", "to": "api_test_list_changes_endpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_not_found_response", "to": "api_get_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_not_found_response", "to": "api_test_not_found_response_helper", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_not_found_response", "to": "api_test_not_found_response_consistency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_get_change", "to": "api_test_get_change_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_get_change", "to": "api_test_get_change_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_list_worktrees", "to": "api_refresh_worktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_create_worktree", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_create_worktree", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_create_worktree", "to": "worktree_worktree_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_create_worktree", "to": "worktree_run_worktree_setup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_delete_worktree", "to": "worktree_worktree_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_delete_worktree", "to": "basic_branch_delete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_merge_worktree", "to": "basic_checkout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_merge_worktree", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_execute_worktree_command", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_create_test_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_create_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_test_get_state_endpoint", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_test_list_changes_endpoint", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_test_get_change_found", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "api_test_get_change_not_found", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_web_url_rs", "to": "url_get_local_ip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_url_rs", "to": "url_build_access_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_url_rs", "to": "url_test_build_access_url_localhost", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_url_rs", "to": "url_test_build_access_url_specific_address", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_url_rs", "to": "url_test_build_access_url_zero_address", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_url_rs", "to": "url_test_get_local_ip_returns_valid_ip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_web_url_rs", "to": "url_test_get_local_ip_without_feature", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "url_get_local_ip", "to": "url_build_access_url", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "url_get_local_ip", "to": "url_test_get_local_ip_returns_valid_ip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "url_build_access_url", "to": "url_test_build_access_url_localhost", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "url_build_access_url", "to": "url_test_build_access_url_specific_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "url_build_access_url", "to": "url_test_build_access_url_zero_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "url_build_access_url", "to": "mod_server_base_url", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_proposalsessionstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_proposalsessioninfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_detectedchange", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_proposalsessionmessagerecord", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_proposalsessiontoolcallrecord", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_proposalsession", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_create_proposal_session_manager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_proposalsessionmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_generate_session_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_extract_proposal_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_proposalsessionerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_test_generate_session_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_test_extract_proposal_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_test_extract_proposal_title_no_change_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_test_detected_change_metadata_serializes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_test_extract_proposal_title_missing_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_test_proposal_session_info_serialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_test_detected_change_serialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_test_proposal_session_manager_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_test_proposal_session_manager_list_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_proposal_session_rs", "to": "proposal_session_test_append_assistant_thought_chunk_sets_is_thought", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionstatus", "to": "proposal_session_proposalsessionstatus_as_db_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionstatus", "to": "proposal_session_proposalsessionstatus_from_db_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionstatus_as_db_value", "to": "proposal_session_proposalsessionmanager_persist_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionstatus_as_db_value", "to": "proposal_session_proposalsessionmanager_scan_timeouts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionstatus_from_db_value", "to": "proposal_session_proposalsessionmanager_restore_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsession", "to": "proposal_session_proposalsession_build_prompt_prefix_blocks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsession", "to": "proposal_session_proposalsession_to_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsession", "to": "proposal_session_proposalsession_touch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsession_build_prompt_prefix_blocks", "to": "proposal_session_proposalsessionmanager_create_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsession_build_prompt_prefix_blocks", "to": "proposal_session_proposalsessionmanager_restore_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsession_build_prompt_prefix_blocks", "to": "proposal_session_test_append_assistant_thought_chunk_sets_is_thought", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsession_to_info", "to": "proposal_session_proposalsessionmanager_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsession_to_info", "to": "proposal_session_proposalsessionmanager_create_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsession_to_info", "to": "proposal_session_proposalsessionmanager_list_sessions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsession_to_info", "to": "proposal_session_proposalsessionmanager_restore_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsession_touch", "to": "proposal_session_proposalsessionmanager_touch_session_activity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_create_proposal_session_manager", "to": "proposal_session_proposalsessionmanager_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_create_proposal_session_manager", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_create_proposal_session_manager", "to": "test_support_make_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_create_proposal_session_manager", "to": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_create_proposal_session_manager", "to": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_create_proposal_session_manager", "to": "git_sync_test_git_sync_fails_without_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_create_proposal_session_manager", "to": "git_sync_test_git_sync_route_is_registered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_create_proposal_session_manager", "to": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_create_proposal_session_manager", "to": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_create_proposal_session_manager", "to": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_create_proposal_session_manager", "to": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_persist_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_persist_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_persist_activity_if_due", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_create_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_list_sessions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_restore_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_get_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_prompt_prefix_blocks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_touch_session_activity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_list_messages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_record_user_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_record_user_prompt_with_client_message_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_is_client_message_recorded", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_get_active_turn_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_append_assistant_chunk", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_append_assistant_thought_chunk", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_append_assistant_chunk_with_kind", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_record_tool_call", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_update_tool_call_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_complete_active_turn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_check_dirty", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_close_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_merge_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_detect_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_scan_timeouts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager", "to": "proposal_session_proposalsessionmanager_cleanup_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_proposalsessionmanager_create_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_proposalsessionmanager_restore_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_proposalsessionmanager_append_assistant_chunk_with_kind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_proposalsessionmanager_record_tool_call", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_proposalsessionmanager_check_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_proposalsessionmanager_detect_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_proposalsessionmanager_scan_timeouts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_test_extract_proposal_title", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_test_extract_proposal_title_no_change_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_test_extract_proposal_title_missing_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_test_proposal_session_info_serialization", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_test_proposal_session_manager_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_test_proposal_session_manager_list_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "proposal_session_test_append_assistant_thought_chunk_sets_is_thought", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_persist_session", "to": "proposal_session_proposalsessionmanager_create_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_persist_session", "to": "proposal_session_proposalsessionmanager_restore_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_persist_session", "to": "db_serverdb_upsert_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_persist_message", "to": "proposal_session_proposalsessionmanager_record_user_prompt_with_client_message_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_persist_message", "to": "proposal_session_proposalsessionmanager_complete_active_turn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_persist_message", "to": "db_serverdb_insert_proposal_session_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_persist_activity_if_due", "to": "proposal_session_proposalsessionmanager_touch_session_activity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_persist_activity_if_due", "to": "db_serverdb_update_proposal_session_activity", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_create_session", "to": "proposal_session_generate_session_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_create_session", "to": "proposal_session_proposalsessionmanager_restore_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_create_session", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_create_session", "to": "worktree_worktree_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_create_session", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_create_session", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_create_session", "to": "acp_client_acpclient_initialize", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_create_session", "to": "acp_client_acpclient_create_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_list_sessions", "to": "proposal_session_test_proposal_session_manager_list_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_restore_session", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_restore_session", "to": "db_serverdb_delete_proposal_session_messages", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_restore_session", "to": "db_serverdb_delete_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_restore_session", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_restore_session", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_restore_session", "to": "acp_client_acpclient_initialize", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_restore_session", "to": "db_serverdb_load_proposal_session_messages", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_restore_session", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_get_session", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_get_session", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_prompt_prefix_blocks", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_prompt_prefix_blocks", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_touch_session_activity", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_list_messages", "to": "proposal_session_test_append_assistant_thought_chunk_sets_is_thought", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_list_messages", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_list_messages", "to": "proposals_get_proposal_session_messages", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_list_messages", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_record_user_prompt", "to": "proposal_session_proposalsessionmanager_record_user_prompt_with_client_message_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_record_user_prompt_with_client_message_id", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_is_client_message_recorded", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_is_client_message_recorded", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_get_active_turn_id", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_get_active_turn_id", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_append_assistant_chunk", "to": "proposal_session_proposalsessionmanager_append_assistant_chunk_with_kind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_append_assistant_chunk", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_append_assistant_thought_chunk", "to": "proposal_session_proposalsessionmanager_append_assistant_chunk_with_kind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_append_assistant_thought_chunk", "to": "proposal_session_test_append_assistant_thought_chunk_sets_is_thought", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_append_assistant_thought_chunk", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_append_assistant_chunk_with_kind", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_record_tool_call", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_record_tool_call", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_record_tool_call", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_update_tool_call_status", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_complete_active_turn", "to": "registry_projectsyncstate_as_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_complete_active_turn", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_check_dirty", "to": "proposal_session_proposalsessionmanager_close_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_check_dirty", "to": "proposal_session_proposalsessionmanager_merge_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_check_dirty", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_check_dirty", "to": "basic_has_uncommitted_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_check_dirty", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_check_dirty", "to": "proposals_create_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_check_dirty", "to": "proposals_list_proposal_sessions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_close_session", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_close_session", "to": "acp_client_acpclient_kill", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_close_session", "to": "worktree_worktree_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_close_session", "to": "basic_branch_delete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_close_session", "to": "db_serverdb_delete_proposal_session_messages", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_close_session", "to": "db_serverdb_delete_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_close_session", "to": "proposals_close_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_merge_session", "to": "merge_merge_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_merge_session", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_merge_session", "to": "acp_client_acpclient_kill", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_merge_session", "to": "worktree_worktree_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_merge_session", "to": "basic_branch_delete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_merge_session", "to": "db_serverdb_delete_proposal_session_messages", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_merge_session", "to": "db_serverdb_delete_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_merge_session", "to": "proposals_merge_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_detect_changes", "to": "proposal_session_extract_proposal_title", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_proposalsessionmanager_detect_changes", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_detect_changes", "to": "proposals_list_proposal_session_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_scan_timeouts", "to": "acp_client_acpclient_kill", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_scan_timeouts", "to": "db_serverdb_update_proposal_session_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_scan_timeouts", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_cleanup_all", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_cleanup_all", "to": "acp_client_acpclient_kill", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_cleanup_all", "to": "basic_has_uncommitted_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_proposalsessionmanager_cleanup_all", "to": "worktree_worktree_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_generate_session_id", "to": "proposal_session_test_generate_session_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_extract_proposal_title", "to": "proposal_session_test_extract_proposal_title", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_extract_proposal_title", "to": "proposal_session_test_extract_proposal_title_no_change_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_extract_proposal_title", "to": "proposal_session_test_extract_proposal_title_missing_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposal_session_test_detected_change_serialization", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_test_proposal_session_manager_new", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_test_proposal_session_manager_list_empty", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_test_append_assistant_thought_chunk_sets_is_thought", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_test_append_assistant_thought_chunk_sets_is_thought", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposal_session_test_append_assistant_thought_chunk_sets_is_thought", "to": "acp_client_acpclient_new_for_test", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_worktreerootkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_rootkind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_activecommandregistry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_create_shared_active_commands", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_activecommandguard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_make_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_test_acquire_and_release", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_test_double_acquire_fails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_test_different_roots_independent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_test_snapshot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_test_guard_release_async", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_active_commands_rs", "to": "active_commands_test_root_kind_display", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_rootkind", "to": "active_commands_rootkind_fmt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry", "to": "active_commands_activecommandregistry_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry", "to": "active_commands_activecommandregistry_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry", "to": "active_commands_activecommandregistry_try_acquire", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry", "to": "active_commands_activecommandregistry_release", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry", "to": "active_commands_activecommandregistry_is_busy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry", "to": "active_commands_activecommandregistry_snapshot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry_default", "to": "active_commands_activecommandguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry_new", "to": "active_commands_activecommandguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry_try_acquire", "to": "active_commands_test_double_acquire_fails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry_try_acquire", "to": "active_commands_test_snapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry_try_acquire", "to": "active_commands_test_guard_release_async", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandregistry_try_acquire", "to": "registry_projectregistry_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_activecommandregistry_try_acquire", "to": "mod_try_acquire_active_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_activecommandregistry_release", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_activecommandregistry_snapshot", "to": "active_commands_test_snapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_create_shared_active_commands", "to": "active_commands_activecommandguard_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_create_shared_active_commands", "to": "active_commands_test_guard_release_async", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_create_shared_active_commands", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_create_shared_active_commands", "to": "test_support_make_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_create_shared_active_commands", "to": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_create_shared_active_commands", "to": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_create_shared_active_commands", "to": "git_sync_test_git_sync_fails_without_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_create_shared_active_commands", "to": "git_sync_test_git_sync_route_is_registered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_create_shared_active_commands", "to": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_create_shared_active_commands", "to": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_create_shared_active_commands", "to": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_create_shared_active_commands", "to": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_activecommandguard", "to": "active_commands_activecommandguard_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard", "to": "active_commands_activecommandguard_release", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard", "to": "active_commands_activecommandguard_drop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard_new", "to": "active_commands_test_acquire_and_release", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard_new", "to": "active_commands_test_double_acquire_fails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard_new", "to": "active_commands_test_different_roots_independent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard_new", "to": "active_commands_test_snapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard_new", "to": "active_commands_test_guard_release_async", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard_release", "to": "active_commands_activecommandguard_drop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard_release", "to": "active_commands_test_acquire_and_release", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard_release", "to": "active_commands_test_different_roots_independent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard_release", "to": "active_commands_test_guard_release_async", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_activecommandguard_drop", "to": "terminal_terminalmanager_create_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_activecommandguard_drop", "to": "terminal_terminalmanager_delete_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_activecommandguard_drop", "to": "control_stop_and_dequeue_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_activecommandguard_drop", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_activecommandguard_drop", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_activecommandguard_drop", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "active_commands_make_key", "to": "active_commands_test_acquire_and_release", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_make_key", "to": "active_commands_test_double_acquire_fails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_make_key", "to": "active_commands_test_different_roots_independent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_make_key", "to": "active_commands_test_snapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "active_commands_make_key", "to": "active_commands_test_guard_release_async", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_projectstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_orchestrationstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_projectsyncstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_projectsyncmetadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_projectentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_generate_project_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_server_worktree_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_projectregistry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_create_shared_registry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_server_worktree_branch_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_server_worktree_branch_different_base_branches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_server_worktree_branch_different_project_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_server_worktree_branch_is_not_base_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_server_worktree_branch_starts_with_server_wt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_generate_project_id_deterministic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_generate_project_id_length", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_generate_project_id_different_inputs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_generate_project_id_known_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_registry_add_and_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_registry_add_duplicate_fails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_registry_remove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_registry_persistence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_project_lock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_global_semaphore_limits_concurrency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_toggle_change_selected_tracks_explicit_false", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_mark_change_error_clears_selection_until_explicit_remark", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_registry_rs", "to": "registry_test_toggle_all_changes_treats_error_changes_as_unselected_by_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_orchestrationstatus", "to": "registry_orchestrationstatus_as_str", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectsyncstate", "to": "registry_projectsyncstate_as_str", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectsyncstate_as_str", "to": "acp_client_acpclient_create_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "control_test_stats_and_logs_endpoints_return_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "files_build_file_tree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "files_test_build_file_tree_excludes_dirs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "files_test_get_file_tree_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "files_test_get_file_content_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "files_test_get_file_content_nonexistent_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "mod_put_ui_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "git_sync_test_git_pull_auto_resolve_without_resolve_command_configured_returns_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "git_sync_test_git_push_no_local_clone_returns_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "worktrees_test_list_worktrees_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "projects_test_add_project_without_repo_root_setup_succeeds_without_marker", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "projects_test_add_project_setup_failure_returns_422_and_rolls_back_registry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "projects_test_get_version_response_format", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "projects_test_add_project_creates_worktree_on_server_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "dashboard_dashboard_assets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "ws_build_remote_project_snapshot_async", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "runner_agentrunner_extract_stream_json_result", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "merge_test_fast_forward_merge_passes_verification_with_ancestor_check", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "merge_test_unintegrated_change_still_reported_missing_after_ff_filter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "apply_check_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "state_changeruntimestate_error_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "client_remoteclient_ws_url", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectsyncstate_as_str", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectentry", "to": "registry_projectentry_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_generate_project_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_projectregistry_load", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_projectregistry_add", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_create_shared_registry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_test_registry_add_and_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_test_registry_add_duplicate_fails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_test_registry_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_test_registry_persistence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_test_project_lock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_test_global_semaphore_limits_concurrency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_test_toggle_change_selected_tracks_explicit_false", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_test_mark_change_error_clears_selection_until_explicit_remark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "registry_test_toggle_all_changes_treats_error_changes_as_unselected_by_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectentry_new", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_generate_project_id", "to": "registry_projectregistry_add", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_generate_project_id", "to": "registry_test_generate_project_id_deterministic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_generate_project_id", "to": "registry_test_generate_project_id_length", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_generate_project_id", "to": "registry_test_generate_project_id_different_inputs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_generate_project_id", "to": "registry_test_generate_project_id_known_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_generate_project_id", "to": "projects_test_add_project_setup_failure_returns_422_and_rolls_back_registry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_server_worktree_branch", "to": "registry_test_server_worktree_branch_format", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_server_worktree_branch", "to": "registry_test_server_worktree_branch_different_base_branches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_server_worktree_branch", "to": "registry_test_server_worktree_branch_different_project_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_server_worktree_branch", "to": "registry_test_server_worktree_branch_is_not_base_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_server_worktree_branch", "to": "registry_test_server_worktree_branch_starts_with_server_wt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_server_worktree_branch", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_server_worktree_branch", "to": "projects_test_server_worktree_branch_function_produces_correct_format", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_load", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_save", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_add", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_remove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_set_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_set_sync_metadata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_project_lock", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_global_semaphore", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_data_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_is_change_selected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_ensure_change_selected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_toggle_change_selected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_toggle_all_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_change_selections_for_project", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_set_change_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_mark_change_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_error_changes_for_project", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_clear_change_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry", "to": "registry_projectregistry_is_change_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_load", "to": "registry_create_shared_registry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_load", "to": "registry_test_registry_add_and_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_load", "to": "registry_test_registry_add_duplicate_fails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_load", "to": "registry_test_registry_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_load", "to": "registry_test_registry_persistence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_load", "to": "registry_test_project_lock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_load", "to": "registry_test_global_semaphore_limits_concurrency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_load", "to": "registry_test_toggle_change_selected_tracks_explicit_false", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_load", "to": "registry_test_mark_change_error_clears_selection_until_explicit_remark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_load", "to": "registry_test_toggle_all_changes_treats_error_changes_as_unselected_by_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_save", "to": "registry_projectregistry_add", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_save", "to": "registry_projectregistry_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_save", "to": "registry_projectregistry_set_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_save", "to": "registry_projectregistry_set_sync_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_list", "to": "registry_test_registry_add_and_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_list", "to": "registry_test_registry_persistence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_list", "to": "control_global_control_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_list", "to": "control_global_control_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_list", "to": "mod_refresh_project_sync_states_once", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_list", "to": "projects_list_projects", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_list", "to": "projects_projects_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "registry_test_registry_add_and_list", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_add", "to": "registry_test_registry_add_duplicate_fails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_add", "to": "registry_test_registry_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_add", "to": "registry_test_registry_persistence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_add", "to": "registry_test_project_lock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_add", "to": "registry_test_toggle_change_selected_tracks_explicit_false", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_add", "to": "registry_test_mark_change_error_clears_selection_until_explicit_remark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_add", "to": "registry_test_toggle_all_changes_treats_error_changes_as_unselected_by_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_add", "to": "control_test_toggle_all_change_selection_remarks_error_changes_for_next_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "control_test_global_control_run_skips_rejected_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "control_test_stop_and_dequeue_change_deselects_and_returns_ok", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "files_test_get_file_content_rejects_path_traversal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "git_sync_test_git_pull_non_fast_forward_detection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "git_sync_create_diverged_repo_setup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "git_sync_test_git_push_no_local_clone_returns_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "git_sync_test_git_push_non_fast_forward_detection_with_bare_repos", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "git_sync_test_git_sync_fails_without_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "git_sync_test_git_sync_route_is_registered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "worktrees_test_list_worktrees_empty_for_registered_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_add", "to": "projects_test_global_control_run_records_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "registry_projectregistry_set_change_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_remove", "to": "registry_projectregistry_clear_change_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_remove", "to": "registry_test_registry_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_remove", "to": "terminal_terminalmanager_delete_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "runner_stop_project_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "acp_client_dispatch_jsonrpc_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "acp_client_acpclient_send_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "projects_delete_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "runner_agentrunner_reset_acceptance_tail_injection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "mod_gitworkspacemanager_find_existing_workspace", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "state_orchestratorstate_clear_stalled_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "state_orchestratorstate_mark_archived", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "state_orchestratorstate_remove_from_pending", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "state_orchestratorstate_drop_pending_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_remove", "to": "state_orchestratorstate_clear_error_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "registry_projectregistry_project_lock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_get", "to": "registry_projectregistry_is_change_selected", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_get", "to": "registry_projectregistry_toggle_all_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_get", "to": "registry_projectregistry_change_selections_for_project", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_get", "to": "registry_projectregistry_error_changes_for_project", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_get", "to": "registry_projectregistry_is_change_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_get", "to": "terminal_terminalmanager_write_input", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "terminal_terminalmanager_subscribe_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "terminal_terminalmanager_get_scrollback", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "db_serverdb_apply_migrations", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "db_serverdb_get_recent_runs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "db_serverdb_get_events_by_project_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "db_serverdb_get_recent_events", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "db_serverdb_get_stats_overview", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "db_serverdb_query_logs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "db_serverdb_load_change_states", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "db_serverdb_get_ui_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "db_serverdb_load_active_proposal_sessions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "db_serverdb_insert_proposal_session_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "db_serverdb_load_proposal_session_messages", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "acp_client_acpclient_create_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "control_toggle_change_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "control_toggle_all_change_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "control_stop_and_dequeue_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "control_global_control_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "control_global_control_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "control_get_project_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "control_list_selected_change_ids_in_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "control_test_toggle_all_change_selection_remarks_error_changes_for_next_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "files_resolve_file_root", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "mod_auth_middleware", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "mod_put_ui_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "git_sync_git_sync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "worktrees_resolve_project_worktree_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "projects_projects_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "projects_test_global_control_run_records_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "ws_build_remote_project_snapshot_async", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "ws_derive_change_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "ws_list_remote_changes_in_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "runner_agentrunner_get_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "runner_agentrunner_peek_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "runner_agentrunner_extract_stream_json_result", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "state_orchestratorstate_apply_count", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "state_orchestratorstate_task_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "state_orchestratorstate_change_runtime", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "state_orchestratorstate_display_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "state_orchestratorstate_is_active_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "state_orchestratorstate_is_terminal_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "state_orchestratorstate_last_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "client_remoteclient_list_projects", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "client_remoteclient_list_all_projects", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "client_remoteclient_get_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "client_remoteclient_list_projects_management", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_get", "to": "test_helpers_spawn_flexible_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_set_status", "to": "runner_set_project_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_set_status", "to": "control_stop_and_dequeue_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_set_status", "to": "control_global_control_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_set_status", "to": "control_global_control_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_set_status", "to": "control_start_single_project_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_set_sync_metadata", "to": "mod_refresh_project_sync_states_once", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_project_lock", "to": "registry_test_project_lock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_project_lock", "to": "git_sync_git_sync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_project_lock", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_global_semaphore", "to": "registry_test_global_semaphore_limits_concurrency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_global_semaphore", "to": "git_sync_git_sync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_global_semaphore", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_data_dir", "to": "control_toggle_all_change_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_data_dir", "to": "control_global_control_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_data_dir", "to": "files_resolve_file_root", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_data_dir", "to": "mod_refresh_project_sync_states_once", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_data_dir", "to": "git_sync_git_sync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_data_dir", "to": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_data_dir", "to": "worktrees_resolve_project_worktree_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_data_dir", "to": "worktrees_server_create_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_data_dir", "to": "projects_projects_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_data_dir", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_is_change_selected", "to": "control_toggle_all_change_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_is_change_selected", "to": "control_stop_and_dequeue_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_toggle_change_selected", "to": "registry_projectregistry_is_change_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_toggle_change_selected", "to": "registry_test_toggle_change_selected_tracks_explicit_false", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_toggle_change_selected", "to": "registry_test_mark_change_error_clears_selection_until_explicit_remark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_toggle_change_selected", "to": "control_toggle_change_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_toggle_change_selected", "to": "control_stop_and_dequeue_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_toggle_change_selected", "to": "control_test_stop_and_dequeue_change_deselects_and_returns_ok", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_toggle_all_changes", "to": "registry_projectregistry_is_change_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_toggle_all_changes", "to": "registry_test_toggle_all_changes_treats_error_changes_as_unselected_by_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_toggle_all_changes", "to": "control_toggle_all_change_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_change_selections_for_project", "to": "control_global_control_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_change_selections_for_project", "to": "projects_projects_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_set_change_state", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_set_change_state", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_mark_change_error", "to": "registry_test_mark_change_error_clears_selection_until_explicit_remark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_mark_change_error", "to": "registry_test_toggle_all_changes_treats_error_changes_as_unselected_by_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_mark_change_error", "to": "runner_mark_selected_changes_as_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_mark_change_error", "to": "control_test_toggle_all_change_selection_remarks_error_changes_for_next_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_error_changes_for_project", "to": "control_toggle_change_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_error_changes_for_project", "to": "control_toggle_all_change_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_error_changes_for_project", "to": "control_stop_and_dequeue_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_error_changes_for_project", "to": "projects_projects_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_clear_change_error", "to": "registry_test_mark_change_error_clears_selection_until_explicit_remark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "registry_projectregistry_clear_change_error", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_projectregistry_clear_change_error", "to": "control_toggle_change_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_create_shared_registry", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_create_shared_registry", "to": "test_support_make_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_create_shared_registry", "to": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_create_shared_registry", "to": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_create_shared_registry", "to": "git_sync_test_git_sync_fails_without_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_create_shared_registry", "to": "git_sync_test_git_sync_route_is_registered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_create_shared_registry", "to": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_create_shared_registry", "to": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_create_shared_registry", "to": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "registry_create_shared_registry", "to": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_terminal_rs", "to": "terminal_terminalsessioninfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_createterminalrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_createterminalfromcontextrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_resizeterminalrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_ptycommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_terminalsession", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_terminalmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_create_terminal_manager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_read_pty_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_generate_session_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_test_create_and_list_sessions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_test_create_session_invalid_cwd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_test_delete_nonexistent_session", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_test_session_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_test_session_preserves_project_id_and_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_terminal_rs", "to": "terminal_test_scrollback_buffer_available", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager", "to": "terminal_terminalmanager_create_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager", "to": "terminal_terminalmanager_list_sessions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager", "to": "terminal_terminalmanager_delete_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager", "to": "terminal_terminalmanager_write_input", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager", "to": "terminal_terminalmanager_subscribe_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager", "to": "terminal_terminalmanager_resize_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager", "to": "terminal_terminalmanager_session_exists", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager", "to": "terminal_terminalmanager_get_scrollback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_create_terminal_manager", "to": "terminal_test_create_and_list_sessions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_create_terminal_manager", "to": "terminal_test_create_session_invalid_cwd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_create_terminal_manager", "to": "terminal_test_delete_nonexistent_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_create_terminal_manager", "to": "terminal_test_session_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_create_terminal_manager", "to": "terminal_test_session_preserves_project_id_and_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_create_terminal_manager", "to": "terminal_test_scrollback_buffer_available", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_create_terminal_manager", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_create_terminal_manager", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_create_terminal_manager", "to": "test_support_make_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_create_terminal_manager", "to": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_create_terminal_manager", "to": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_create_terminal_manager", "to": "git_sync_test_git_sync_fails_without_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_create_terminal_manager", "to": "git_sync_test_git_sync_route_is_registered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_create_terminal_manager", "to": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_create_terminal_manager", "to": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_create_terminal_manager", "to": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_create_terminal_manager", "to": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_create_session", "to": "terminal_generate_session_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_create_session", "to": "terminal_read_pty_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_create_session", "to": "terminal_test_create_and_list_sessions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_create_session", "to": "terminal_test_create_session_invalid_cwd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_create_session", "to": "terminal_test_session_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_create_session", "to": "terminal_test_session_preserves_project_id_and_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_create_session", "to": "terminal_test_scrollback_buffer_available", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_create_session", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_create_session", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_create_session", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_list_sessions", "to": "terminal_test_create_and_list_sessions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_list_sessions", "to": "terminal_test_session_preserves_project_id_and_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_list_sessions", "to": "terminals_list_terminals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_list_sessions", "to": "proposals_list_proposal_sessions", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_delete_session", "to": "terminal_test_create_and_list_sessions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_delete_session", "to": "terminal_test_delete_nonexistent_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_delete_session", "to": "terminal_test_session_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_delete_session", "to": "terminal_test_session_preserves_project_id_and_root", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_delete_session", "to": "terminal_test_scrollback_buffer_available", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_delete_session", "to": "terminals_delete_terminal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_write_input", "to": "terminals_handle_terminal_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_subscribe_output", "to": "terminals_handle_terminal_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_resize_session", "to": "terminals_resize_terminal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_resize_session", "to": "terminals_handle_terminal_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_session_exists", "to": "terminals_terminal_ws_handler", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_terminalmanager_get_scrollback", "to": "terminal_test_scrollback_buffer_available", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminal_terminalmanager_get_scrollback", "to": "terminals_handle_terminal_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_test_create_and_list_sessions", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_test_create_session_invalid_cwd", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_test_session_exists", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminal_test_scrollback_buffer_available", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_runner_rs", "to": "runner_projectrunrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_runner_rs", "to": "runner_runnerentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_runner_rs", "to": "runner_create_shared_runners", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_runner_rs", "to": "runner_start_project_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_runner_rs", "to": "runner_stop_project_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_runner_rs", "to": "runner_set_project_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_runner_rs", "to": "runner_make_log_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_runner_rs", "to": "runner_mark_selected_changes_as_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_runner_rs", "to": "runner_run_cflx_in_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_create_shared_runners", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_create_shared_runners", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_create_shared_runners", "to": "test_support_make_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_create_shared_runners", "to": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_create_shared_runners", "to": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_create_shared_runners", "to": "git_sync_test_git_sync_fails_without_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_create_shared_runners", "to": "git_sync_test_git_sync_route_is_registered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_create_shared_runners", "to": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_create_shared_runners", "to": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_create_shared_runners", "to": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_create_shared_runners", "to": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_start_project_run", "to": "runner_stop_project_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_start_project_run", "to": "runner_set_project_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_start_project_run", "to": "runner_run_cflx_in_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_start_project_run", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_start_project_run", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_start_project_run", "to": "control_global_control_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_start_project_run", "to": "control_start_single_project_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_stop_project_run", "to": "acp_client_acpclient_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_stop_project_run", "to": "control_stop_and_dequeue_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_stop_project_run", "to": "control_global_control_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_make_log_entry", "to": "runner_run_cflx_in_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_mark_selected_changes_as_error", "to": "db_serverdb_upsert_change_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_cflx_in_worktree", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_cflx_in_worktree", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_cflx_in_worktree", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_run_cflx_in_worktree", "to": "db_serverdb_insert_log", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_db_rs", "to": "db_proposalsessiondbrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_proposalsessionupsert", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_changeeventrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_logentryrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_runrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_changestaterow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_statsoverviewsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_recenteventsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_projectstatssummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_statsoverview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_serverdb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_test_server_db_init_and_run_crud", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_test_change_events_stats_and_history_queries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_test_logs_query_change_state_and_cleanup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_test_ui_state_crud", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_test_proposal_session_crud", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_db_rs", "to": "db_test_proposal_session_messages_crud", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_with_conn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_apply_migrations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_insert_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_update_run_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_get_recent_runs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_insert_change_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_get_events_by_project_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_get_recent_events", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_get_stats_overview", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_insert_log", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_query_logs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_upsert_change_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_load_change_states", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_delete_change_states_for_project", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_cleanup_old_logs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_get_ui_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_set_ui_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_delete_ui_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_get_all_ui_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_upsert_proposal_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_update_proposal_session_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_update_proposal_session_activity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_load_active_proposal_sessions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_delete_proposal_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_insert_proposal_session_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_load_proposal_session_messages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb", "to": "db_serverdb_delete_proposal_session_messages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_new", "to": "db_serverdb_apply_migrations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_new", "to": "db_test_server_db_init_and_run_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_new", "to": "db_test_change_events_stats_and_history_queries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_new", "to": "db_test_logs_query_change_state_and_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_new", "to": "db_test_ui_state_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_new", "to": "db_test_proposal_session_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_new", "to": "db_test_proposal_session_messages_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_apply_migrations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_insert_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_update_run_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_get_recent_runs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_insert_change_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_get_events_by_project_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_get_recent_events", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_get_stats_overview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_insert_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_query_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_upsert_change_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_load_change_states", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_delete_change_states_for_project", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_cleanup_old_logs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_get_ui_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_set_ui_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_delete_ui_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_get_all_ui_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_upsert_proposal_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_update_proposal_session_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_update_proposal_session_activity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_load_active_proposal_sessions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_delete_proposal_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_insert_proposal_session_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_load_proposal_session_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_with_conn", "to": "db_serverdb_delete_proposal_session_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_insert_run", "to": "db_test_server_db_init_and_run_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_update_run_status", "to": "db_test_server_db_init_and_run_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_get_recent_runs", "to": "db_test_server_db_init_and_run_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_insert_change_event", "to": "db_test_change_events_stats_and_history_queries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_insert_change_event", "to": "control_test_stats_and_logs_endpoints_return_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_get_events_by_project_change", "to": "db_test_change_events_stats_and_history_queries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_get_recent_events", "to": "db_test_change_events_stats_and_history_queries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_get_recent_events", "to": "control_get_project_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_get_stats_overview", "to": "db_test_change_events_stats_and_history_queries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_get_stats_overview", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_insert_log", "to": "db_test_logs_query_change_state_and_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_insert_log", "to": "control_test_stats_and_logs_endpoints_return_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_insert_log", "to": "git_sync_emit_log_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_query_logs", "to": "db_test_logs_query_change_state_and_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_query_logs", "to": "control_get_logs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_upsert_change_state", "to": "db_test_logs_query_change_state_and_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_upsert_change_state", "to": "control_toggle_change_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_upsert_change_state", "to": "control_toggle_all_change_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_upsert_change_state", "to": "control_stop_and_dequeue_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_load_change_states", "to": "db_test_logs_query_change_state_and_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_load_change_states", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_delete_change_states_for_project", "to": "db_test_logs_query_change_state_and_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_delete_change_states_for_project", "to": "projects_delete_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_cleanup_old_logs", "to": "db_test_logs_query_change_state_and_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_cleanup_old_logs", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_set_ui_state", "to": "db_test_ui_state_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_set_ui_state", "to": "mod_put_ui_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_delete_ui_state", "to": "db_test_ui_state_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_get_all_ui_state", "to": "db_test_ui_state_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_get_all_ui_state", "to": "mod_get_ui_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_upsert_proposal_session", "to": "db_test_proposal_session_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_upsert_proposal_session", "to": "db_test_proposal_session_messages_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_update_proposal_session_status", "to": "db_test_proposal_session_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_load_active_proposal_sessions", "to": "db_test_proposal_session_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_load_active_proposal_sessions", "to": "mod_run_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_delete_proposal_session", "to": "db_test_proposal_session_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_insert_proposal_session_message", "to": "db_test_proposal_session_messages_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_load_proposal_session_messages", "to": "db_test_proposal_session_messages_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_serverdb_load_proposal_session_messages", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_serverdb_delete_proposal_session_messages", "to": "db_test_proposal_session_messages_crud", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_mod_rs", "to": "mod_server_base_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_mod_rs", "to": "mod_run_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_mod_rs", "to": "mod_test_server_base_url_localhost", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_mod_rs", "to": "mod_test_server_base_url_specific_address", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_mod_rs", "to": "mod_test_server_base_url_zero_address_does_not_expose_zeros", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_server_base_url", "to": "mod_run_server", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_server_base_url", "to": "mod_test_server_base_url_localhost", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_server_base_url", "to": "mod_test_server_base_url_specific_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_server_base_url", "to": "mod_test_server_base_url_zero_address_does_not_expose_zeros", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_run_server", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_run_server", "to": "client_remoteclient_resolve_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_run_server", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_run_server", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_run_server", "to": "mod_run_remote_sync_state_monitor", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_run_server", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_run_server", "to": "mod_gitworkspacemanager_cleanup_all", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_resolvedcommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_resolve_command_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_resolve_login_shell_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_jsonrpcrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_jsonrpcresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_jsonrpcerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_jsonrpcnotification", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_acpmessage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_acpupdateparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_acpelicitationparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_acpevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_acpcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_acppromptblock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_dispatch_jsonrpc_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_acpclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_acperror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_test_resolve_command_path_absolute_unchanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_test_resolve_command_path_relative_resolves", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_test_resolve_command_path_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_test_jsonrpc_request_serialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_test_jsonrpc_response_deserialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_test_jsonrpc_error_response_deserialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_test_jsonrpc_notification_serialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_test_acp_event_deserialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_test_acp_event_tool_call", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_test_acp_event_turn_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_test_acp_event_elicitation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_dispatch_jsonrpc_response_routes_by_request_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_acp_client_rs", "to": "acp_client_dispatch_jsonrpc_response_ignores_non_u64_id_without_consuming_waiters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_resolve_command_path", "to": "acp_client_resolve_login_shell_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_resolve_command_path", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_resolve_command_path", "to": "acp_client_test_resolve_command_path_absolute_unchanged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_resolve_command_path", "to": "acp_client_test_resolve_command_path_relative_resolves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_resolve_command_path", "to": "acp_client_test_resolve_command_path_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_resolve_command_path", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_resolve_command_path", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_resolve_command_path", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_resolve_login_shell_path", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_resolve_login_shell_path", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_resolve_login_shell_path", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpmessage", "to": "acp_client_acpmessage_as_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpmessage", "to": "acp_client_acpmessage_as_elicitation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpmessage_as_update", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpmessage_as_elicitation", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acppromptblock", "to": "acp_client_acppromptblock_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acppromptblock_text", "to": "acp_client_acpclient_send_prompt_with_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acppromptblock_text", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acppromptblock_text", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acppromptblock_text", "to": "test_helpers_spawn_mock_ws_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_dispatch_jsonrpc_response", "to": "acp_client_acpclient_spawn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_dispatch_jsonrpc_response", "to": "acp_client_dispatch_jsonrpc_response_routes_by_request_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_dispatch_jsonrpc_response", "to": "acp_client_dispatch_jsonrpc_response_ignores_non_u64_id_without_consuming_waiters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_new_for_test", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_spawn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_initialize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_create_session", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_send_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_send_prompt_with_prefix", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_respond_elicitation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_recv_notification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_kill", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_send_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient", "to": "acp_client_acpclient_send_notification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient_new_for_test", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "acp_client_acpclient_send_prompt_with_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient_spawn", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "terminals_handle_terminal_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "git_sync_run_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "runner_agentrunner_run_apply_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "runner_agentrunner_run_archive_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "runner_agentrunner_run_resolve_streaming_in_dir_with_runner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "runner_create_dummy_child", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "test_helpers_spawn_mock_ws_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "test_helpers_spawn_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "test_helpers_spawn_flexible_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "test_helpers_spawn_ws_header_capture_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "test_helpers_spawn_mock_http_server_ordered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_spawn", "to": "ws_connect_and_subscribe", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_initialize", "to": "acp_client_acpclient_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient_create_session", "to": "acp_client_acpclient_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient_create_session", "to": "terminals_create_terminal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_create_session", "to": "proposals_create_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_send_prompt", "to": "acp_client_acpclient_send_prompt_with_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient_send_prompt_with_prefix", "to": "acp_client_acpclient_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient_send_prompt_with_prefix", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_cancel", "to": "acp_client_acpclient_send_notification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acp_client_acpclient_cancel", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_respond_elicitation", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_recv_notification", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_acpclient_kill", "to": "archive_execute_archive_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_test_jsonrpc_response_deserialization", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_test_jsonrpc_error_response_deserialization", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_test_acp_event_deserialization", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_test_acp_event_tool_call", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_test_acp_event_turn_complete", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_test_acp_event_elicitation", "to": "mod_vcsbackend_from_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_dispatch_jsonrpc_response_routes_by_request_id", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acp_client_dispatch_jsonrpc_response_ignores_non_u64_id_without_consuming_waiters", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_api_control_rs", "to": "control_toggle_change_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_toggle_all_change_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_stop_and_dequeue_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_global_control_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_global_control_stop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_global_control_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_get_stats_overview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_get_project_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_get_logs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_list_selected_change_ids_in_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_start_single_project_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_make_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_test_stats_and_logs_endpoints_require_auth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_test_toggle_all_change_selection_remarks_error_changes_for_next_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_test_stats_and_logs_endpoints_return_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_test_list_selected_change_ids_excludes_rejected_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_test_global_control_run_skips_rejected_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_test_stop_and_dequeue_change_deselects_and_returns_ok", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_control_rs", "to": "control_test_stop_and_dequeue_change_not_found_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "control_toggle_change_selection", "to": "helpers_error_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_toggle_all_change_selection", "to": "helpers_error_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_toggle_all_change_selection", "to": "ws_list_remote_changes_in_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_stop_and_dequeue_change", "to": "helpers_error_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_global_control_run", "to": "control_list_selected_change_ids_in_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "control_global_control_run", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_get_stats_overview", "to": "helpers_error_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_get_project_history", "to": "helpers_error_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_get_logs", "to": "helpers_error_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_list_selected_change_ids_in_worktree", "to": "control_test_list_selected_change_ids_excludes_rejected_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "control_list_selected_change_ids_in_worktree", "to": "ws_list_remote_changes_in_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_list_selected_change_ids_in_worktree", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_start_single_project_run", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_start_single_project_run", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_make_state", "to": "control_test_stats_and_logs_endpoints_require_auth", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "control_make_state", "to": "control_test_toggle_all_change_selection_remarks_error_changes_for_next_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "control_make_state", "to": "control_test_stats_and_logs_endpoints_return_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "control_make_state", "to": "control_test_global_control_run_skips_rejected_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "control_make_state", "to": "control_test_stop_and_dequeue_change_deselects_and_returns_ok", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "control_make_state", "to": "control_test_stop_and_dequeue_change_not_found_project", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "control_make_state", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_stats_and_logs_endpoints_require_auth", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_stats_and_logs_endpoints_require_auth", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_toggle_all_change_selection_remarks_error_changes_for_next_run", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_toggle_all_change_selection_remarks_error_changes_for_next_run", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_stats_and_logs_endpoints_return_data", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_stats_and_logs_endpoints_return_data", "to": "test_support_create_local_git_repo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_stats_and_logs_endpoints_return_data", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_stats_and_logs_endpoints_return_data", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_list_selected_change_ids_excludes_rejected_changes", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_list_selected_change_ids_excludes_rejected_changes", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_global_control_run_skips_rejected_changes", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_global_control_run_skips_rejected_changes", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_stop_and_dequeue_change_deselects_and_returns_ok", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_stop_and_dequeue_change_deselects_and_returns_ok", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_stop_and_dequeue_change_not_found_project", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "control_test_stop_and_dequeue_change_not_found_project", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_api_test_support_rs", "to": "test_support_make_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_test_support_rs", "to": "test_support_make_router", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_test_support_rs", "to": "test_support_make_router_with_db", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_test_support_rs", "to": "test_support_run_sync_monitor_once_for_tests", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_test_support_rs", "to": "test_support_create_local_git_repo_with_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_test_support_rs", "to": "test_support_create_local_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_test_support_rs", "to": "test_support_init_bare_repo_with_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_support_make_state", "to": "test_support_make_router", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_support_make_state", "to": "test_support_make_router_with_db", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_support_make_state", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "files_test_get_file_content_rejects_path_traversal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "git_sync_test_run_resolve_command_logs_start_stdout_stderr_finished_in_order", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "git_sync_test_run_resolve_command_logs_error_level_on_non_zero_exit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "git_sync_test_git_pull_non_fast_forward_detection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "git_sync_test_git_pull_delegates_to_git_sync_and_requires_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "git_sync_test_git_pull_auto_resolve_without_resolve_command_configured_returns_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "git_sync_test_git_push_no_local_clone_returns_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "git_sync_test_git_push_non_fast_forward_detection_with_bare_repos", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "git_sync_test_git_sync_project_not_found", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "git_sync_test_git_sync_fails_without_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "worktrees_test_list_worktrees_empty_for_registered_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "projects_test_add_project_setup_failure_returns_422_and_rolls_back_registry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "projects_test_global_control_run_records_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_state", "to": "projects_test_projects_state_includes_sync_metadata_fields_after_monitor_refresh", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "files_test_get_file_tree_project_not_found", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "files_test_get_file_content_project_not_found", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "files_test_get_file_tree_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "files_test_get_file_content_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "files_test_get_file_content_nonexistent_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "files_test_file_api_requires_auth", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "worktrees_test_list_worktrees_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "worktrees_test_list_worktrees_project_not_found_returns_404", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "worktrees_test_delete_worktree_project_not_found_returns_404", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "worktrees_test_merge_worktree_project_not_found_returns_404", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "worktrees_test_refresh_worktrees_project_not_found_returns_404", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "worktrees_test_create_worktree_project_not_found_returns_404", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "worktrees_test_worktree_auth_required", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "proposals_test_proposal_session_ws_route_exists", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "proposals_test_proposal_session_ws_old_route_does_not_exist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "projects_test_add_project_without_repo_root_setup_succeeds_without_marker", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "projects_test_valid_auth_token_returns_200", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "projects_test_get_version_returns_200", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "projects_test_get_version_no_auth_required", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "projects_test_get_version_response_format", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router", "to": "projects_test_add_project_creates_worktree_on_server_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router_with_db", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router_with_db", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_make_router_with_db", "to": "projects_test_ui_state_crud_endpoints", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_run_sync_monitor_once_for_tests", "to": "mod_refresh_project_sync_states_once", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_run_sync_monitor_once_for_tests", "to": "projects_test_projects_state_includes_sync_metadata_fields_after_monitor_refresh", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo_with_setup", "to": "test_support_create_local_git_repo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_support_create_local_git_repo_with_setup", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo_with_setup", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo_with_setup", "to": "projects_test_add_project_setup_failure_returns_422_and_rolls_back_registry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo", "to": "files_test_get_file_tree_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo", "to": "files_test_get_file_content_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo", "to": "files_test_get_file_content_nonexistent_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo", "to": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo", "to": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo", "to": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo", "to": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo", "to": "worktrees_test_list_worktrees_with_real_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo", "to": "projects_test_add_project_without_repo_root_setup_succeeds_without_marker", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo", "to": "projects_test_projects_state_includes_sync_metadata_fields_after_monitor_refresh", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_create_local_git_repo", "to": "projects_test_add_project_creates_worktree_on_server_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_init_bare_repo_with_commit", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_init_bare_repo_with_commit", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_init_bare_repo_with_commit", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_init_bare_repo_with_commit", "to": "git_sync_test_git_pull_non_fast_forward_detection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_support_init_bare_repo_with_commit", "to": "git_sync_create_diverged_repo_setup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_api_terminals_rs", "to": "terminals_create_terminal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_terminals_rs", "to": "terminals_list_terminals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_terminals_rs", "to": "terminals_delete_terminal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_terminals_rs", "to": "terminals_resize_terminal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_terminals_rs", "to": "terminals_terminal_ws_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_terminals_rs", "to": "terminals_handle_terminal_ws", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminals_create_terminal", "to": "files_resolve_file_root", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "terminals_terminal_ws_handler", "to": "terminals_handle_terminal_ws", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "terminals_handle_terminal_ws", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_api_files_rs", "to": "files_filetreequery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_default_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_filecontentquery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_filetreeentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_filecontentresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_resolve_file_root", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_validate_relative_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_build_file_tree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_is_binary_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_get_file_tree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_get_file_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_validate_relative_path_rejects_traversal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_validate_relative_path_rejects_absolute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_validate_relative_path_accepts_valid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_build_file_tree_excludes_dirs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_build_file_tree_recursive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_is_binary_file_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_is_binary_file_binary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_get_file_tree_project_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_get_file_content_project_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_get_file_content_rejects_path_traversal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_get_file_tree_with_real_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_get_file_content_with_real_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_get_file_content_nonexistent_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_files_rs", "to": "files_test_file_api_requires_auth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "files_resolve_file_root", "to": "files_get_file_tree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "files_resolve_file_root", "to": "files_get_file_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "files_resolve_file_root", "to": "helpers_error_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_resolve_file_root", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_validate_relative_path", "to": "files_get_file_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "files_validate_relative_path", "to": "helpers_error_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_build_file_tree", "to": "files_get_file_tree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "files_build_file_tree", "to": "files_test_build_file_tree_excludes_dirs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "files_build_file_tree", "to": "files_test_build_file_tree_recursive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "files_build_file_tree", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_is_binary_file", "to": "files_get_file_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "files_get_file_tree", "to": "helpers_error_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_get_file_content", "to": "helpers_error_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_build_file_tree_excludes_dirs", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_build_file_tree_recursive", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_is_binary_file_text", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_is_binary_file_binary", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_get_file_tree_project_not_found", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_get_file_content_project_not_found", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_get_file_content_rejects_path_traversal", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_get_file_content_rejects_path_traversal", "to": "mod_build_router", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_get_file_tree_with_real_project", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_get_file_tree_with_real_project", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_get_file_content_with_real_project", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_get_file_content_with_real_project", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_get_file_content_nonexistent_file", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_get_file_content_nonexistent_file", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "files_test_file_api_requires_auth", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_api_helpers_rs", "to": "helpers_errorresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_helpers_rs", "to": "helpers_error_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_helpers_rs", "to": "helpers_now_rfc3339", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_helpers_rs", "to": "helpers_projectsstateresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_helpers_rs", "to": "helpers_statsoverviewresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_helpers_rs", "to": "helpers_statsoverviewsummaryresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_helpers_rs", "to": "helpers_statsrecenteventresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_helpers_rs", "to": "helpers_statsprojectresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "helpers_error_response", "to": "mod_get_ui_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "mod_put_ui_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "mod_delete_ui_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "git_sync_git_sync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "worktrees_resolve_project_worktree_path", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "worktrees_server_list_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "worktrees_server_create_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "worktrees_server_delete_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "worktrees_server_merge_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "worktrees_server_refresh_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "proposals_create_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "proposals_close_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "proposals_merge_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "proposals_list_proposal_session_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "proposals_get_proposal_session_messages", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "projects_add_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_error_response", "to": "projects_delete_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_now_rfc3339", "to": "mod_sync_metadata_unknown", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "helpers_now_rfc3339", "to": "mod_compute_project_sync_metadata", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_api_mod_rs", "to": "mod_auth_middleware", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_try_acquire_active_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_addprojectrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_gitautoresolverequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_projectresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_historyquery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_logsquery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_default_history_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_default_logs_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_get_ui_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_put_ui_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_delete_ui_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_sync_metadata_unknown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_parse_remote_head_sha", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_parse_left_right_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_classify_sync_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_compute_project_sync_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_refresh_project_sync_states_once", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_run_remote_sync_state_monitor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_build_router", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_mod_rs", "to": "mod_test_classify_sync_state_variants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_try_acquire_active_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_try_acquire_active_command", "to": "git_sync_git_sync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_try_acquire_active_command", "to": "worktrees_server_delete_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_try_acquire_active_command", "to": "worktrees_server_merge_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_projectresponse", "to": "mod_projectresponse_from", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_sync_metadata_unknown", "to": "mod_compute_project_sync_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_parse_remote_head_sha", "to": "mod_compute_project_sync_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_parse_left_right_count", "to": "mod_compute_project_sync_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_classify_sync_state", "to": "mod_compute_project_sync_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_compute_project_sync_metadata", "to": "mod_refresh_project_sync_states_once", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_compute_project_sync_metadata", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_compute_project_sync_metadata", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_refresh_project_sync_states_once", "to": "mod_run_remote_sync_state_monitor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_refresh_project_sync_states_once", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_pull_non_fast_forward_detection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_pull_delegates_to_git_sync_and_requires_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_pull_auto_resolve_without_resolve_command_configured_returns_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_push_no_local_clone_returns_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_push_non_fast_forward_detection_with_bare_repos", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_sync_project_not_found", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_sync_fails_without_resolve_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_sync_route_is_registered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "worktrees_test_list_worktrees_empty_for_registered_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "projects_test_add_project_setup_failure_returns_422_and_rolls_back_registry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "projects_test_global_control_run_records_call", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_build_router", "to": "projects_test_projects_state_includes_sync_metadata_fields_after_monitor_refresh", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_build_resolve_command_argv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_emit_log_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_build_resolve_log_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_emit_resolve_log", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_run_resolve_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_build_auto_resolve_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_syncplan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_plan_sync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_git_pull", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_git_push", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_git_sync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_drain_log_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_build_resolve_command_argv_replaces_prompt_placeholder_as_single_arg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_build_resolve_command_argv_handles_quotes_and_braces_literal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_plan_sync_skips_when_remote_sha_matches_local_sha", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_plan_sync_does_not_skip_when_remote_sha_differs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_plan_sync_does_not_skip_when_remote_sha_is_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_run_resolve_command_uses_login_shell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_run_resolve_command_substitutes_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_run_resolve_command_quoted_template_does_not_double_quote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_run_resolve_command_unquoted_template_works", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_run_resolve_command_multiline_prompt_does_not_break_shell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_run_resolve_command_multiline_prompt_unquoted_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_run_resolve_command_logs_start_stdout_stderr_finished_in_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_run_resolve_command_logs_error_level_on_non_zero_exit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_pull_non_fast_forward_detection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_create_diverged_repo_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_pull_delegates_to_git_sync_and_requires_resolve_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_pull_auto_resolve_without_resolve_command_configured_returns_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_push_no_local_clone_returns_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_push_non_fast_forward_detection_with_bare_repos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_sync_project_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_sync_fails_without_resolve_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_sync_route_is_registered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_git_sync_rs", "to": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_build_resolve_command_argv", "to": "git_sync_test_build_resolve_command_argv_replaces_prompt_placeholder_as_single_arg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_build_resolve_command_argv", "to": "git_sync_test_build_resolve_command_argv_handles_quotes_and_braces_literal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_build_resolve_command_argv", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_emit_log_entry", "to": "git_sync_emit_resolve_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_build_resolve_log_entry", "to": "git_sync_emit_resolve_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_emit_resolve_log", "to": "git_sync_run_resolve_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_run_resolve_command", "to": "git_sync_git_sync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_run_resolve_command", "to": "git_sync_test_run_resolve_command_uses_login_shell", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_run_resolve_command", "to": "git_sync_test_run_resolve_command_substitutes_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_run_resolve_command", "to": "git_sync_test_run_resolve_command_quoted_template_does_not_double_quote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_run_resolve_command", "to": "git_sync_test_run_resolve_command_unquoted_template_works", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_run_resolve_command", "to": "git_sync_test_run_resolve_command_multiline_prompt_does_not_break_shell", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_run_resolve_command", "to": "git_sync_test_run_resolve_command_multiline_prompt_unquoted_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_run_resolve_command", "to": "git_sync_test_run_resolve_command_logs_start_stdout_stderr_finished_in_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_run_resolve_command", "to": "git_sync_test_run_resolve_command_logs_error_level_on_non_zero_exit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_run_resolve_command", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_run_resolve_command", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_build_auto_resolve_prompt", "to": "git_sync_git_sync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_plan_sync", "to": "git_sync_git_sync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_plan_sync", "to": "git_sync_test_plan_sync_skips_when_remote_sha_matches_local_sha", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_plan_sync", "to": "git_sync_test_plan_sync_does_not_skip_when_remote_sha_differs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_plan_sync", "to": "git_sync_test_plan_sync_does_not_skip_when_remote_sha_is_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_plan_sync", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_git_pull", "to": "git_sync_git_sync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_git_push", "to": "git_sync_git_sync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_git_sync", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_git_sync", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_git_sync", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_drain_log_entries", "to": "git_sync_test_run_resolve_command_logs_start_stdout_stderr_finished_in_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_drain_log_entries", "to": "git_sync_test_run_resolve_command_logs_error_level_on_non_zero_exit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_drain_log_entries", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_run_resolve_command_uses_login_shell", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_run_resolve_command_substitutes_prompt", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_run_resolve_command_quoted_template_does_not_double_quote", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_run_resolve_command_unquoted_template_works", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_run_resolve_command_multiline_prompt_does_not_break_shell", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_run_resolve_command_multiline_prompt_unquoted_template", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_run_resolve_command_logs_start_stdout_stderr_finished_in_order", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_run_resolve_command_logs_error_level_on_non_zero_exit", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_non_fast_forward_detection", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_non_fast_forward_detection", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_non_fast_forward_detection", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_create_diverged_repo_setup", "to": "git_sync_test_git_pull_delegates_to_git_sync_and_requires_resolve_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_create_diverged_repo_setup", "to": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_create_diverged_repo_setup", "to": "git_sync_test_git_pull_auto_resolve_without_resolve_command_configured_returns_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_create_diverged_repo_setup", "to": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "git_sync_create_diverged_repo_setup", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_create_diverged_repo_setup", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_create_diverged_repo_setup", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_delegates_to_git_sync_and_requires_resolve_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_delegates_to_git_sync_and_requires_resolve_command", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_auto_resolve_runs_resolve_command", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_auto_resolve_without_resolve_command_configured_returns_error", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_auto_resolve_without_resolve_command_configured_returns_error", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_auto_resolve_without_resolve_command_configured_returns_error", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_pull_auto_resolve_uses_top_level_resolve_command", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_push_no_local_clone_returns_error", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_push_non_fast_forward_detection_with_bare_repos", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_push_non_fast_forward_detection_with_bare_repos", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_push_non_fast_forward_detection_with_bare_repos", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_project_not_found", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_fails_without_resolve_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_fails_without_resolve_command", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_route_is_registered", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_route_is_registered", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_success_response_contains_pull_and_push_sections", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_skips_resolve_when_already_up_to_date", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_runs_resolve_when_shas_differ", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "git_sync_test_git_sync_runs_resolve_when_remote_ahead", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_servercreateworktreerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_worktreeopresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_resolve_project_worktree_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_server_list_worktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_server_create_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_server_delete_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_server_merge_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_server_refresh_worktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_test_list_worktrees_with_real_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_test_list_worktrees_project_not_found_returns_404", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_test_list_worktrees_empty_for_registered_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_test_delete_worktree_project_not_found_returns_404", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_test_merge_worktree_project_not_found_returns_404", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_test_refresh_worktrees_project_not_found_returns_404", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_test_create_worktree_project_not_found_returns_404", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_worktrees_rs", "to": "worktrees_test_worktree_auth_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktrees_resolve_project_worktree_path", "to": "worktrees_server_list_worktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktrees_resolve_project_worktree_path", "to": "worktrees_server_create_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktrees_resolve_project_worktree_path", "to": "worktrees_server_delete_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktrees_resolve_project_worktree_path", "to": "worktrees_server_merge_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktrees_resolve_project_worktree_path", "to": "worktrees_server_refresh_worktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktrees_resolve_project_worktree_path", "to": "proposals_create_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_resolve_project_worktree_path", "to": "proposals_close_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_resolve_project_worktree_path", "to": "proposals_merge_proposal_session", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_server_list_worktrees", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_server_create_worktree", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_server_create_worktree", "to": "worktree_worktree_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_server_create_worktree", "to": "worktree_run_worktree_setup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_server_delete_worktree", "to": "worktree_worktree_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_server_delete_worktree", "to": "basic_branch_delete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_server_merge_worktree", "to": "basic_checkout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_server_merge_worktree", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_list_worktrees_with_real_project", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_list_worktrees_with_real_project", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_list_worktrees_project_not_found_returns_404", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_list_worktrees_empty_for_registered_project", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_delete_worktree_project_not_found_returns_404", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_merge_worktree_project_not_found_returns_404", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_refresh_worktrees_project_not_found_returns_404", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_create_worktree_project_not_found_returns_404", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_create_worktree_project_not_found_returns_404", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktrees_test_worktree_auth_required", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_proposalwsclientmessage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_proposalwsservermessage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_closeproposalsessionrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_create_proposal_session", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_list_proposal_sessions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_close_proposal_session", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_merge_proposal_session", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_list_proposal_session_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_get_proposal_session_messages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_proposal_session_ws_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_build_replay_ws_messages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_proposal_session_ws", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_test_proposal_session_ws_route_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_proposals_rs", "to": "proposals_test_proposal_session_ws_old_route_does_not_exist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposals_proposal_session_ws_handler", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposals_build_replay_ws_messages", "to": "proposals_proposal_session_ws", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "proposals_build_replay_ws_messages", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposals_build_replay_ws_messages", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposals_test_proposal_session_ws_route_exists", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "proposals_test_proposal_session_ws_old_route_does_not_exist", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_api_projects_rs", "to": "projects_get_version", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_list_projects", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_projects_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_add_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_delete_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_add_project_without_repo_root_setup_succeeds_without_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_add_project_setup_failure_returns_422_and_rolls_back_registry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_global_control_run_records_call", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_projects_state_includes_sync_metadata_fields_after_monitor_refresh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_app_state_resolve_command_comes_from_top_level_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_valid_auth_token_returns_200", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_ui_state_crud_endpoints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_get_version_returns_200", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_get_version_no_auth_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_get_version_response_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_server_auth_config_resolve_token_from_token_field", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_server_auth_config_resolve_token_from_env_var", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_server_auth_config_resolve_token_falls_back_when_env_unset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_add_project_creates_worktree_on_server_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_projects_rs", "to": "projects_test_server_worktree_branch_function_produces_correct_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "projects_projects_state", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_projects_state", "to": "ws_build_remote_project_snapshot_async", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_add_project", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_add_project", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_add_project", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_add_project", "to": "worktree_run_worktree_setup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_add_project", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_add_project_without_repo_root_setup_succeeds_without_marker", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_add_project_without_repo_root_setup_succeeds_without_marker", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_add_project_setup_failure_returns_422_and_rolls_back_registry", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_add_project_setup_failure_returns_422_and_rolls_back_registry", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_global_control_run_records_call", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_projects_state_includes_sync_metadata_fields_after_monitor_refresh", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_projects_state_includes_sync_metadata_fields_after_monitor_refresh", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_valid_auth_token_returns_200", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_ui_state_crud_endpoints", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_ui_state_crud_endpoints", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_get_version_returns_200", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_get_version_no_auth_required", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_get_version_response_format", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_add_project_creates_worktree_on_server_branch", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_add_project_creates_worktree_on_server_branch", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "projects_test_add_project_creates_worktree_on_server_branch", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_server_api_dashboard_rs", "to": "dashboard_dashboard_index", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_dashboard_rs", "to": "dashboard_dashboard_assets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_dashboard_rs", "to": "dashboard_dashboard_favicon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_dashboard_rs", "to": "dashboard_dashboard_icons", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_ws_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_wssnapshotcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_handle_ws", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_build_remote_project_snapshot_async", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_extract_repo_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_project_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_map_workspace_state_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_derive_change_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_list_remote_changes_in_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_latest_modified_rfc3339", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_map_workspace_state_fallback_created_and_applied_are_aligned", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_map_workspace_state_fallback_preserves_iteration_for_applying", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_derive_change_status_prefers_reducer_statuses", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_ws_display_status_matches_tui_reducer_display_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_derive_change_status_returns_idle_without_reducer_or_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_derive_change_status_prefers_rejected_marker_over_reducer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_list_remote_changes_includes_rejected_marker_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_extract_repo_name_standard_https", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_extract_repo_name_https_without_git_suffix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_extract_repo_name_ssh_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_extract_repo_name_trailing_slash", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_extract_repo_name_bare_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_extract_repo_name_empty_falls_back_to_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_server_api_ws_rs", "to": "ws_test_extract_repo_name_just_git_suffix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_ws_handler", "to": "ws_handle_ws", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_build_remote_project_snapshot_async", "to": "ws_project_display_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_build_remote_project_snapshot_async", "to": "ws_extract_repo_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_build_remote_project_snapshot_async", "to": "ws_list_remote_changes_in_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_build_remote_project_snapshot_async", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_extract_repo_name", "to": "ws_project_display_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_extract_repo_name", "to": "ws_test_extract_repo_name_empty_falls_back_to_url", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_extract_repo_name", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_map_workspace_state_fallback", "to": "ws_derive_change_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_derive_change_status", "to": "ws_list_remote_changes_in_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_derive_change_status", "to": "state_detect_workspace_state", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_list_remote_changes_in_worktree", "to": "ws_latest_modified_rfc3339", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_list_remote_changes_in_worktree", "to": "ws_test_list_remote_changes_includes_rejected_marker_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_list_remote_changes_in_worktree", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_list_remote_changes_in_worktree", "to": "worktree_list_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_list_remote_changes_in_worktree", "to": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_list_remote_changes_in_worktree", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_list_remote_changes_in_worktree", "to": "state_orchestratorstate_all_display_statuses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_latest_modified_rfc3339", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_test_derive_change_status_prefers_reducer_statuses", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_test_ws_display_status_matches_tui_reducer_display_status", "to": "state_orchestratorstate_with_mode", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_test_ws_display_status_matches_tui_reducer_display_status", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_test_ws_display_status_matches_tui_reducer_display_status", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_test_derive_change_status_returns_idle_without_reducer_or_worktree", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_test_derive_change_status_prefers_rejected_marker_over_reducer", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_test_list_remote_changes_includes_rejected_marker_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ws_test_list_remote_changes_includes_rejected_marker_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_agent_history_ops_rs", "to": "history_ops_record_apply_attempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_history_ops_rs", "to": "history_ops_record_archive_attempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_history_ops_rs", "to": "history_ops_record_acceptance_attempt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_history_ops_rs", "to": "history_ops_clear_apply_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_history_ops_rs", "to": "history_ops_clear_archive_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_history_ops_rs", "to": "history_ops_clear_acceptance_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_history_ops_rs", "to": "history_ops_next_acceptance_attempt_number", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_history_ops_rs", "to": "history_ops_count_consecutive_acceptance_continues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "history_ops_record_apply_attempt", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "history_ops_record_archive_attempt", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_agent_runner_rs", "to": "runner_agentrunner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_runner_rs", "to": "runner_build_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_runner_rs", "to": "runner_build_command_in_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_runner_rs", "to": "runner_create_dummy_child", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_new_with_shared_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_apply_streaming", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_apply_streaming_with_runner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_record_apply_attempt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_archive_streaming", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_archive_streaming_with_runner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_apply", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_apply_with_runner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_record_archive_attempt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_clear_apply_history", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_clear_archive_history", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_clear_acceptance_history", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_format_acceptance_history", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_format_apply_history", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_format_archive_history", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_acceptance_streaming", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_acceptance_streaming_with_runner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_build_acceptance_diff_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_record_acceptance_attempt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_next_acceptance_attempt_number", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_count_consecutive_acceptance_continues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_get_last_acceptance_attempt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_get_last_acceptance_stdout_tail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_get_last_acceptance_stderr_tail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_get_acceptance_tail_context_for_apply", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_peek_acceptance_tail_context_for_apply", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_reset_acceptance_tail_injection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_archive", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_archive_with_runner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_analyze_dependencies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_analyze_dependencies_with_runner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_analyze_dependencies_streaming", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_resolve_streaming_in_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_run_resolve_streaming_in_dir_with_runner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_extract_stream_json_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_execute_shell_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_execute_shell_command_with_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner", "to": "runner_agentrunner_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_agentrunner_new_with_shared_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_agentrunner_run_apply_with_runner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_agentrunner_build_acceptance_diff_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_agentrunner_get_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_agentrunner_peek_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_agentrunner_analyze_dependencies_with_runner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_agentrunner_execute_shell_command_with_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_build_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_build_command_in_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "runner_create_dummy_child", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply_streaming", "to": "runner_agentrunner_get_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_apply_streaming", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_apply_streaming", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_apply_streaming", "to": "apply_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply_streaming", "to": "tests_test_run_apply_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply_streaming", "to": "tests_test_run_apply_with_prompt_expansion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply_streaming", "to": "tests_test_run_apply_with_default_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply_streaming", "to": "tests_test_run_apply_streaming_with_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply_streaming_with_runner", "to": "runner_agentrunner_get_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_apply_streaming_with_runner", "to": "apply_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply_streaming_with_runner", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply_streaming_with_runner", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_record_apply_attempt", "to": "runner_agentrunner_run_apply", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_record_apply_attempt", "to": "runner_agentrunner_run_apply_with_runner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_record_apply_attempt", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_record_apply_attempt", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_archive_streaming", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_archive_streaming", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_archive_streaming", "to": "prompt_build_archive_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_archive_streaming", "to": "tests_test_run_archive_with_empty_default_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_archive_streaming", "to": "archive_execute_archive_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_archive_streaming_with_runner", "to": "prompt_build_archive_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply", "to": "runner_agentrunner_get_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_apply", "to": "runner_agentrunner_execute_shell_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_apply", "to": "apply_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply", "to": "tests_test_run_apply_echo_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply_with_runner", "to": "runner_agentrunner_get_acceptance_tail_context_for_apply", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_apply_with_runner", "to": "apply_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply_with_runner", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_apply_with_runner", "to": "apply_apply_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_record_archive_attempt", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_record_archive_attempt", "to": "archive_verify_and_record_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_record_archive_attempt", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_clear_apply_history", "to": "archive_clear_archive_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_clear_archive_history", "to": "archive_clear_archive_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_acceptance_streaming", "to": "runner_agentrunner_build_acceptance_diff_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_acceptance_streaming", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_acceptance_streaming", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_acceptance_streaming", "to": "prompt_build_last_acceptance_output_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_acceptance_streaming", "to": "prompt_build_acceptance_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_acceptance_streaming", "to": "prompt_build_acceptance_prompt_context_only", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_acceptance_streaming_with_runner", "to": "runner_agentrunner_build_acceptance_diff_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_acceptance_streaming_with_runner", "to": "prompt_build_last_acceptance_output_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_acceptance_streaming_with_runner", "to": "prompt_build_acceptance_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_acceptance_streaming_with_runner", "to": "prompt_build_acceptance_prompt_context_only", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_acceptance_streaming_with_runner", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_build_acceptance_diff_context", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_build_acceptance_diff_context", "to": "basic_get_changed_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_build_acceptance_diff_context", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_build_acceptance_diff_context", "to": "prompt_build_acceptance_diff_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_record_acceptance_attempt", "to": "runner_agentrunner_reset_acceptance_tail_injection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_record_acceptance_attempt", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_next_acceptance_attempt_number", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_get_acceptance_tail_context_for_apply", "to": "prompt_build_last_acceptance_output_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_get_acceptance_tail_context_for_apply", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_peek_acceptance_tail_context_for_apply", "to": "prompt_build_last_acceptance_output_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_archive", "to": "runner_agentrunner_execute_shell_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_archive", "to": "tests_test_run_archive_echo_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_archive_with_runner", "to": "prompt_build_archive_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_run_archive_with_runner", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_analyze_dependencies", "to": "runner_agentrunner_execute_shell_command_with_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_analyze_dependencies", "to": "runner_agentrunner_extract_stream_json_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_analyze_dependencies", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_analyze_dependencies", "to": "tests_test_analyze_dependencies_echo_command", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_analyze_dependencies", "to": "selection_analyze_with_llm", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_analyze_dependencies_with_runner", "to": "runner_agentrunner_extract_stream_json_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_analyze_dependencies_with_runner", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_analyze_dependencies_with_runner", "to": "selection_analyze_with_llm", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_analyze_dependencies_streaming", "to": "runner_agentrunner_execute_shell_command_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_resolve_streaming_in_dir", "to": "runner_agentrunner_execute_shell_command_streaming_in_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_run_resolve_streaming_in_dir_with_runner", "to": "archive_ensure_archive_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_extract_stream_json_result", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_execute_shell_command_streaming", "to": "runner_build_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_execute_shell_command_streaming", "to": "runner_create_dummy_child", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_execute_shell_command_streaming", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_execute_shell_command_streaming_in_dir", "to": "runner_build_command_in_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_execute_shell_command_streaming_in_dir", "to": "runner_create_dummy_child", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_execute_shell_command_streaming_in_dir", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runner_agentrunner_execute_shell_command", "to": "runner_build_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_execute_shell_command_with_output", "to": "runner_build_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runner_agentrunner_config", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_agent_output_rs", "to": "output_outputline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_build_apply_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_build_archive_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_build_cleanup_review_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_parse_cleanup_review_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_build_acceptance_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_build_acceptance_prompt_context_only", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_build_acceptance_diff_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_build_last_acceptance_output_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_get_archive_readiness_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_test_build_acceptance_diff_context_with_files_and_findings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_test_build_acceptance_diff_context_only_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_test_build_acceptance_diff_context_only_findings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_test_build_acceptance_diff_context_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_test_build_acceptance_prompt_insertion_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_test_build_acceptance_prompt_empty_diff_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_test_build_cleanup_review_prompt_contains_required_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_test_parse_cleanup_review_output_accepts_single_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_test_parse_cleanup_review_output_rejects_multiple_markers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_prompt_rs", "to": "prompt_test_parse_cleanup_review_output_ignores_code_fence_markers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompt_build_apply_prompt", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_apply_prompt", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_archive_prompt", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_archive_prompt", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_archive_prompt", "to": "tests_test_build_archive_prompt_with_all_parts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_archive_prompt", "to": "tests_test_build_archive_prompt_with_empty_user_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_archive_prompt", "to": "tests_test_build_archive_prompt_with_empty_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_archive_prompt", "to": "tests_test_build_archive_prompt_both_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_cleanup_review_prompt", "to": "prompt_test_build_cleanup_review_prompt_contains_required_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompt_build_cleanup_review_prompt", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_acceptance_prompt", "to": "prompt_build_acceptance_prompt_context_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompt_build_acceptance_prompt", "to": "prompt_test_build_acceptance_prompt_insertion_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompt_build_acceptance_prompt", "to": "prompt_test_build_acceptance_prompt_empty_diff_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompt_build_acceptance_prompt_context_only", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_acceptance_prompt_context_only", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_acceptance_diff_context", "to": "prompt_test_build_acceptance_diff_context_with_files_and_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompt_build_acceptance_diff_context", "to": "prompt_test_build_acceptance_diff_context_only_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompt_build_acceptance_diff_context", "to": "prompt_test_build_acceptance_diff_context_only_findings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompt_build_acceptance_diff_context", "to": "prompt_test_build_acceptance_diff_context_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompt_build_acceptance_diff_context", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_acceptance_diff_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_last_acceptance_output_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_last_acceptance_output_context", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "prompt_build_last_acceptance_output_context", "to": "tests_test_build_apply_prompt_with_acceptance_tail_priority", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_agent_tests_rs", "to": "tests_test_agent_runner_creation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_agent_runner_with_custom_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_run_apply_echo_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_run_archive_echo_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_analyze_dependencies_echo_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_run_apply_streaming", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_run_apply_with_prompt_expansion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_run_apply_with_default_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_run_archive_with_empty_default_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_run_apply_streaming_with_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_build_apply_prompt_with_all_parts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_build_apply_prompt_with_empty_user_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_build_apply_prompt_with_empty_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_build_apply_prompt_with_only_system_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_build_apply_prompt_with_acceptance_tail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_build_apply_prompt_with_acceptance_tail_priority", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_apply_system_prompt_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_build_archive_prompt_with_all_parts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_build_archive_prompt_with_empty_user_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_build_archive_prompt_with_empty_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_agent_tests_rs", "to": "tests_test_build_archive_prompt_both_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tests_test_agent_runner_creation", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_agent_runner_creation", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_agent_runner_with_custom_config", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_agent_runner_with_custom_config", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_apply_echo_command", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_apply_echo_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_archive_echo_command", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_archive_echo_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_analyze_dependencies_echo_command", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_analyze_dependencies_echo_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_apply_streaming", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_apply_streaming", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_apply_with_prompt_expansion", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_apply_with_prompt_expansion", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_apply_with_default_prompt", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_apply_with_default_prompt", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_archive_with_empty_default_prompt", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_archive_with_empty_default_prompt", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_apply_streaming_with_prompt", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_run_apply_streaming_with_prompt", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_build_apply_prompt_with_all_parts", "to": "apply_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_build_apply_prompt_with_empty_user_prompt", "to": "apply_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_build_apply_prompt_with_empty_history", "to": "apply_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_build_apply_prompt_with_only_system_prompt", "to": "apply_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tests_test_build_apply_prompt_with_acceptance_tail", "to": "apply_build_apply_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_vcs_commands_rs", "to": "commands_run_vcs_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_commands_rs", "to": "commands_run_vcs_command_silent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_commands_rs", "to": "commands_run_vcs_command_ignore_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_commands_rs", "to": "commands_check_vcs_available", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_commands_rs", "to": "commands_test_check_vcs_available_nonexistent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_commands_rs", "to": "commands_test_vcs_error_includes_command_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "commands_run_vcs_command", "to": "commands_test_vcs_error_includes_command_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "commands_run_vcs_command", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_run_vcs_command", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_run_vcs_command", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_run_vcs_command_silent", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_run_vcs_command_silent", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_run_vcs_command_silent", "to": "basic_run_git_silent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_run_vcs_command_ignore_error", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_run_vcs_command_ignore_error", "to": "basic_run_git_ignore_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_check_vcs_available", "to": "commands_test_check_vcs_available_nonexistent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "commands_check_vcs_available", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_check_vcs_available", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_check_vcs_available", "to": "basic_check_git_repo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_test_check_vcs_available_nonexistent", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commands_test_vcs_error_includes_command_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_vcs_mod_rs", "to": "mod_format_command_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_vcserror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_vcswarning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_vcsbackend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_workspacestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_workspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_workspaceinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_workspacemanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_detect_vcs_backend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_vcs_backend_from_str", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_vcs_backend_display", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_workspace_status_equality", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_vcs_error_constructors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_vcs_backend_default_is_auto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_vcs_backend_serialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_vcs_backend_deserialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_workspace_status_lifecycle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_workspace_status_failed_includes_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_workspace_status_is_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_vcs_error_uncommitted_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_vcs_error_no_backend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_vcs_error_io", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_workspace_creation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_mod_rs", "to": "mod_test_workspace_name_sanitization_pattern", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_format_command_error", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror", "to": "mod_vcserror_git_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_vcserror", "to": "mod_vcserror_git_command_with_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_vcserror", "to": "mod_vcserror_git_conflict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_vcserror_git_command", "to": "mod_test_vcs_error_constructors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_vcserror_git_command", "to": "mod_gitworkspacemanager_ensure_original_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "mod_gitworkspacemanager_merge_branches", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "mod_gitworkspacemanager_squash_wip_commits", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "commit_squash_archive_wip_commits", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "merge_check_merge_conflicts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "merge_merge_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "merge_is_merge_in_progress", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "merge_is_ancestor", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "worktree_count_commits_ahead", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "worktree_run_worktree_setup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "basic_branch_exists", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_command", "to": "basic_generate_unique_branch_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcserror_git_conflict", "to": "mod_test_vcs_error_constructors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_vcserror_git_conflict", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcsbackend", "to": "mod_vcsbackend_fmt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_vcsbackend", "to": "mod_vcsbackend_from_str", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_vcsbackend_from_str", "to": "mod_test_vcs_backend_deserialization", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_vcsbackend_from_str", "to": "types_test_remote_change_deserialization", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcsbackend_from_str", "to": "types_test_remote_state_update_full_state_deserialization", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcsbackend_from_str", "to": "types_test_remote_state_update_change_update_deserialization", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcsbackend_from_str", "to": "types_test_remote_state_update_ping_deserialization", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcsbackend_from_str", "to": "types_test_remote_log_entry_round_trip", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcsbackend_from_str", "to": "types_test_remote_state_update_log_round_trip", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcsbackend_from_str", "to": "types_test_remote_worktree_info_serialization_round_trip", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcsbackend_from_str", "to": "types_test_full_state_with_worktrees", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcsbackend_from_str", "to": "types_test_full_state_without_worktrees_backward_compatible", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcsbackend_from_str", "to": "types_test_remote_state_update_log_deserialization_from_json", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_vcsbackend_from_str", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_workspacestatus", "to": "mod_workspacestatus_is_active", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_workspace", "to": "mod_workspace_from", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_detect_vcs_backend", "to": "basic_check_git_repo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_vcs_backend_default_is_auto", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_workspace_status_failed_includes_message", "to": "types_executionresult_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_vcs_error_io", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_workspace_creation", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_gitworkspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_gitworkspacemanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_get_worktree_path_for_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_list_worktree_change_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_create_test_manager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_manager_creation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_check_clean_working_directory_warns_when_dirty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_workspace_name_sanitization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_backend_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_extract_change_id_from_worktree_name_standard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_extract_change_id_from_worktree_name_with_dashes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_extract_change_id_from_worktree_name_no_suffix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_extract_change_id_from_worktree_name_not_matching_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_extract_change_id_from_worktree_name_short_suffix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_extract_change_id_from_worktree_name_non_hex_suffix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_extract_change_id_from_worktree_name_path_chars", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_extract_change_id_from_worktree_name_new_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_extract_change_id_from_worktree_name_tui_session", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_parallel_worktree_branch_naming", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_resume_validation_inconsistent_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_mod_rs", "to": "mod_test_get_worktree_path_for_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_workspace_from", "to": "mod_get_worktree_path_for_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_workspace_from", "to": "mod_gitworkspacemanager_find_worktree_by_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_workspace_from", "to": "mod_gitworkspacemanager_find_all_worktrees_for_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_git_workspaces", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_check_git_available", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_check_clean_working_directory", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_get_current_commit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_ensure_original_branch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_create_worktree", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_update_git_workspace_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_merge_branches", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_cleanup_worktree", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_cleanup_all_worktrees", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_find_worktree_by_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_find_all_worktrees_for_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_validate_worktree_consistency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_cleanup_inconsistent_worktree", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_backend_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_check_available", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_prepare_for_parallel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_get_current_revision", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_create_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_update_workspace_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_merge_workspaces", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_cleanup_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_cleanup_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_max_concurrent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_workspaces", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_list_worktree_change_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_conflict_resolution_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_snapshot_working_copy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_set_commit_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_create_iteration_snapshot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_squash_wip_commits", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_get_revision_in_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_get_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_get_log_for_revisions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_detect_conflicts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_forget_workspace_sync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_repo_root", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_ensure_original_branch_initialized", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_original_branch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_find_existing_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager", "to": "mod_gitworkspacemanager_reuse_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_new", "to": "mod_list_worktree_change_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_new", "to": "mod_gitworkspacemanager_find_all_worktrees_for_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_new", "to": "mod_gitworkspacemanager_get_log_for_revisions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_new", "to": "mod_gitworkspacemanager_forget_workspace_sync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_new", "to": "mod_create_test_manager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_new", "to": "mod_test_check_clean_working_directory_warns_when_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_new", "to": "mod_test_parallel_worktree_branch_naming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_new", "to": "mod_test_resume_validation_inconsistent_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_new", "to": "mod_test_get_worktree_path_for_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_check_git_available", "to": "mod_gitworkspacemanager_check_available", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_check_git_available", "to": "basic_check_git_repo", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_check_clean_working_directory", "to": "mod_gitworkspacemanager_prepare_for_parallel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_check_clean_working_directory", "to": "mod_test_check_clean_working_directory_warns_when_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_check_clean_working_directory", "to": "basic_has_uncommitted_changes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_get_current_commit", "to": "mod_gitworkspacemanager_create_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_get_current_commit", "to": "mod_gitworkspacemanager_merge_branches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_get_current_commit", "to": "mod_gitworkspacemanager_get_current_revision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_get_current_commit", "to": "mod_gitworkspacemanager_get_revision_in_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_get_current_commit", "to": "mod_gitworkspacemanager_reuse_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_get_current_commit", "to": "basic_get_current_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_ensure_original_branch", "to": "mod_gitworkspacemanager_create_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_ensure_original_branch", "to": "mod_gitworkspacemanager_merge_branches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_ensure_original_branch", "to": "mod_gitworkspacemanager_prepare_for_parallel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_ensure_original_branch", "to": "mod_gitworkspacemanager_ensure_original_branch_initialized", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_ensure_original_branch", "to": "mod_gitworkspacemanager_reuse_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_ensure_original_branch", "to": "basic_get_current_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_create_worktree", "to": "mod_gitworkspacemanager_create_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_create_worktree", "to": "mod_test_parallel_worktree_branch_naming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_create_worktree", "to": "mod_test_resume_validation_inconsistent_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_create_worktree", "to": "worktree_worktree_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_create_worktree", "to": "worktree_run_worktree_setup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_update_git_workspace_status", "to": "mod_gitworkspacemanager_cleanup_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_update_git_workspace_status", "to": "mod_gitworkspacemanager_update_workspace_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_merge_branches", "to": "mod_gitworkspacemanager_merge_workspaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_merge_branches", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_merge_branches", "to": "basic_checkout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_merge_branches", "to": "merge_merge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_cleanup_worktree", "to": "mod_gitworkspacemanager_find_worktree_by_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_cleanup_worktree", "to": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_cleanup_worktree", "to": "mod_gitworkspacemanager_find_all_worktrees_for_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_cleanup_worktree", "to": "mod_gitworkspacemanager_cleanup_all_worktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_cleanup_worktree", "to": "mod_gitworkspacemanager_cleanup_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_cleanup_worktree", "to": "worktree_worktree_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_cleanup_worktree", "to": "basic_branch_delete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_cleanup_all_worktrees", "to": "mod_gitworkspacemanager_cleanup_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_get_worktree_path_for_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_list_worktree_change_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_gitworkspacemanager_find_worktree_by_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_gitworkspacemanager_find_all_worktrees_for_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_test_extract_change_id_from_worktree_name_standard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_test_extract_change_id_from_worktree_name_with_dashes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_test_extract_change_id_from_worktree_name_no_suffix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_test_extract_change_id_from_worktree_name_not_matching_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_test_extract_change_id_from_worktree_name_short_suffix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_test_extract_change_id_from_worktree_name_non_hex_suffix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_test_extract_change_id_from_worktree_name_path_chars", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_test_extract_change_id_from_worktree_name_new_format", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_extract_change_id_from_worktree_name", "to": "mod_test_extract_change_id_from_worktree_name_tui_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_worktree_path_for_change", "to": "mod_test_get_worktree_path_for_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_get_worktree_path_for_change", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_get_worktree_path_for_change", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_list_worktree_change_ids", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_list_worktree_change_ids", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_find_worktree_by_name", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_find_worktree_by_name", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_find_all_worktrees_for_change", "to": "mod_gitworkspacemanager_find_existing_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_find_all_worktrees_for_change", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_find_all_worktrees_for_change", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_validate_worktree_consistency", "to": "mod_gitworkspacemanager_find_existing_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_validate_worktree_consistency", "to": "basic_get_current_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_validate_worktree_consistency", "to": "basic_branch_exists", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_cleanup_inconsistent_worktree", "to": "mod_gitworkspacemanager_find_existing_workspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_cleanup_inconsistent_worktree", "to": "worktree_worktree_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_cleanup_inconsistent_worktree", "to": "basic_branch_delete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_snapshot_working_copy", "to": "apply_create_progress_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_snapshot_working_copy", "to": "apply_create_final_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_set_commit_message", "to": "commit_has_changes_to_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_set_commit_message", "to": "commit_add_and_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_set_commit_message", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_set_commit_message", "to": "apply_create_final_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_create_iteration_snapshot", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_create_iteration_snapshot", "to": "apply_create_progress_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_squash_wip_commits", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_squash_wip_commits", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_get_revision_in_workspace", "to": "apply_get_workspace_revision", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_get_status", "to": "basic_get_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_get_log_for_revisions", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_get_log_for_revisions", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_detect_conflicts", "to": "basic_get_conflict_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_forget_workspace_sync", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_gitworkspacemanager_find_existing_workspace", "to": "mod_test_resume_validation_inconsistent_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_gitworkspacemanager_find_existing_workspace", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_create_test_manager", "to": "mod_test_manager_creation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_create_test_manager", "to": "mod_test_backend_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_create_test_manager", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_check_clean_working_directory_warns_when_dirty", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_parallel_worktree_branch_naming", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_test_resume_validation_inconsistent_branch", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_create_archive_wip_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_squash_archive_wip_commits", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_list_changes_in_head", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_add_and_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_has_changes_to_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_list_changes_with_uncommitted_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_extract_change_id_from_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_test_list_changes_in_head_filters_special_dirs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_test_list_changes_in_head_excludes_without_proposal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_test_list_changes_with_uncommitted_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_test_list_changes_with_uncommitted_files_filters_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_test_list_changes_with_uncommitted_files_detects_unstaged_modified_first_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_commit_rs", "to": "commit_test_extract_change_id_from_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "commit_create_archive_wip_commit", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_create_archive_wip_commit", "to": "archive_handle_archive_wip_and_stall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_squash_archive_wip_commits", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_squash_archive_wip_commits", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_squash_archive_wip_commits", "to": "archive_ensure_archive_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_squash_archive_wip_commits", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_squash_archive_wip_commits", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_list_changes_in_head", "to": "commit_test_list_changes_in_head_filters_special_dirs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "commit_list_changes_in_head", "to": "commit_test_list_changes_in_head_excludes_without_proposal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "commit_list_changes_in_head", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_list_changes_in_head", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_list_changes_in_head", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_add_and_commit", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_has_changes_to_commit", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_has_changes_to_commit", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_list_changes_with_uncommitted_files", "to": "commit_extract_change_id_from_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "commit_list_changes_with_uncommitted_files", "to": "commit_test_list_changes_with_uncommitted_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "commit_list_changes_with_uncommitted_files", "to": "commit_test_list_changes_with_uncommitted_files_filters_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "commit_list_changes_with_uncommitted_files", "to": "commit_test_list_changes_with_uncommitted_files_detects_unstaged_modified_first_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "commit_list_changes_with_uncommitted_files", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_list_changes_with_uncommitted_files", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_list_changes_with_uncommitted_files", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_extract_change_id_from_path", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_test_list_changes_in_head_filters_special_dirs", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_test_list_changes_in_head_excludes_without_proposal", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_test_list_changes_with_uncommitted_files", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_test_list_changes_with_uncommitted_files_filters_archive", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "commit_test_list_changes_with_uncommitted_files_detects_unstaged_modified_first_line", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_check_merge_conflicts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_parse_conflict_files_from_stdout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_parse_conflict_files_from_stderr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_merge_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_merge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_merge_abort", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_is_merge_in_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_missing_merge_commits_since", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_merge_commit_hash_by_subject_since", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_first_parent_of", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_is_ancestor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_presync_merge_subject_mismatches_since", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_test_presync_merge_subject_mismatches_since", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_init_test_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_test_missing_merge_commits_reports_missing_for_fast_forward", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_test_is_ancestor_detects_fast_forward_integration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_test_fast_forward_merge_passes_verification_with_ancestor_check", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_merge_rs", "to": "merge_test_unintegrated_change_still_reported_missing_after_ff_filter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_check_merge_conflicts", "to": "merge_parse_conflict_files_from_stdout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_check_merge_conflicts", "to": "merge_parse_conflict_files_from_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_check_merge_conflicts", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_check_merge_conflicts", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_check_merge_conflicts", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parse_conflict_files_from_stdout", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parse_conflict_files_from_stdout", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_parse_conflict_files_from_stderr", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_merge_branch", "to": "basic_is_working_directory_clean", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_merge_branch", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_merge_branch", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_merge_branch", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_merge", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_merge", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_merge_abort", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_is_merge_in_progress", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_is_merge_in_progress", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_missing_merge_commits_since", "to": "merge_test_missing_merge_commits_reports_missing_for_fast_forward", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_missing_merge_commits_since", "to": "merge_test_fast_forward_merge_passes_verification_with_ancestor_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_missing_merge_commits_since", "to": "merge_test_unintegrated_change_still_reported_missing_after_ff_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_missing_merge_commits_since", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_missing_merge_commits_since", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_missing_merge_commits_since", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_merge_commit_hash_by_subject_since", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_merge_commit_hash_by_subject_since", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_first_parent_of", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_is_ancestor", "to": "merge_test_is_ancestor_detects_fast_forward_integration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_is_ancestor", "to": "merge_test_fast_forward_merge_passes_verification_with_ancestor_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_is_ancestor", "to": "merge_test_unintegrated_change_still_reported_missing_after_ff_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_is_ancestor", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_is_ancestor", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_presync_merge_subject_mismatches_since", "to": "merge_test_presync_merge_subject_mismatches_since", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_presync_merge_subject_mismatches_since", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_presync_merge_subject_mismatches_since", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_presync_merge_subject_mismatches_since", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_test_presync_merge_subject_mismatches_since", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_test_presync_merge_subject_mismatches_since", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_init_test_repo", "to": "merge_test_missing_merge_commits_reports_missing_for_fast_forward", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_init_test_repo", "to": "merge_test_is_ancestor_detects_fast_forward_integration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_init_test_repo", "to": "merge_test_fast_forward_merge_passes_verification_with_ancestor_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_init_test_repo", "to": "merge_test_unintegrated_change_still_reported_missing_after_ff_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "merge_init_test_repo", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_test_missing_merge_commits_reports_missing_for_fast_forward", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_test_missing_merge_commits_reports_missing_for_fast_forward", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_test_is_ancestor_detects_fast_forward_integration", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_test_fast_forward_merge_passes_verification_with_ancestor_check", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_test_fast_forward_merge_passes_verification_with_ancestor_check", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_test_unintegrated_change_still_reported_missing_after_ff_filter", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "merge_test_unintegrated_change_still_reported_missing_after_ff_filter", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_worktreeaddfailure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_worktree_add", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_check_stale_worktree_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_is_branch_checked_out", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_enhance_error_with_classification", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_enhance_error_with_retry_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_worktree_add_detached", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_worktree_remove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_list_worktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_is_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_count_commits_ahead", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_run_worktree_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_test_worktree_add_error_classification", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_test_worktree_add_retry_on_stale_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_test_worktree_add_retry_preserves_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_test_worktree_add_with_oso_session_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_test_worktree_add_existing_branch_attach_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_test_worktree_add_existing_branch_attach_failure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_test_list_worktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_test_stale_path_retry_falls_through_to_existing_branch_attach", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_worktree_rs", "to": "worktree_test_stale_path_retry_does_not_attach_checked_out_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktreeaddfailure", "to": "worktree_worktreeaddfailure_classify", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktreeaddfailure", "to": "worktree_worktreeaddfailure_description", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktreeaddfailure_classify", "to": "worktree_worktree_add", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_enhance_error_with_classification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_is_branch_checked_out", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_enhance_error_with_retry_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_check_stale_worktree_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_test_worktree_add_retry_on_stale_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_test_worktree_add_retry_preserves_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_test_worktree_add_with_oso_session_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_test_worktree_add_existing_branch_attach_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_test_worktree_add_existing_branch_attach_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_test_list_worktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_test_stale_path_retry_falls_through_to_existing_branch_attach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "worktree_test_stale_path_retry_does_not_attach_checked_out_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_worktree_add", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_worktree_add", "to": "rejection_test_execute_rejection_flow_creates_marker_commits_and_cleans_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_check_stale_worktree_path", "to": "worktree_list_worktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_check_stale_worktree_path", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_is_branch_checked_out", "to": "worktree_list_worktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_is_branch_checked_out", "to": "worktree_test_stale_path_retry_does_not_attach_checked_out_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_add_detached", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_worktree_remove", "to": "worktree_test_worktree_add_retry_on_stale_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_remove", "to": "worktree_test_worktree_add_with_oso_session_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_remove", "to": "worktree_test_worktree_add_existing_branch_attach_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_remove", "to": "worktree_test_worktree_add_existing_branch_attach_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_remove", "to": "worktree_test_list_worktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_remove", "to": "worktree_test_stale_path_retry_falls_through_to_existing_branch_attach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_remove", "to": "worktree_test_stale_path_retry_does_not_attach_checked_out_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_worktree_remove", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_worktree_remove", "to": "rejection_cleanup_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_list_worktrees", "to": "worktree_is_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_list_worktrees", "to": "worktree_test_worktree_add_retry_on_stale_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_list_worktrees", "to": "worktree_test_list_worktrees", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_list_worktrees", "to": "worktree_test_stale_path_retry_falls_through_to_existing_branch_attach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_list_worktrees", "to": "worktree_test_stale_path_retry_does_not_attach_checked_out_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "worktree_list_worktrees", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_list_worktrees", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_list_worktrees", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_list_worktrees", "to": "rejection_test_execute_rejection_flow_creates_marker_commits_and_cleans_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_is_worktree", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_count_commits_ahead", "to": "basic_run_git", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_run_worktree_setup", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_run_worktree_setup", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_test_worktree_add_retry_on_stale_path", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_test_worktree_add_retry_preserves_error", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_test_worktree_add_with_oso_session_branch", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_test_worktree_add_with_oso_session_branch", "to": "basic_generate_unique_branch_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_test_worktree_add_existing_branch_attach_success", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_test_worktree_add_existing_branch_attach_failure", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_test_list_worktrees", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_test_stale_path_retry_falls_through_to_existing_branch_attach", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "worktree_test_stale_path_retry_does_not_attach_checked_out_branch", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_run_git", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_run_git_silent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_run_git_ignore_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_check_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_has_uncommitted_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_get_current_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_get_changed_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_is_head_empty_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_get_current_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_get_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_get_conflict_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_is_working_directory_clean", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_checkout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_branch_delete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_branch_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_generate_unique_branch_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_test_check_git_repo_non_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_test_check_git_repo_initialized", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_test_has_uncommitted_changes_clean", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_test_has_uncommitted_changes_dirty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_vcs_git_commands_basic_rs", "to": "basic_test_generate_unique_branch_name_oso_session", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_run_git", "to": "basic_has_uncommitted_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_run_git", "to": "basic_get_current_commit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_run_git", "to": "basic_get_changed_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_run_git", "to": "basic_is_head_empty_commit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_run_git", "to": "basic_get_current_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_run_git", "to": "basic_get_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_run_git", "to": "basic_get_conflict_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_run_git", "to": "basic_is_working_directory_clean", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_run_git", "to": "basic_checkout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_run_git", "to": "basic_branch_delete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_run_git", "to": "archive_ensure_archive_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_check_git_repo", "to": "basic_test_check_git_repo_non_repo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_check_git_repo", "to": "basic_test_check_git_repo_initialized", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_check_git_repo", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_check_git_repo", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_check_git_repo", "to": "archive_ensure_archive_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_check_git_repo", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_check_git_repo", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_has_uncommitted_changes", "to": "basic_test_has_uncommitted_changes_clean", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_has_uncommitted_changes", "to": "basic_test_has_uncommitted_changes_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_has_uncommitted_changes", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_has_uncommitted_changes", "to": "archive_ensure_archive_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_get_current_commit", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_get_changed_files", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_is_head_empty_commit", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_is_head_empty_commit", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_is_head_empty_commit", "to": "archive_handle_archive_wip_and_stall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_get_current_branch", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_get_current_branch", "to": "rejection_test_execute_rejection_flow_creates_marker_commits_and_cleans_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_get_conflict_files", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_is_working_directory_clean", "to": "types_progressinfo_is_empty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_checkout", "to": "rejection_execute_rejection_flow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_branch_exists", "to": "basic_generate_unique_branch_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_branch_exists", "to": "basic_test_generate_unique_branch_name_oso_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_branch_exists", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_branch_exists", "to": "types_executionresult_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_generate_unique_branch_name", "to": "basic_test_generate_unique_branch_name_oso_session", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "basic_test_check_git_repo_non_repo", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_test_check_git_repo_initialized", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_test_has_uncommitted_changes_clean", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_test_has_uncommitted_changes_dirty", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "basic_test_generate_unique_branch_name_oso_session", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_execution_types_rs", "to": "types_executioncontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_executionresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_progressinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_execution_context_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_execution_context_is_parallel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_execution_context_working_dir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_execution_result_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_execution_result_failed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_execution_result_cancelled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_execution_result_equality", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_progress_info_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_progress_info_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_progress_info_percentage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_progress_info_percentage_zero_total", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_progress_info_percentage_edge_cases", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_progress_info_is_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_progress_info_is_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_progress_info_remaining", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_types_rs", "to": "types_test_progress_info_equality", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executioncontext_a", "to": "types_executioncontext_a_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executioncontext_a", "to": "types_executioncontext_a_with_workspace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executioncontext_a", "to": "types_executioncontext_a_with_hooks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executioncontext_a", "to": "types_executioncontext_a_with_event_tx", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executioncontext_a", "to": "types_executioncontext_a_is_parallel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executioncontext_a", "to": "types_executioncontext_a_working_dir", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executioncontext_a_with_workspace", "to": "types_test_execution_context_is_parallel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executioncontext_a_with_workspace", "to": "types_test_execution_context_working_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executionresult", "to": "types_executionresult_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executionresult", "to": "types_executionresult_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executionresult", "to": "types_executionresult_cancelled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executionresult", "to": "types_executionresult_is_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executionresult", "to": "types_executionresult_is_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executionresult", "to": "types_executionresult_is_cancelled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executionresult_success", "to": "types_test_execution_result_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executionresult_success", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "state_is_merged_to_base", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "state_get_latest_wip_snapshot", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "state_has_archive_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "state_has_apply_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "archive_is_archive_commit_complete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "archive_try_direct_archive_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "archive_ensure_archive_commit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "rejection_run_rejection_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "rejection_execute_rejection_flow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "apply_apply_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "output_channeloutputhandler_f_on_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "mod_install", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "mod_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "mod_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "mod_restart", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "mod_uninstall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_success", "to": "client_resolve_default_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_executionresult_failed", "to": "types_test_execution_result_failed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executionresult_cancelled", "to": "types_test_execution_result_cancelled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_executionresult_is_cancelled", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo", "to": "types_progressinfo_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_progressinfo", "to": "types_progressinfo_percentage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_progressinfo", "to": "types_progressinfo_is_complete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_progressinfo", "to": "types_progressinfo_is_empty", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_progressinfo", "to": "types_progressinfo_remaining", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_progressinfo_new", "to": "types_test_execution_context_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_progressinfo_new", "to": "types_test_execution_context_is_parallel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_progressinfo_new", "to": "types_test_execution_context_working_dir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_progressinfo_new", "to": "types_test_progress_info_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_progressinfo_new", "to": "types_test_progress_info_percentage_zero_total", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_progressinfo_is_empty", "to": "apply_summarize_output", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "state_is_merged_to_base", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "state_has_archive_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "archive_is_archive_commit_complete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "acceptance_build_acceptance_tail_findings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "rejection_extract_rejected_reason", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "rejection_execute_rejection_flow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "rejection_test_execute_rejection_flow_creates_marker_commits_and_cleans_worktree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "state_orchestratorstate_is_complete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "selection_select_next_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "client_parse_project_url", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "client_extract_tree_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "client_resolve_default_branch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_progressinfo_is_empty", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_execution_context_new", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_execution_context_is_parallel", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_execution_context_is_parallel", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_execution_context_working_dir", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_execution_context_working_dir", "to": "types_remoteworktreeinfo_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_progress_info_default", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_execution_apply_rs", "to": "apply_apply_completion_grace_period", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_apply_completion_check_interval", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_scoped_apply_completion_grace_secs_for_test", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_scoped_apply_completion_check_interval_ms_for_test", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_applycompletionkind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_detect_apply_completion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_applyconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_applyiterationresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_check_task_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_format_wip_commit_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_create_progress_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_create_final_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_get_workspace_revision", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_build_apply_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_expand_apply_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_is_progress_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_progress_increased", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_summarize_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_applyeventhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_noopeventhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_applyloophookcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_applyloopresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_applyblockedhandoff", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_detect_apply_blocked_handoff", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_execute_apply_loop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_apply_config_default", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_apply_config_builder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_apply_iteration_result_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_apply_iteration_result_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_apply_iteration_result_no_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_apply_iteration_result_failed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_is_progress_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_progress_increased", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_summarize_output_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_summarize_output_short", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_summarize_output_long", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_progress_commit_message_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_progress_commit_message_all_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_progress_commit_message_zero_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_progress_commit_message_special_characters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_detect_apply_blocked_handoff_absent_without_rejected_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_detect_apply_blocked_handoff_present_with_rejected_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_execute_apply_loop_returns_blocked_handoff_without_stall_loop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_make_test_ai_runner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_tasks_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_apply_rs", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_blocked_handoff", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_apply_completion_grace_period", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_apply_completion_check_interval", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_scoped_apply_completion_grace_secs_for_test", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_tasks_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_scoped_apply_completion_grace_secs_for_test", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_blocked_handoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_scoped_apply_completion_check_interval_ms_for_test", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_tasks_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_scoped_apply_completion_check_interval_ms_for_test", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_blocked_handoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_detect_apply_completion", "to": "apply_detect_apply_blocked_handoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_detect_apply_completion", "to": "apply_check_task_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_detect_apply_completion", "to": "apply_is_progress_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_detect_apply_completion", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig", "to": "apply_applyconfig_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig", "to": "apply_applyconfig_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig", "to": "apply_applyconfig_with_max_iterations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig", "to": "apply_applyconfig_with_progress_commits", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig", "to": "apply_applyconfig_with_streaming", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_default", "to": "apply_applyconfig_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_default", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_default", "to": "apply_test_apply_config_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_default", "to": "apply_test_execute_apply_loop_returns_blocked_handoff_without_stall_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_default", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_tasks_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_default", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_blocked_handoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_new", "to": "apply_summarize_output", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_new", "to": "apply_applyloophookcontext_build_hook_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_new", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_new", "to": "apply_test_apply_config_builder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_new", "to": "apply_test_detect_apply_blocked_handoff_absent_without_rejected_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_new", "to": "apply_test_detect_apply_blocked_handoff_present_with_rejected_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_new", "to": "apply_test_execute_apply_loop_returns_blocked_handoff_without_stall_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_new", "to": "apply_make_test_ai_runner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_new", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_tasks_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_new", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_blocked_handoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_with_max_iterations", "to": "apply_test_apply_config_builder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_with_progress_commits", "to": "apply_test_apply_config_builder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyconfig_with_streaming", "to": "apply_test_apply_config_builder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyiterationresult", "to": "apply_applyiterationresult_is_complete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyiterationresult", "to": "apply_applyiterationresult_is_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_check_task_progress", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_format_wip_commit_message", "to": "apply_create_progress_commit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_format_wip_commit_message", "to": "apply_test_progress_commit_message_format", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_format_wip_commit_message", "to": "apply_test_progress_commit_message_all_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_format_wip_commit_message", "to": "apply_test_progress_commit_message_zero_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_format_wip_commit_message", "to": "apply_test_progress_commit_message_special_characters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_create_progress_commit", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_create_final_commit", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_get_workspace_revision", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_is_progress_complete", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_summarize_output", "to": "apply_test_summarize_output_long", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler", "to": "apply_noopeventhandler_on_apply_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler", "to": "apply_noopeventhandler_on_progress_updated", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler", "to": "apply_noopeventhandler_on_hook_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler", "to": "apply_noopeventhandler_on_hook_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler", "to": "apply_noopeventhandler_on_hook_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler", "to": "apply_noopeventhandler_on_apply_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler_on_apply_started", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler_on_progress_updated", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler_on_hook_started", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler_on_hook_completed", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler_on_hook_failed", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_noopeventhandler_on_apply_output", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyloophookcontext", "to": "apply_applyloophookcontext_serial", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyloophookcontext", "to": "apply_applyloophookcontext_parallel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyloophookcontext", "to": "apply_applyloophookcontext_build_hook_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyloophookcontext_serial", "to": "apply_test_execute_apply_loop_returns_blocked_handoff_without_stall_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyloophookcontext_serial", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_tasks_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyloophookcontext_serial", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_blocked_handoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyloophookcontext_build_hook_context", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_detect_apply_blocked_handoff", "to": "apply_execute_apply_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_detect_apply_blocked_handoff", "to": "apply_test_detect_apply_blocked_handoff_absent_without_rejected_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_detect_apply_blocked_handoff", "to": "apply_test_detect_apply_blocked_handoff_present_with_rejected_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_detect_apply_blocked_handoff", "to": "rejection_has_rejection_proposal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apply_execute_apply_loop", "to": "apply_test_execute_apply_loop_returns_blocked_handoff_without_stall_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_execute_apply_loop", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_tasks_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_execute_apply_loop", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_blocked_handoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_make_test_ai_runner", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_tasks_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_make_test_ai_runner", "to": "apply_test_execute_apply_loop_terminates_lingering_child_after_blocked_handoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_workspacestate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_is_merged_to_base", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_get_latest_wip_snapshot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_has_archive_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_has_apply_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_detect_workspace_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_init_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_detect_workspace_state_created", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_detect_workspace_state_applying", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_detect_workspace_state_applied", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_detect_workspace_state_archived", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_detect_workspace_state_merged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_detect_workspace_state_merged_with_remaining_changes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_get_latest_wip_snapshot_multiple", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_get_latest_wip_snapshot_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_has_apply_commit_true", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_has_apply_commit_false", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_is_merged_to_base_true", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_is_merged_to_base_false_on_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_has_archive_files_exact_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_has_archive_files_date_prefixed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_has_archive_files_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_detect_workspace_state_archiving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_detect_workspace_state_archiving_date_prefixed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_detect_workspace_state_archived_file_state_only", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_state_rs", "to": "state_test_detect_workspace_state_not_archived_without_archive_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_is_merged_to_base", "to": "state_detect_workspace_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_is_merged_to_base", "to": "state_test_is_merged_to_base_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_is_merged_to_base", "to": "state_test_is_merged_to_base_false_on_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_is_merged_to_base", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_get_latest_wip_snapshot", "to": "state_detect_workspace_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_get_latest_wip_snapshot", "to": "state_test_get_latest_wip_snapshot_multiple", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_get_latest_wip_snapshot", "to": "state_test_get_latest_wip_snapshot_none", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_get_latest_wip_snapshot", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_has_archive_files", "to": "state_detect_workspace_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_has_archive_files", "to": "state_test_has_archive_files_exact_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_has_archive_files", "to": "state_test_has_archive_files_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_has_archive_files", "to": "state_test_has_archive_files_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_has_archive_files", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_has_apply_commit", "to": "state_detect_workspace_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_has_apply_commit", "to": "state_test_has_apply_commit_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_has_apply_commit", "to": "state_test_has_apply_commit_false", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_has_apply_commit", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_detect_workspace_state", "to": "state_test_detect_workspace_state_created", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_detect_workspace_state", "to": "state_test_detect_workspace_state_applying", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_detect_workspace_state", "to": "state_test_detect_workspace_state_applied", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_detect_workspace_state", "to": "state_test_detect_workspace_state_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_detect_workspace_state", "to": "state_test_detect_workspace_state_merged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_detect_workspace_state", "to": "state_test_detect_workspace_state_merged_with_remaining_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_detect_workspace_state", "to": "state_test_detect_workspace_state_archiving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_detect_workspace_state", "to": "state_test_detect_workspace_state_archiving_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_detect_workspace_state", "to": "state_test_detect_workspace_state_archived_file_state_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_detect_workspace_state", "to": "state_test_detect_workspace_state_not_archived_without_archive_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_detect_workspace_state", "to": "archive_is_archive_commit_complete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_init_git_repo", "to": "state_test_detect_workspace_state_created", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_detect_workspace_state_applying", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_detect_workspace_state_applied", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_detect_workspace_state_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_detect_workspace_state_merged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_detect_workspace_state_merged_with_remaining_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_get_latest_wip_snapshot_multiple", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_get_latest_wip_snapshot_none", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_has_apply_commit_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_has_apply_commit_false", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_is_merged_to_base_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_is_merged_to_base_false_on_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_has_archive_files_exact_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_has_archive_files_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_has_archive_files_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_detect_workspace_state_archiving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_detect_workspace_state_archiving_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_detect_workspace_state_archived_file_state_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "state_test_detect_workspace_state_not_archived_without_archive_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_init_git_repo", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_commit", "to": "state_test_detect_workspace_state_created", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_detect_workspace_state_applying", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_detect_workspace_state_applied", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_detect_workspace_state_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_detect_workspace_state_merged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_detect_workspace_state_merged_with_remaining_changes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_get_latest_wip_snapshot_multiple", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_get_latest_wip_snapshot_none", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_has_apply_commit_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_has_apply_commit_false", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_is_merged_to_base_true", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_is_merged_to_base_false_on_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_has_archive_files_exact_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_has_archive_files_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_has_archive_files_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_detect_workspace_state_archiving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_detect_workspace_state_archiving_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_detect_workspace_state_archived_file_state_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "state_test_detect_workspace_state_not_archived_without_archive_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_commit", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_detect_workspace_state_created", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_detect_workspace_state_applying", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_detect_workspace_state_applied", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_detect_workspace_state_archived", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_detect_workspace_state_merged", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_detect_workspace_state_merged_with_remaining_changes", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_get_latest_wip_snapshot_multiple", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_get_latest_wip_snapshot_none", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_has_apply_commit_true", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_has_apply_commit_false", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_is_merged_to_base_true", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_is_merged_to_base_false_on_branch", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_has_archive_files_exact_match", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_has_archive_files_date_prefixed", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_has_archive_files_not_found", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_detect_workspace_state_archiving", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_detect_workspace_state_archiving_date_prefixed", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_detect_workspace_state_archived_file_state_only", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_test_detect_workspace_state_not_archived_without_archive_entry", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_execution_archive_rs", "to": "archive_archiveverificationresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_archive_entry_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_find_archive_entry_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_is_change_archived", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_is_archive_commit_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_try_direct_archive_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_ensure_archive_commit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_delete_change_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_verify_archive_completion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_verify_task_completion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_get_task_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_build_archive_error_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_archiveeventhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_nooparchiveeventhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_archiveloophookcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_archiveloopresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_make_openspec_dirs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_init_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_make_ai_runner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_verify_archive_change_not_archived", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_verify_archive_change_moved_to_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_verify_archive_date_prefixed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_verify_archive_change_removed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_verify_archive_both_exist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_is_change_archived_when_archive_only", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_is_change_archived_false_when_change_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_is_change_archived_false_without_archive_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_is_archive_commit_complete_when_clean", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_is_archive_commit_complete_false_when_dirty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_direct_archive_commit_success_skips_ai_resolve", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_direct_archive_commit_fallback_to_ai_resolve_on_pre_commit_failure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_verify_task_completion_all_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_verify_task_completion_incomplete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_verify_task_completion_empty_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_verify_task_completion_file_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_get_task_progress_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_get_task_progress_not_found", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_get_task_progress_archive_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_get_task_progress_archive_fallback_date_prefixed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_get_task_progress_primary_takes_precedence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_get_task_progress_archive_without_tasks_md", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_build_archive_error_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_is_archive_commit_complete_false_when_change_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_is_archive_commit_complete_true_when_change_removed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_ensure_archive_commit_fails_when_change_exists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_delete_change_directory_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_delete_change_directory_idempotent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_execution_archive_rs", "to": "archive_test_delete_change_directory_with_nested_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archiveverificationresult", "to": "archive_archiveverificationresult_is_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archive_entry_exists", "to": "archive_is_change_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archive_entry_exists", "to": "archive_is_archive_commit_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archive_entry_exists", "to": "archive_verify_archive_completion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_find_archive_entry_path", "to": "archive_get_task_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_is_change_archived", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_is_archive_commit_complete", "to": "archive_ensure_archive_commit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_is_archive_commit_complete", "to": "archive_test_is_archive_commit_complete_when_clean", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_is_archive_commit_complete", "to": "archive_test_is_archive_commit_complete_false_when_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_is_archive_commit_complete", "to": "archive_test_direct_archive_commit_success_skips_ai_resolve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_is_archive_commit_complete", "to": "archive_test_direct_archive_commit_fallback_to_ai_resolve_on_pre_commit_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_is_archive_commit_complete", "to": "archive_test_is_archive_commit_complete_false_when_change_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_is_archive_commit_complete", "to": "archive_test_is_archive_commit_complete_true_when_change_removed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_is_archive_commit_complete", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_try_direct_archive_commit", "to": "archive_ensure_archive_commit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_try_direct_archive_commit", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_ensure_archive_commit", "to": "archive_test_direct_archive_commit_success_skips_ai_resolve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_ensure_archive_commit", "to": "archive_test_direct_archive_commit_fallback_to_ai_resolve_on_pre_commit_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_ensure_archive_commit", "to": "archive_test_ensure_archive_commit_fails_when_change_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_delete_change_directory", "to": "archive_test_delete_change_directory_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_delete_change_directory", "to": "archive_test_delete_change_directory_idempotent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_delete_change_directory", "to": "archive_test_delete_change_directory_with_nested_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_delete_change_directory", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_verify_archive_completion", "to": "archive_test_verify_archive_change_not_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_verify_archive_completion", "to": "archive_test_verify_archive_change_moved_to_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_verify_archive_completion", "to": "archive_test_verify_archive_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_verify_archive_completion", "to": "archive_test_verify_archive_change_removed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_verify_archive_completion", "to": "archive_test_verify_archive_both_exist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_verify_archive_completion", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_verify_archive_completion", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_verify_archive_completion", "to": "archive_verify_and_record_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_verify_task_completion", "to": "archive_test_verify_task_completion_all_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_verify_task_completion", "to": "archive_test_verify_task_completion_incomplete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_verify_task_completion", "to": "archive_test_verify_task_completion_empty_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_verify_task_completion", "to": "archive_test_verify_task_completion_file_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_verify_task_completion", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_get_task_progress", "to": "archive_test_get_task_progress_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_get_task_progress", "to": "archive_test_get_task_progress_not_found", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_get_task_progress", "to": "archive_test_get_task_progress_archive_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_get_task_progress", "to": "archive_test_get_task_progress_archive_fallback_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_get_task_progress", "to": "archive_test_get_task_progress_primary_takes_precedence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_get_task_progress", "to": "archive_test_get_task_progress_archive_without_tasks_md", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_get_task_progress", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_build_archive_error_message", "to": "archive_test_build_archive_error_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_build_archive_error_message", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_build_archive_error_message", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_nooparchiveeventhandler", "to": "archive_nooparchiveeventhandler_on_archive_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_nooparchiveeventhandler", "to": "archive_nooparchiveeventhandler_on_hook_started", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_nooparchiveeventhandler", "to": "archive_nooparchiveeventhandler_on_hook_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_nooparchiveeventhandler", "to": "archive_nooparchiveeventhandler_on_hook_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_nooparchiveeventhandler", "to": "archive_nooparchiveeventhandler_on_archive_output", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archiveloophookcontext", "to": "archive_archiveloophookcontext_serial", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archiveloophookcontext", "to": "archive_archiveloophookcontext_parallel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archiveloophookcontext", "to": "archive_archiveloophookcontext_build_hook_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archiveloophookcontext_build_hook_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_make_openspec_dirs", "to": "archive_test_verify_archive_change_not_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_make_openspec_dirs", "to": "archive_test_verify_archive_change_moved_to_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_make_openspec_dirs", "to": "archive_test_verify_archive_date_prefixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_make_openspec_dirs", "to": "archive_test_verify_archive_change_removed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_make_openspec_dirs", "to": "archive_test_verify_archive_both_exist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_make_openspec_dirs", "to": "archive_test_is_change_archived_when_archive_only", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_make_openspec_dirs", "to": "archive_test_is_change_archived_false_when_change_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_make_openspec_dirs", "to": "archive_test_is_change_archived_false_without_archive_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_make_openspec_dirs", "to": "archive_test_delete_change_directory_idempotent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_init_git_repo", "to": "archive_test_is_archive_commit_complete_when_clean", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_init_git_repo", "to": "archive_test_is_archive_commit_complete_false_when_dirty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_init_git_repo", "to": "archive_test_direct_archive_commit_success_skips_ai_resolve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_init_git_repo", "to": "archive_test_direct_archive_commit_fallback_to_ai_resolve_on_pre_commit_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_init_git_repo", "to": "archive_test_is_archive_commit_complete_false_when_change_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_init_git_repo", "to": "archive_test_is_archive_commit_complete_true_when_change_removed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_init_git_repo", "to": "archive_test_ensure_archive_commit_fails_when_change_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_init_git_repo", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_make_ai_runner", "to": "archive_test_direct_archive_commit_success_skips_ai_resolve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_make_ai_runner", "to": "archive_test_direct_archive_commit_fallback_to_ai_resolve_on_pre_commit_failure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_make_ai_runner", "to": "archive_test_ensure_archive_commit_fails_when_change_exists", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_make_ai_runner", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_verify_archive_change_not_archived", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_verify_archive_change_moved_to_archive", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_verify_archive_date_prefixed", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_verify_archive_change_removed", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_verify_archive_both_exist", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_is_change_archived_when_archive_only", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_is_change_archived_false_when_change_exists", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_is_change_archived_false_without_archive_entry", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_is_archive_commit_complete_when_clean", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_is_archive_commit_complete_false_when_dirty", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_direct_archive_commit_success_skips_ai_resolve", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_direct_archive_commit_success_skips_ai_resolve", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_direct_archive_commit_fallback_to_ai_resolve_on_pre_commit_failure", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_direct_archive_commit_fallback_to_ai_resolve_on_pre_commit_failure", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_verify_task_completion_all_complete", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_verify_task_completion_incomplete", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_verify_task_completion_empty_file", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_verify_task_completion_file_not_found", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_get_task_progress_exists", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_get_task_progress_not_found", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_get_task_progress_archive_fallback", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_get_task_progress_archive_fallback_date_prefixed", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_get_task_progress_primary_takes_precedence", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_get_task_progress_archive_without_tasks_md", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_build_archive_error_message", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_is_archive_commit_complete_false_when_change_exists", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_is_archive_commit_complete_true_when_change_removed", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_ensure_archive_commit_fails_when_change_exists", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_ensure_archive_commit_fails_when_change_exists", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_delete_change_directory_success", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_delete_change_directory_idempotent", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_test_delete_change_directory_with_nested_content", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_orchestration_acceptance_rs", "to": "acceptance_build_acceptance_tail_findings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_acceptance_rs", "to": "acceptance_acceptance_test_streaming", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_acceptance_rs", "to": "acceptance_test_build_acceptance_tail_findings_prefers_stdout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_acceptance_rs", "to": "acceptance_test_build_acceptance_tail_findings_falls_back_to_stderr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_acceptance_rs", "to": "acceptance_test_build_acceptance_tail_findings_fallback_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_acceptance_rs", "to": "acceptance_test_acceptance_result_is_pass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_acceptance_rs", "to": "acceptance_test_build_acceptance_tail_findings_filters_acceptance_marker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_acceptance_rs", "to": "acceptance_test_build_acceptance_tail_findings_filters_findings_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_acceptance_rs", "to": "acceptance_test_build_acceptance_tail_findings_filters_both_markers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_acceptance_rs", "to": "acceptance_test_tail_findings_includes_preamble_parse_does_not", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_acceptance_rs", "to": "acceptance_test_parse_findings_is_preferred_source_for_fail_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_build_acceptance_tail_findings", "to": "acceptance_acceptance_test_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_build_acceptance_tail_findings", "to": "acceptance_test_build_acceptance_tail_findings_prefers_stdout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_build_acceptance_tail_findings", "to": "acceptance_test_build_acceptance_tail_findings_falls_back_to_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_build_acceptance_tail_findings", "to": "acceptance_test_build_acceptance_tail_findings_fallback_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_build_acceptance_tail_findings", "to": "acceptance_test_build_acceptance_tail_findings_filters_acceptance_marker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_build_acceptance_tail_findings", "to": "acceptance_test_build_acceptance_tail_findings_filters_findings_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_build_acceptance_tail_findings", "to": "acceptance_test_build_acceptance_tail_findings_filters_both_markers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_build_acceptance_tail_findings", "to": "acceptance_test_tail_findings_includes_preamble_parse_does_not", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "acceptance_acceptance_test_streaming", "to": "output_testoutputhandler_on_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_acceptance_test_streaming", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_acceptance_test_streaming", "to": "output_testoutputhandler_on_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_acceptance_test_streaming", "to": "output_testoutputhandler_on_stdout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_acceptance_test_streaming", "to": "output_testoutputhandler_on_agent_stderr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "acceptance_acceptance_test_streaming", "to": "output_testoutputhandler_on_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_rejectionreviewverdict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_rejected_file_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_has_rejection_proposal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_resolve_rejection_review_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_rejection_review_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_parse_rejection_review_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_append_recovery_task_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_run_rejection_review", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_handle_resume_apply_from_rejecting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_rejected_markdown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_extract_rejected_reason", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_resolve_rejection_reason", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_cleanup_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_execute_rejection_flow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_init_git_repo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_test_rejected_markdown_contains_reason", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_test_extract_rejected_reason_parses_reason_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_test_extract_rejected_reason_returns_none_without_reason_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_test_rejected_file_path_layout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_test_has_rejection_proposal_detects_marker_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_rejection_rs", "to": "rejection_test_execute_rejection_flow_creates_marker_commits_and_cleans_worktree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_rejected_file_path", "to": "rejection_has_rejection_proposal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_rejected_file_path", "to": "rejection_handle_resume_apply_from_rejecting", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_rejected_file_path", "to": "rejection_resolve_rejection_reason", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_rejected_file_path", "to": "rejection_execute_rejection_flow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_rejected_file_path", "to": "rejection_test_rejected_file_path_layout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_resolve_rejection_review_command", "to": "rejection_run_rejection_review", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_rejection_review_prompt", "to": "rejection_run_rejection_review", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_parse_rejection_review_output", "to": "rejection_run_rejection_review", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_append_recovery_task_section", "to": "rejection_handle_resume_apply_from_rejecting", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_run_rejection_review", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rejection_rejected_markdown", "to": "rejection_execute_rejection_flow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_rejected_markdown", "to": "rejection_test_rejected_markdown_contains_reason", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_extract_rejected_reason", "to": "rejection_resolve_rejection_reason", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_extract_rejected_reason", "to": "rejection_test_extract_rejected_reason_parses_reason_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_extract_rejected_reason", "to": "rejection_test_extract_rejected_reason_returns_none_without_reason_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_resolve_rejection_reason", "to": "rejection_execute_rejection_flow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_cleanup_worktree", "to": "rejection_execute_rejection_flow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_execute_rejection_flow", "to": "rejection_test_execute_rejection_flow_creates_marker_commits_and_cleans_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_execute_rejection_flow", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rejection_init_git_repo", "to": "rejection_test_execute_rejection_flow_creates_marker_commits_and_cleans_worktree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rejection_init_git_repo", "to": "mod_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rejection_init_git_repo", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rejection_test_rejected_file_path_layout", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rejection_test_execute_rejection_flow_creates_marker_commits_and_cleans_worktree", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_build_start_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_build_finish_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_build_change_start_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_build_change_end_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_build_apply_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_build_change_complete_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_build_archive_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_build_error_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_build_queue_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_test_build_start_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_test_build_finish_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_test_build_change_start_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_test_build_apply_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_test_build_error_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_test_build_archive_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_hooks_rs", "to": "hooks_test_build_queue_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_build_start_context", "to": "hooks_test_build_start_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_build_start_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_build_finish_context", "to": "hooks_test_build_finish_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_build_finish_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_build_change_start_context", "to": "hooks_test_build_change_start_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_build_change_start_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_build_change_end_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_build_apply_context", "to": "hooks_test_build_apply_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_build_apply_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_build_change_complete_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_build_archive_context", "to": "hooks_test_build_archive_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_build_archive_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_build_error_context", "to": "hooks_test_build_error_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_build_error_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_build_queue_context", "to": "hooks_test_build_queue_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_build_queue_context", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_change", "to": "hooks_test_build_change_start_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_change", "to": "hooks_test_build_apply_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_change", "to": "hooks_test_build_error_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_change", "to": "hooks_test_build_archive_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_change", "to": "hooks_test_build_queue_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_test_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_test_change", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_orchestration_apply_rs", "to": "apply_applyresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_apply_rs", "to": "apply_applycontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_apply_rs", "to": "apply_apply_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_apply_rs", "to": "apply_apply_change_streaming", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_apply_rs", "to": "apply_test_apply_result_is_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_apply_rs", "to": "apply_test_apply_context_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applyresult", "to": "apply_applyresult_is_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applycontext", "to": "apply_applycontext_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applycontext_new", "to": "apply_apply_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applycontext_new", "to": "apply_apply_change_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_applycontext_new", "to": "apply_test_apply_context_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apply_apply_change", "to": "output_testoutputhandler_on_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apply_apply_change", "to": "output_testoutputhandler_on_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apply_apply_change", "to": "output_testoutputhandler_on_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apply_apply_change", "to": "output_testoutputhandler_on_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apply_apply_change_streaming", "to": "output_testoutputhandler_on_warn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apply_apply_change_streaming", "to": "output_testoutputhandler_on_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apply_apply_change_streaming", "to": "output_testoutputhandler_on_stdout", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apply_apply_change_streaming", "to": "output_testoutputhandler_on_agent_stderr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apply_apply_change_streaming", "to": "output_testoutputhandler_on_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "apply_apply_change_streaming", "to": "output_testoutputhandler_on_success", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_orchestration_state_rs", "to": "state_executionmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_queueintent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_activitystate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_waitstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_terminalstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_workspaceobservation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_changeruntimestate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_reducercommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_reduceoutcome", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_reducereffect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_orchestratorstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_new_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_is_in_snapshot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_apply_count_increment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_mark_archived", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_is_complete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_iteration_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_no_iteration_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_add_dynamic_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_add_dynamic_change_idempotent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_remove_from_pending", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_error_history_management_and_circuit_breaker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_orchestrator_state_initializes_change_runtime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_change_runtime_invariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_display_status_derivation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_display_color_derivation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_error_message_derivation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_runtime_state_active_classification", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_apply_command_queue_intent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_apply_execution_event_transitions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_apply_observation_reconcile_merge_wait", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_changes_refreshed_uses_reducer_observation_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_changes_refreshed_reactivates_rejected_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_merge_wait_release_after_external_merge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_workspace_archived_recovers_merge_wait", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_queue_add_not_overwritten_by_merge_wait_refresh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_parallel_merge_events_drive_reducer_wait_states", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_resolve_completed_clears_resolve_wait_and_survives_refresh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_resolve_failed_restores_merge_wait", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_workspace_status_update_targets_explicit_change_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_late_events_after_stop_do_not_regress_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_reducer_idempotency_and_precedence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_reducer_runtime_and_legacy_aggregates_stay_consistent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_serial_mode_change_archived_is_terminal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_parallel_mode_change_archived_transitions_to_merge_wait", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_parallel_mode_change_archived_uses_resolve_pending_when_other_change_is_resolving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_parallel_mode_full_lifecycle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_parallel_mode_merge_deferred_then_completed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_parallel_mode_late_events_do_not_regress_merged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_auto_resumable_merge_deferred_sets_resolve_wait", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_auto_resumable_deferred_survives_workspace_refresh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_auto_resumable_deferred_then_merge_completed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_manual_resolve_blocked_by_merge_in_progress_becomes_resolve_pending", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_manual_resolve_blocked_by_uncommitted_changes_stays_merge_wait", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_auto_resumable_deferred_resolve_auto_retries_after_preceding_completes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_add_to_queue_retries_error_terminal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_dequeue_change_resets_to_not_queued_idle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_add_to_queue_noop_on_archived", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_dependency_resolved_restores_queued_after_block", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_dependency_blocked_and_resolved_preserve_queue_intent_until_user_dequeue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_changes_refreshed_preserves_queue_intent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_state_rs", "to": "state_test_fast_forward_merged_survives_archived_observation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate", "to": "state_changeruntimestate_is_active", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate", "to": "state_changeruntimestate_is_terminal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate", "to": "state_changeruntimestate_invariants_hold", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate", "to": "state_changeruntimestate_display_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate", "to": "state_changeruntimestate_display_color", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate", "to": "state_changeruntimestate_error_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_is_active", "to": "state_changeruntimestate_invariants_hold", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_is_active", "to": "state_orchestratorstate_is_active_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_is_active", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_is_active", "to": "state_orchestratorstate_apply_observation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_is_active", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_is_terminal", "to": "state_changeruntimestate_invariants_hold", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_is_terminal", "to": "state_orchestratorstate_is_resolving_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_is_terminal", "to": "state_orchestratorstate_is_terminal_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_is_terminal", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_is_terminal", "to": "state_orchestratorstate_apply_observation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_is_terminal", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_changeruntimestate_display_color", "to": "state_orchestratorstate_display_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_with_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_initial_change_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_pending_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_archived_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_stalled_change_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_skipped_change_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_mark_stalled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_mark_skipped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_clear_stalled_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_changes_processed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_total_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_remaining_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_iteration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_max_iterations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_current_change_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_apply_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_task_progress", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_set_task_progress", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_is_in_snapshot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_is_pending", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_is_archived", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_is_complete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_is_iteration_limit_reached", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_is_approaching_iteration_limit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_increment_iteration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_set_current_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_increment_apply_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_mark_archived", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_add_dynamic_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_runtime_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_change_runtime", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_display_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_is_active_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_is_resolving_active", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_all_display_statuses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_is_terminal_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_remove_from_pending", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_drop_pending_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_clear_pending_changes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_record_error_and_check_circuit_breaker", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_last_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_clear_error_history", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_apply_command", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_apply_observation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_apply_execution_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate", "to": "state_orchestratorstate_execution_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_orchestratorstate_with_mode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_orchestratorstate_record_error_and_check_circuit_breaker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_new_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_is_in_snapshot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_apply_count_increment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_mark_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_is_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_iteration_limit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_no_iteration_limit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_add_dynamic_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_add_dynamic_change_idempotent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_remove_from_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_error_history_management_and_circuit_breaker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_orchestrator_state_initializes_change_runtime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_display_status_derivation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_runtime_state_active_classification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_apply_command_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_apply_execution_event_transitions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_apply_observation_reconcile_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_changes_refreshed_uses_reducer_observation_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_changes_refreshed_reactivates_rejected_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_merge_wait_release_after_external_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_workspace_archived_recovers_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_queue_add_not_overwritten_by_merge_wait_refresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_parallel_merge_events_drive_reducer_wait_states", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_resolve_completed_clears_resolve_wait_and_survives_refresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_resolve_failed_restores_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_workspace_status_update_targets_explicit_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_late_events_after_stop_do_not_regress_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_reducer_idempotency_and_precedence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_reducer_runtime_and_legacy_aggregates_stay_consistent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_serial_mode_change_archived_is_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_auto_resumable_merge_deferred_sets_resolve_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_auto_resumable_deferred_survives_workspace_refresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_auto_resumable_deferred_then_merge_completed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_manual_resolve_blocked_by_merge_in_progress_becomes_resolve_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_manual_resolve_blocked_by_uncommitted_changes_stays_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_auto_resumable_deferred_resolve_auto_retries_after_preceding_completes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_add_to_queue_retries_error_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_dequeue_change_resets_to_not_queued_idle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_add_to_queue_noop_on_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_dependency_resolved_restores_queued_after_block", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_dependency_blocked_and_resolved_preserve_queue_intent_until_user_dequeue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_changes_refreshed_preserves_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_new", "to": "state_test_fast_forward_merged_survives_archived_observation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_with_mode", "to": "state_orchestratorstate_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_with_mode", "to": "state_test_parallel_mode_change_archived_transitions_to_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_with_mode", "to": "state_test_parallel_mode_change_archived_uses_resolve_pending_when_other_change_is_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_with_mode", "to": "state_test_parallel_mode_full_lifecycle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_with_mode", "to": "state_test_parallel_mode_merge_deferred_then_completed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_with_mode", "to": "state_test_parallel_mode_late_events_do_not_regress_merged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_is_complete", "to": "selection_select_next_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_orchestratorstate_increment_iteration", "to": "state_test_iteration_limit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_increment_iteration", "to": "state_test_no_iteration_limit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_set_current_change", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_set_current_change", "to": "state_test_mark_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_set_current_change", "to": "state_test_remove_from_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_set_current_change", "to": "state_test_reducer_runtime_and_legacy_aggregates_stay_consistent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_increment_apply_count", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_increment_apply_count", "to": "state_test_mark_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_increment_apply_count", "to": "state_test_reducer_runtime_and_legacy_aggregates_stay_consistent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_mark_archived", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_mark_archived", "to": "state_test_mark_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_mark_archived", "to": "state_test_is_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_mark_archived", "to": "state_test_reducer_runtime_and_legacy_aggregates_stay_consistent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_add_dynamic_change", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_add_dynamic_change", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_add_dynamic_change", "to": "state_test_add_dynamic_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_add_dynamic_change", "to": "state_test_add_dynamic_change_idempotent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_runtime_entry", "to": "state_orchestratorstate_apply_command", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_runtime_entry", "to": "state_orchestratorstate_apply_observation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_runtime_entry", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_runtime_entry", "to": "state_test_display_status_derivation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_runtime_entry", "to": "state_test_runtime_state_active_classification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_runtime_entry", "to": "state_test_apply_command_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_runtime_entry", "to": "state_test_apply_observation_reconcile_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_runtime_entry", "to": "state_test_changes_refreshed_reactivates_rejected_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_change_runtime", "to": "state_test_orchestrator_state_initializes_change_runtime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_change_runtime", "to": "state_test_changes_refreshed_reactivates_rejected_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_display_status", "to": "state_orchestratorstate_all_display_statuses", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_remove_from_pending", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_remove_from_pending", "to": "state_test_remove_from_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_clear_error_history", "to": "state_test_error_history_management_and_circuit_breaker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_display_status_derivation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_apply_command_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_queue_add_not_overwritten_by_merge_wait_refresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_resolve_completed_clears_resolve_wait_and_survives_refresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_resolve_failed_restores_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_reducer_runtime_and_legacy_aggregates_stay_consistent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_parallel_mode_full_lifecycle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_manual_resolve_blocked_by_merge_in_progress_becomes_resolve_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_manual_resolve_blocked_by_uncommitted_changes_stays_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_add_to_queue_retries_error_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_dequeue_change_resets_to_not_queued_idle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_add_to_queue_noop_on_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_dependency_resolved_restores_queued_after_block", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_dependency_blocked_and_resolved_preserve_queue_intent_until_user_dequeue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_changes_refreshed_preserves_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_command", "to": "state_test_fast_forward_merged_survives_archived_observation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_observation", "to": "state_orchestratorstate_apply_execution_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_observation", "to": "state_test_apply_observation_reconcile_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_observation", "to": "state_test_merge_wait_release_after_external_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_observation", "to": "state_test_workspace_archived_recovers_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_observation", "to": "state_test_queue_add_not_overwritten_by_merge_wait_refresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_apply_command_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_apply_execution_event_transitions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_changes_refreshed_uses_reducer_observation_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_changes_refreshed_reactivates_rejected_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_merge_wait_release_after_external_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_queue_add_not_overwritten_by_merge_wait_refresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_parallel_merge_events_drive_reducer_wait_states", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_resolve_completed_clears_resolve_wait_and_survives_refresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_resolve_failed_restores_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_workspace_status_update_targets_explicit_change_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_late_events_after_stop_do_not_regress_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_reducer_idempotency_and_precedence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_reducer_runtime_and_legacy_aggregates_stay_consistent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_serial_mode_change_archived_is_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_parallel_mode_change_archived_transitions_to_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_parallel_mode_change_archived_uses_resolve_pending_when_other_change_is_resolving", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_parallel_mode_full_lifecycle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_parallel_mode_merge_deferred_then_completed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_parallel_mode_late_events_do_not_regress_merged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_auto_resumable_merge_deferred_sets_resolve_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_auto_resumable_deferred_survives_workspace_refresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_auto_resumable_deferred_then_merge_completed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_manual_resolve_blocked_by_merge_in_progress_becomes_resolve_pending", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_manual_resolve_blocked_by_uncommitted_changes_stays_merge_wait", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_auto_resumable_deferred_resolve_auto_retries_after_preceding_completes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_add_to_queue_retries_error_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_add_to_queue_noop_on_archived", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_dependency_resolved_restores_queued_after_block", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_dependency_blocked_and_resolved_preserve_queue_intent_until_user_dequeue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_changes_refreshed_preserves_queue_intent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_apply_execution_event", "to": "state_test_fast_forward_merged_survives_archived_observation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_default", "to": "state_test_change_runtime_invariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_default", "to": "state_test_display_color_derivation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_default", "to": "state_test_error_message_derivation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_default", "to": "state_test_resolve_completed_clears_resolve_wait_and_survives_refresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_default", "to": "state_test_auto_resumable_deferred_survives_workspace_refresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_default", "to": "state_test_fast_forward_merged_survives_archived_observation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "state_orchestratorstate_default", "to": "selection_test_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_orchestratorstate_default", "to": "archive_test_archive_change_retries_until_verified", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_orchestratorstate_default", "to": "mod_test_loopback_config_validates_ok", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_orchestratorstate_default", "to": "mod_test_non_loopback_no_token_fails_validation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_orchestratorstate_default", "to": "mod_test_non_loopback_with_token_validates_ok", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "state_orchestratorstate_default", "to": "mapper_remote_change_to_local", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_orchestration_output_rs", "to": "output_outputhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_logoutputhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_nulloutputhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_channeloutputhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_outputmessage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_contextualoutputhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_testoutputhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_test_test_output_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_test_null_output_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_test_log_output_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_test_agent_stderr_is_distinct_from_stderr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_test_channel_output_handler_agent_stderr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_output_rs", "to": "output_test_contextual_output_handler_delegates_agent_stderr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_logoutputhandler", "to": "output_logoutputhandler_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_logoutputhandler", "to": "output_logoutputhandler_on_stdout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_logoutputhandler", "to": "output_logoutputhandler_on_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_logoutputhandler", "to": "output_logoutputhandler_on_agent_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_logoutputhandler", "to": "output_logoutputhandler_on_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_logoutputhandler", "to": "output_logoutputhandler_on_warn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_logoutputhandler", "to": "output_logoutputhandler_on_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_logoutputhandler", "to": "output_logoutputhandler_on_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_nulloutputhandler", "to": "output_nulloutputhandler_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_nulloutputhandler", "to": "output_nulloutputhandler_on_stdout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_nulloutputhandler", "to": "output_nulloutputhandler_on_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_nulloutputhandler", "to": "output_nulloutputhandler_on_agent_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_nulloutputhandler", "to": "output_nulloutputhandler_on_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_nulloutputhandler", "to": "output_nulloutputhandler_on_warn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_nulloutputhandler", "to": "output_nulloutputhandler_on_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_nulloutputhandler", "to": "output_nulloutputhandler_on_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_channeloutputhandler_f", "to": "output_channeloutputhandler_f_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_channeloutputhandler_f", "to": "output_channeloutputhandler_f_on_stdout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_channeloutputhandler_f", "to": "output_channeloutputhandler_f_on_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_channeloutputhandler_f", "to": "output_channeloutputhandler_f_on_agent_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_channeloutputhandler_f", "to": "output_channeloutputhandler_f_on_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_channeloutputhandler_f", "to": "output_channeloutputhandler_f_on_warn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_channeloutputhandler_f", "to": "output_channeloutputhandler_f_on_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_channeloutputhandler_f", "to": "output_channeloutputhandler_f_on_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h", "to": "output_contextualoutputhandler_h_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h", "to": "output_contextualoutputhandler_h_set_operation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h", "to": "output_contextualoutputhandler_h_operation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h", "to": "output_contextualoutputhandler_h_on_stdout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h", "to": "output_contextualoutputhandler_h_on_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h", "to": "output_contextualoutputhandler_h_on_agent_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h", "to": "output_contextualoutputhandler_h_on_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h", "to": "output_contextualoutputhandler_h_on_warn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h", "to": "output_contextualoutputhandler_h_on_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h", "to": "output_contextualoutputhandler_h_on_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h_on_stdout", "to": "output_testoutputhandler_on_stdout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h_on_stderr", "to": "output_testoutputhandler_on_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h_on_agent_stderr", "to": "output_testoutputhandler_on_agent_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h_on_info", "to": "output_testoutputhandler_on_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h_on_warn", "to": "output_testoutputhandler_on_warn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h_on_error", "to": "output_testoutputhandler_on_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_contextualoutputhandler_h_on_success", "to": "output_testoutputhandler_on_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler", "to": "output_testoutputhandler_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler", "to": "output_testoutputhandler_get_messages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler", "to": "output_testoutputhandler_on_stdout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler", "to": "output_testoutputhandler_on_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler", "to": "output_testoutputhandler_on_agent_stderr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler", "to": "output_testoutputhandler_on_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler", "to": "output_testoutputhandler_on_warn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler", "to": "output_testoutputhandler_on_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler", "to": "output_testoutputhandler_on_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_new", "to": "output_test_test_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_new", "to": "output_test_null_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_new", "to": "output_test_log_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_new", "to": "output_test_agent_stderr_is_distinct_from_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_new", "to": "output_test_channel_output_handler_agent_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_new", "to": "output_test_contextual_output_handler_delegates_agent_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_new", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_get_messages", "to": "output_test_test_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_get_messages", "to": "output_test_agent_stderr_is_distinct_from_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_stdout", "to": "output_test_test_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_stdout", "to": "output_test_null_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_stdout", "to": "output_test_log_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_stdout", "to": "archive_execute_archive_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_stderr", "to": "output_test_test_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_stderr", "to": "output_test_null_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_stderr", "to": "output_test_log_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_stderr", "to": "output_test_agent_stderr_is_distinct_from_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_agent_stderr", "to": "output_test_test_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_agent_stderr", "to": "output_test_null_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_agent_stderr", "to": "output_test_log_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_agent_stderr", "to": "output_test_agent_stderr_is_distinct_from_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_agent_stderr", "to": "output_test_channel_output_handler_agent_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_agent_stderr", "to": "output_test_contextual_output_handler_delegates_agent_stderr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_agent_stderr", "to": "archive_execute_archive_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_info", "to": "output_test_test_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_info", "to": "output_test_null_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_info", "to": "output_test_log_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_info", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_info", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_warn", "to": "output_test_test_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_warn", "to": "output_test_null_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_warn", "to": "output_test_log_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_warn", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_warn", "to": "archive_run_pre_archive_hooks", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_warn", "to": "archive_execute_archive_command_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_warn", "to": "archive_handle_archive_wip_and_stall", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_warn", "to": "archive_verify_and_record_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_warn", "to": "archive_run_post_archive_hook", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_warn", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_error", "to": "output_test_test_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_error", "to": "output_test_null_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_error", "to": "output_test_log_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_error", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_error", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_success", "to": "output_test_test_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_success", "to": "output_test_null_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_success", "to": "output_test_log_output_handler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "output_testoutputhandler_on_success", "to": "archive_archive_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "output_testoutputhandler_on_success", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_orchestration_selection_rs", "to": "selection_select_next_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_select_by_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_analyze_with_llm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_build_analysis_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_test_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_test_select_by_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_test_select_by_progress_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_test_select_next_change_complete_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_test_select_next_change_fallback_to_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_test_select_next_change_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_test_build_analysis_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_test_build_analysis_prompt_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_selection_rs", "to": "selection_test_build_analysis_prompt_no_fixed_guidance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_select_next_change", "to": "selection_analyze_with_llm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_select_next_change", "to": "selection_select_by_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_select_next_change", "to": "selection_test_select_next_change_complete_first", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_select_next_change", "to": "selection_test_select_next_change_fallback_to_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_select_next_change", "to": "selection_test_select_next_change_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_select_by_progress", "to": "selection_test_select_by_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_select_by_progress", "to": "selection_test_select_by_progress_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_analyze_with_llm", "to": "selection_build_analysis_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_build_analysis_prompt", "to": "selection_test_build_analysis_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_build_analysis_prompt", "to": "selection_test_build_analysis_prompt_empty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_build_analysis_prompt", "to": "selection_test_build_analysis_prompt_no_fixed_guidance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selection_test_change", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_orchestration_archive_rs", "to": "archive_archiveresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_archivecontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_archive_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_run_pre_archive_hooks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_execute_archive_command_streaming", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_handle_archive_wip_and_stall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_verify_and_record_archive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_clear_archive_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_run_post_archive_hook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_archive_change_streaming", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_test_archive_result_is_success", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_test_archive_context_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_test_verify_archive_path_structure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_orchestration_archive_rs", "to": "archive_test_archive_change_retries_until_verified", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archiveresult", "to": "archive_archiveresult_is_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archiveresult_is_success", "to": "archive_archive_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archiveresult_is_success", "to": "archive_verify_and_record_archive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archiveresult_is_success", "to": "client_remoteclient_list_projects", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_archiveresult_is_success", "to": "client_remoteclient_list_all_projects", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_archiveresult_is_success", "to": "client_remoteclient_sync_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_archiveresult_is_success", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_archiveresult_is_success", "to": "client_remoteclient_control_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_archiveresult_is_success", "to": "client_remoteclient_control_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "archive_archivecontext", "to": "archive_archivecontext_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archivecontext_new", "to": "archive_archive_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archivecontext_new", "to": "archive_execute_archive_command_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archivecontext_new", "to": "archive_run_post_archive_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archivecontext_new", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archivecontext_new", "to": "archive_test_archive_context_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archivecontext_new", "to": "archive_test_verify_archive_path_structure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archivecontext_new", "to": "archive_test_archive_change_retries_until_verified", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archive_change", "to": "archive_run_pre_archive_hooks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archive_change", "to": "archive_handle_archive_wip_and_stall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archive_change", "to": "archive_clear_archive_history", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archive_change", "to": "archive_run_post_archive_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_archive_change", "to": "archive_test_archive_change_retries_until_verified", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_run_pre_archive_hooks", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_execute_archive_command_streaming", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_handle_archive_wip_and_stall", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_verify_and_record_archive", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_clear_archive_history", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "archive_run_post_archive_hook", "to": "archive_archive_change_streaming", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_validate_server_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_cflx_executable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_plist_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_generate_plist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_install", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_uninstall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_start", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_stop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_restart", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_unit_path", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_generate_unit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_unsupported", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_test_loopback_config_validates_ok", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_test_non_loopback_no_token_fails_validation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_service_mod_rs", "to": "mod_test_non_loopback_with_token_validates_ok", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_validate_server_config", "to": "mod_install", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_validate_server_config", "to": "mod_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_validate_server_config", "to": "mod_restart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_cflx_executable", "to": "mod_install", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_plist_path", "to": "mod_install", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_plist_path", "to": "mod_uninstall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_plist_path", "to": "mod_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_plist_path", "to": "mod_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_generate_plist", "to": "mod_install", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_install", "to": "mod_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_install", "to": "mod_unit_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_install", "to": "mod_generate_unit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_install", "to": "mod_unsupported", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_install", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_uninstall", "to": "mod_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_uninstall", "to": "mod_unit_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_uninstall", "to": "mod_unsupported", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_uninstall", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_start", "to": "mod_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_start", "to": "mod_restart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_start", "to": "mod_unsupported", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_start", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_stop", "to": "mod_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_stop", "to": "mod_restart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_stop", "to": "mod_unsupported", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_stop", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_restart", "to": "mod_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_restart", "to": "mod_unsupported", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_restart", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_status", "to": "mod_unsupported", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mod_status", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_status", "to": "client_remoteclient_list_projects", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_status", "to": "client_remoteclient_list_all_projects", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_status", "to": "client_remoteclient_sync_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_status", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_status", "to": "client_remoteclient_control_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mod_status", "to": "client_remoteclient_control_stop", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_remote_types_rs", "to": "types_activecommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_remotechange", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_default_selected", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_default_remote_sync_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_remoteproject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_remotelogentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_projectentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_remoteworktreeinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_remoteworktreemergeconflict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_default_orchestration_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_remotestateupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_remote_change_deserialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_remote_state_update_full_state_deserialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_remote_state_update_change_update_deserialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_remote_state_update_ping_deserialization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_make_remote_change_defaults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_make_remote_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_make_remote_log_entry_defaults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_remote_log_entry_round_trip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_remote_state_update_log_round_trip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_remote_worktree_info_from_worktree_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_remote_worktree_info_detached_head", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_remote_worktree_info_with_conflicts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_remote_worktree_info_serialization_round_trip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_full_state_with_worktrees", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_full_state_without_worktrees_backward_compatible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_types_rs", "to": "types_test_remote_state_update_log_deserialization_from_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_remoteworktreeinfo", "to": "types_remoteworktreeinfo_from", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_remoteworktreeinfo_from", "to": "types_test_remote_worktree_info_from_worktree_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_remoteworktreeinfo_from", "to": "types_test_remote_worktree_info_detached_head", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_remoteworktreeinfo_from", "to": "types_test_remote_worktree_info_with_conflicts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "types_test_remote_change_deserialization", "to": "test_helpers_remote_change_json", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_remote_state_update_full_state_deserialization", "to": "test_helpers_full_state_json", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_remote_state_update_change_update_deserialization", "to": "test_helpers_remote_change_json", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_remote_state_update_change_update_deserialization", "to": "test_helpers_change_update_json", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_make_remote_change_defaults", "to": "test_helpers_make_remote_change", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_make_remote_project", "to": "test_helpers_make_remote_project", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_make_remote_log_entry_defaults", "to": "test_helpers_make_remote_log_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "types_test_full_state_with_worktrees", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_remote_mapper_rs", "to": "mapper_remote_change_to_local", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_mapper_rs", "to": "mapper_group_changes_by_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_mapper_rs", "to": "mapper_make_remote_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_mapper_rs", "to": "mapper_test_remote_change_to_local", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_mapper_rs", "to": "mapper_test_group_changes_by_project_prefixes_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mapper_remote_change_to_local", "to": "mapper_group_changes_by_project", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mapper_remote_change_to_local", "to": "mapper_test_remote_change_to_local", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mapper_remote_change_to_local", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mapper_group_changes_by_project", "to": "mapper_test_group_changes_by_project_prefixes_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mapper_group_changes_by_project", "to": "client_remoteclient_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mapper_make_remote_change", "to": "mapper_test_remote_change_to_local", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_parse_project_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_extract_tree_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_resolve_default_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_resolve_project_url_and_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_remoteclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_ws_url_http", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_ws_url_https", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_ws_url_no_scheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_resolve_token_explicit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_resolve_token_from_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_resolve_token_missing_env", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_resolve_token_none", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_client_with_token_stores_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_client_without_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_list_all_projects_calls_correct_endpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_sync_project_calls_correct_endpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_list_then_sync_ordering", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_sync_project_error_on_non_200", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_authorization_header_sent_with_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_no_authorization_header_without_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_parse_url_tree_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_parse_url_tree_branch_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_parse_url_fragment_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_parse_url_no_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_parse_url_trailing_slash_stripped", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_default_branch_used_when_omitted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_url_branch_used_when_no_explicit_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_explicit_branch_overrides_url_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_explicit_branch_overrides_fragment_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_get_project_no_auth_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_list_projects_management_no_auth_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_add_project_no_auth_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_delete_project_no_auth_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_client_rs", "to": "client_test_git_sync_no_auth_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_parse_project_url", "to": "client_extract_tree_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_parse_project_url", "to": "client_resolve_project_url_and_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_parse_project_url", "to": "client_test_parse_url_tree_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_parse_project_url", "to": "client_test_parse_url_tree_branch_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_parse_project_url", "to": "client_test_parse_url_fragment_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_parse_project_url", "to": "client_test_parse_url_no_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_parse_project_url", "to": "client_test_parse_url_trailing_slash_stripped", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_resolve_default_branch", "to": "client_remoteclient_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_resolve_project_url_and_branch", "to": "client_test_default_branch_used_when_omitted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_resolve_project_url_and_branch", "to": "client_test_url_branch_used_when_no_explicit_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_resolve_project_url_and_branch", "to": "client_test_explicit_branch_overrides_url_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_resolve_project_url_and_branch", "to": "client_test_explicit_branch_overrides_fragment_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_resolve_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_authorized", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_list_projects", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_list_all_projects", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_sync_project", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_ws_url", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_get_project", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_list_projects_management", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_add_project", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_delete_project", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_git_sync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_check_project_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_control_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient", "to": "client_remoteclient_control_stop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_ws_url_http", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_ws_url_https", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_ws_url_no_scheme", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_client_with_token_stores_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_client_without_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_list_all_projects_calls_correct_endpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_sync_project_calls_correct_endpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_list_then_sync_ordering", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_sync_project_error_on_non_200", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_authorization_header_sent_with_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_no_authorization_header_without_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_url_branch_used_when_no_explicit_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_explicit_branch_overrides_url_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_explicit_branch_overrides_fragment_branch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_get_project_no_auth_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_list_projects_management_no_auth_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_add_project_no_auth_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_delete_project_no_auth_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "client_test_git_sync_no_auth_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_new", "to": "test_helpers_spawn_flexible_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "client_remoteclient_resolve_token", "to": "client_test_resolve_token_explicit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_resolve_token", "to": "client_test_resolve_token_from_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_resolve_token", "to": "client_test_resolve_token_missing_env", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_resolve_token", "to": "client_test_resolve_token_none", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_authorized", "to": "client_remoteclient_list_projects", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_authorized", "to": "client_remoteclient_list_all_projects", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_authorized", "to": "client_remoteclient_sync_project", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_authorized", "to": "client_remoteclient_control_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_authorized", "to": "client_remoteclient_control_stop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_list_projects", "to": "client_test_authorization_header_sent_with_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_list_projects", "to": "client_test_no_authorization_header_without_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_list_all_projects", "to": "client_test_list_all_projects_calls_correct_endpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_list_all_projects", "to": "client_test_list_then_sync_ordering", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_sync_project", "to": "client_test_sync_project_calls_correct_endpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_sync_project", "to": "client_test_list_then_sync_ordering", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_sync_project", "to": "client_test_sync_project_error_on_non_200", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_get_project", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_get_project", "to": "client_test_get_project_no_auth_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_list_projects_management", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_list_projects_management", "to": "client_test_list_projects_management_no_auth_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_add_project", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_add_project", "to": "client_test_add_project_no_auth_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_delete_project", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_delete_project", "to": "client_test_delete_project_no_auth_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_git_sync", "to": "client_remoteclient_check_project_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_remoteclient_git_sync", "to": "client_test_git_sync_no_auth_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "client_test_list_all_projects_calls_correct_endpoint", "to": "test_helpers_spawn_mock_http_server_ordered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "client_test_sync_project_calls_correct_endpoint", "to": "test_helpers_spawn_mock_http_server_ordered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "client_test_list_then_sync_ordering", "to": "test_helpers_spawn_mock_http_server_ordered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "client_test_sync_project_error_on_non_200", "to": "test_helpers_spawn_mock_http_server_ordered", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "client_test_authorization_header_sent_with_token", "to": "test_helpers_spawn_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "client_test_no_authorization_header_without_token", "to": "test_helpers_spawn_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "client_test_get_project_no_auth_header", "to": "test_helpers_spawn_flexible_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "client_test_list_projects_management_no_auth_header", "to": "test_helpers_spawn_flexible_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "client_test_add_project_no_auth_header", "to": "test_helpers_spawn_flexible_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "client_test_delete_project_no_auth_header", "to": "test_helpers_spawn_flexible_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "client_test_git_sync_no_auth_header", "to": "test_helpers_spawn_flexible_mock_http_server", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_spawn_mock_ws_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_spawn_mock_http_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_remote_change_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_full_state_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_change_update_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_log_message_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_make_remote_change", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_make_remote_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_make_remote_log_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_capturedrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_spawn_flexible_mock_http_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_spawn_ws_header_capture_server", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_spawn_mock_http_server_ordered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_test_helpers_rs", "to": "test_helpers_recv_with_timeout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_helpers_spawn_mock_ws_server", "to": "ws_test_receive_full_state_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_spawn_mock_ws_server", "to": "ws_test_receive_change_update_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_spawn_mock_ws_server", "to": "ws_test_receive_log_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_remote_change_json", "to": "ws_test_receive_full_state_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_remote_change_json", "to": "ws_test_receive_change_update_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_full_state_json", "to": "ws_test_receive_full_state_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_change_update_json", "to": "ws_test_receive_change_update_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_log_message_json", "to": "ws_test_receive_log_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_spawn_ws_header_capture_server", "to": "ws_test_bearer_token_sent_in_ws_upgrade", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_recv_with_timeout", "to": "ws_test_receive_full_state_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_recv_with_timeout", "to": "ws_test_receive_change_update_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_recv_with_timeout", "to": "ws_test_receive_log_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_helpers_recv_with_timeout", "to": "ws_test_bearer_token_sent_in_ws_upgrade", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "src_remote_ws_rs", "to": "ws_connect_and_subscribe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_ws_rs", "to": "ws_test_connect_invalid_url_returns_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_ws_rs", "to": "ws_test_connect_malformed_url_returns_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_ws_rs", "to": "ws_test_receive_full_state_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_ws_rs", "to": "ws_test_receive_change_update_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_ws_rs", "to": "ws_test_receive_log_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_remote_ws_rs", "to": "ws_test_bearer_token_sent_in_ws_upgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_connect_and_subscribe", "to": "ws_test_connect_invalid_url_returns_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_connect_and_subscribe", "to": "ws_test_connect_malformed_url_returns_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_connect_and_subscribe", "to": "ws_test_receive_full_state_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_connect_and_subscribe", "to": "ws_test_receive_change_update_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_connect_and_subscribe", "to": "ws_test_receive_log_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_connect_and_subscribe", "to": "ws_test_bearer_token_sent_in_ws_upgrade", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 384}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 263}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 252}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 250}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 245}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 225}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 211}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 206}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 167}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 161}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 161}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 149}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 132}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 119}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 112}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 105}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 104}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 99}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 96}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 92}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 89}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 80}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 65}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 59}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 39}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 39}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 35}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 30}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 28}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 21}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 19}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 16}, {"cid": 32, "color": "#E15759", "label": "Community 32", "count": 12}, {"cid": 33, "color": "#76B7B2", "label": "Community 33", "count": 7}, {"cid": 34, "color": "#59A14F", "label": "Community 34", "count": 7}, {"cid": 35, "color": "#EDC948", "label": "Community 35", "count": 5}, {"cid": 36, "color": "#B07AA1", "label": "Community 36", "count": 4}, {"cid": 37, "color": "#FF9DA7", "label": "Community 37", "count": 4}, {"cid": 38, "color": "#9C755F", "label": "Community 38", "count": 3}, {"cid": 39, "color": "#BAB0AC", "label": "Community 39", "count": 3}, {"cid": 40, "color": "#4E79A7", "label": "Community 40", "count": 3}, {"cid": 41, "color": "#F28E2B", "label": "Community 41", "count": 3}, {"cid": 42, "color": "#E15759", "label": "Community 42", "count": 3}, {"cid": 43, "color": "#76B7B2", "label": "Community 43", "count": 2}, {"cid": 44, "color": "#59A14F", "label": "Community 44", "count": 2}, {"cid": 45, "color": "#EDC948", "label": "Community 45", "count": 2}, {"cid": 46, "color": "#B07AA1", "label": "Community 46", "count": 2}, {"cid": 47, "color": "#FF9DA7", "label": "Community 47", "count": 2}, {"cid": 48, "color": "#9C755F", "label": "Community 48", "count": 2}, {"cid": 49, "color": "#BAB0AC", "label": "Community 49", "count": 2}, {"cid": 50, "color": "#4E79A7", "label": "Community 50", "count": 2}, {"cid": 51, "color": "#F28E2B", "label": "Community 51", "count": 2}, {"cid": 52, "color": "#E15759", "label": "Community 52", "count": 2}, {"cid": 53, "color": "#76B7B2", "label": "Community 53", "count": 2}, {"cid": 54, "color": "#59A14F", "label": "Community 54", "count": 2}, {"cid": 55, "color": "#EDC948", "label": "Community 55", "count": 2}, {"cid": 56, "color": "#B07AA1", "label": "Community 56", "count": 2}, {"cid": 57, "color": "#FF9DA7", "label": "Community 57", "count": 2}, {"cid": 58, "color": "#9C755F", "label": "Community 58", "count": 2}, {"cid": 59, "color": "#BAB0AC", "label": "Community 59", "count": 2}, {"cid": 60, "color": "#4E79A7", "label": "Community 60", "count": 2}, {"cid": 61, "color": "#F28E2B", "label": "Community 61", "count": 2}, {"cid": 62, "color": "#E15759", "label": "Community 62", "count": 2}, {"cid": 63, "color": "#76B7B2", "label": "Community 63", "count": 2}, {"cid": 64, "color": "#59A14F", "label": "Community 64", "count": 2}, {"cid": 65, "color": "#EDC948", "label": "Community 65", "count": 2}, {"cid": 66, "color": "#B07AA1", "label": "Community 66", "count": 2}, {"cid": 67, "color": "#FF9DA7", "label": "Community 67", "count": 2}, {"cid": 68, "color": "#9C755F", "label": "Community 68", "count": 2}, {"cid": 69, "color": "#BAB0AC", "label": "Community 69", "count": 2}, {"cid": 70, "color": "#4E79A7", "label": "Community 70", "count": 1}, {"cid": 71, "color": "#F28E2B", "label": "Community 71", "count": 1}, {"cid": 72, "color": "#E15759", "label": "Community 72", "count": 1}, {"cid": 73, "color": "#76B7B2", "label": "Community 73", "count": 1}, {"cid": 74, "color": "#59A14F", "label": "Community 74", "count": 1}, {"cid": 75, "color": "#EDC948", "label": "Community 75", "count": 1}, {"cid": 76, "color": "#B07AA1", "label": "Community 76", "count": 1}, {"cid": 77, "color": "#FF9DA7", "label": "Community 77", "count": 1}, {"cid": 78, "color": "#9C755F", "label": "Community 78", "count": 1}, {"cid": 79, "color": "#BAB0AC", "label": "Community 79", "count": 1}, {"cid": 80, "color": "#4E79A7", "label": "Community 80", "count": 1}, {"cid": 81, "color": "#F28E2B", "label": "Community 81", "count": 1}, {"cid": 82, "color": "#E15759", "label": "Community 82", "count": 1}, {"cid": 83, "color": "#76B7B2", "label": "Community 83", "count": 1}, {"cid": 84, "color": "#59A14F", "label": "Community 84", "count": 1}, {"cid": 85, "color": "#EDC948", "label": "Community 85", "count": 1}, {"cid": 86, "color": "#B07AA1", "label": "Community 86", "count": 1}, {"cid": 87, "color": "#FF9DA7", "label": "Community 87", "count": 1}, {"cid": 88, "color": "#9C755F", "label": "Community 88", "count": 1}, {"cid": 89, "color": "#BAB0AC", "label": "Community 89", "count": 1}, {"cid": 90, "color": "#4E79A7", "label": "Community 90", "count": 1}, {"cid": 91, "color": "#F28E2B", "label": "Community 91", "count": 1}, {"cid": 92, "color": "#E15759", "label": "Community 92", "count": 1}, {"cid": 93, "color": "#76B7B2", "label": "Community 93", "count": 1}, {"cid": 94, "color": "#59A14F", "label": "Community 94", "count": 1}, {"cid": 95, "color": "#EDC948", "label": "Community 95", "count": 1}, {"cid": 96, "color": "#B07AA1", "label": "Community 96", "count": 1}, {"cid": 97, "color": "#FF9DA7", "label": "Community 97", "count": 1}, {"cid": 98, "color": "#9C755F", "label": "Community 98", "count": 1}, {"cid": 99, "color": "#BAB0AC", "label": "Community 99", "count": 1}, {"cid": 100, "color": "#4E79A7", "label": "Community 100", "count": 1}, {"cid": 101, "color": "#F28E2B", "label": "Community 101", "count": 1}, {"cid": 102, "color": "#E15759", "label": "Community 102", "count": 1}, {"cid": 103, "color": "#76B7B2", "label": "Community 103", "count": 1}, {"cid": 104, "color": "#59A14F", "label": "Community 104", "count": 1}, {"cid": 105, "color": "#EDC948", "label": "Community 105", "count": 1}, {"cid": 106, "color": "#B07AA1", "label": "Community 106", "count": 1}, {"cid": 107, "color": "#FF9DA7", "label": "Community 107", "count": 1}, {"cid": 108, "color": "#9C755F", "label": "Community 108", "count": 1}, {"cid": 109, "color": "#BAB0AC", "label": "Community 109", "count": 1}, {"cid": 110, "color": "#4E79A7", "label": "Community 110", "count": 1}, {"cid": 111, "color": "#F28E2B", "label": "Community 111", "count": 1}, {"cid": 112, "color": "#E15759", "label": "Community 112", "count": 1}, {"cid": 113, "color": "#76B7B2", "label": "Community 113", "count": 1}, {"cid": 114, "color": "#59A14F", "label": "Community 114", "count": 1}, {"cid": 115, "color": "#EDC948", "label": "Community 115", "count": 1}, {"cid": 116, "color": "#B07AA1", "label": "Community 116", "count": 1}, {"cid": 117, "color": "#FF9DA7", "label": "Community 117", "count": 1}, {"cid": 118, "color": "#9C755F", "label": "Community 118", "count": 1}, {"cid": 119, "color": "#BAB0AC", "label": "Community 119", "count": 1}, {"cid": 120, "color": "#4E79A7", "label": "Community 120", "count": 1}, {"cid": 121, "color": "#F28E2B", "label": "Community 121", "count": 1}, {"cid": 122, "color": "#E15759", "label": "Community 122", "count": 1}, {"cid": 123, "color": "#76B7B2", "label": "Community 123", "count": 1}, {"cid": 124, "color": "#59A14F", "label": "Community 124", "count": 1}, {"cid": 125, "color": "#EDC948", "label": "Community 125", "count": 1}, {"cid": 126, "color": "#B07AA1", "label": "Community 126", "count": 1}, {"cid": 127, "color": "#FF9DA7", "label": "Community 127", "count": 1}, {"cid": 128, "color": "#9C755F", "label": "Community 128", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"').replace(/'/g,''');
}
// 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)}" onclick="focusNode(${JSON.stringify(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);
}
// 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 legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
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.onclick = () => {
if (hiddenCommunities.has(c.cid)) {
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: hiddenCommunities.has(c.cid) }));
nodesDS.update(updates);
};
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.
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
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 expanded = positions.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>