Files
astro-website/graphify-out/graph.html

257 lines
167 KiB
HTML

<!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">235 nodes &middot; 221 edges &middot; 57 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "site_astro_config_mjs", "label": "astro.config.mjs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "astro.config.mjs", "community": 30, "community_name": "Astro Config", "source_file": "site\\astro.config.mjs", "file_type": "code", "degree": 0}, {"id": "site_public_sw_js", "label": "sw.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "sw.js", "community": 11, "community_name": "Cacheputsafe Isget Isimagerequest", "source_file": "site\\public\\sw.js", "file_type": "code", "degree": 5}, {"id": "sw_isget", "label": "isGet()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isGet()", "community": 11, "community_name": "Cacheputsafe Isget Isimagerequest", "source_file": "site\\public\\sw.js", "file_type": "code", "degree": 1}, {"id": "sw_isnavigationrequest", "label": "isNavigationRequest()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isNavigationRequest()", "community": 11, "community_name": "Cacheputsafe Isget Isimagerequest", "source_file": "site\\public\\sw.js", "file_type": "code", "degree": 1}, {"id": "sw_isimagerequest", "label": "isImageRequest()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isImageRequest()", "community": 11, "community_name": "Cacheputsafe Isget Isimagerequest", "source_file": "site\\public\\sw.js", "file_type": "code", "degree": 1}, {"id": "sw_trimcache", "label": "trimCache()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "trimCache()", "community": 11, "community_name": "Cacheputsafe Isget Isimagerequest", "source_file": "site\\public\\sw.js", "file_type": "code", "degree": 1}, {"id": "sw_cacheputsafe", "label": "cachePutSafe()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "cachePutSafe()", "community": 11, "community_name": "Cacheputsafe Isget Isimagerequest", "source_file": "site\\public\\sw.js", "file_type": "code", "degree": 1}, {"id": "site_scripts_cache_clear_ts", "label": "cache-clear.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "cache-clear.ts", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\scripts\\cache-clear.ts", "file_type": "code", "degree": 2}, {"id": "cache_clear_log", "label": "log()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "log()", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\scripts\\cache-clear.ts", "file_type": "code", "degree": 2}, {"id": "cache_clear_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "main()", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\scripts\\cache-clear.ts", "file_type": "code", "degree": 3}, {"id": "site_scripts_fetch_content_ts", "label": "fetch-content.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 23.8, "font": {"size": 12, "color": "#ffffff"}, "title": "fetch-content.ts", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\scripts\\fetch-content.ts", "file_type": "code", "degree": 6}, {"id": "fetch_content_log", "label": "log()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "log()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\scripts\\fetch-content.ts", "file_type": "code", "degree": 5}, {"id": "fetch_content_writeatomic", "label": "writeAtomic()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "writeAtomic()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\scripts\\fetch-content.ts", "file_type": "code", "degree": 2}, {"id": "fetch_content_dedupe", "label": "dedupe()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "dedupe()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\scripts\\fetch-content.ts", "file_type": "code", "degree": 2}, {"id": "fetch_content_normalizespotifyepisodeurl", "label": "normalizeSpotifyEpisodeUrl()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "normalizeSpotifyEpisodeUrl()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\scripts\\fetch-content.ts", "file_type": "code", "degree": 2}, {"id": "fetch_content_readpodcastspotifyoverridemap", "label": "readPodcastSpotifyOverrideMap()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "readPodcastSpotifyOverrideMap()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\scripts\\fetch-content.ts", "file_type": "code", "degree": 2}, {"id": "fetch_content_main", "label": "main()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 33.1, "font": {"size": 12, "color": "#ffffff"}, "title": "main()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\scripts\\fetch-content.ts", "file_type": "code", "degree": 10}, {"id": "site_scripts_run_lighthouse_ts", "label": "run-lighthouse.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "run-lighthouse.ts", "community": 6, "community_name": "Compute Sleep Cachedcompute", "source_file": "site\\scripts\\run-lighthouse.ts", "file_type": "code", "degree": 5}, {"id": "run_lighthouse_hasflag", "label": "hasFlag()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "hasFlag()", "community": 6, "community_name": "Compute Sleep Cachedcompute", "source_file": "site\\scripts\\run-lighthouse.ts", "file_type": "code", "degree": 2}, {"id": "run_lighthouse_getarg", "label": "getArg()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "getArg()", "community": 6, "community_name": "Compute Sleep Cachedcompute", "source_file": "site\\scripts\\run-lighthouse.ts", "file_type": "code", "degree": 2}, {"id": "run_lighthouse_median", "label": "median()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "median()", "community": 6, "community_name": "Compute Sleep Cachedcompute", "source_file": "site\\scripts\\run-lighthouse.ts", "file_type": "code", "degree": 1}, {"id": "run_lighthouse_startpreviewserverifneeded", "label": "startPreviewServerIfNeeded()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "startPreviewServerIfNeeded()", "community": 6, "community_name": "Compute Sleep Cachedcompute", "source_file": "site\\scripts\\run-lighthouse.ts", "file_type": "code", "degree": 3}, {"id": "run_lighthouse_run", "label": "run()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 23.8, "font": {"size": 12, "color": "#ffffff"}, "title": "run()", "community": 6, "community_name": "Compute Sleep Cachedcompute", "source_file": "site\\scripts\\run-lighthouse.ts", "file_type": "code", "degree": 6}, {"id": "site_scripts_verify_blog_build_ts", "label": "verify-blog-build.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "verify-blog-build.ts", "community": 14, "community_name": "Getcachepath Readcontentcache Verify", "source_file": "site\\scripts\\verify-blog-build.ts", "file_type": "code", "degree": 1}, {"id": "verify_blog_build_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "main()", "community": 14, "community_name": "Getcachepath Readcontentcache Verify", "source_file": "site\\scripts\\verify-blog-build.ts", "file_type": "code", "degree": 2}, {"id": "site_scripts_verify_umami_in_dist_ts", "label": "verify-umami-in-dist.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "verify-umami-in-dist.ts", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\scripts\\verify-umami-in-dist.ts", "file_type": "code", "degree": 3}, {"id": "verify_umami_in_dist_fail", "label": "fail()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "fail()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\scripts\\verify-umami-in-dist.ts", "file_type": "code", "degree": 2}, {"id": "verify_umami_in_dist_info", "label": "info()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "info()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\scripts\\verify-umami-in-dist.ts", "file_type": "code", "degree": 3}, {"id": "verify_umami_in_dist_main", "label": "main()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "main()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\scripts\\verify-umami-in-dist.ts", "file_type": "code", "degree": 3}, {"id": "site_src_env_d_ts", "label": "env.d.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "env.d.ts", "community": 31, "community_name": "Community 31", "source_file": "site\\src\\env.d.ts", "file_type": "code", "degree": 0}, {"id": "site_src_lib_config_ts", "label": "config.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "config.ts", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\src\\lib\\config.ts", "file_type": "code", "degree": 2}, {"id": "config_getpublicconfig", "label": "getPublicConfig()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getPublicConfig()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\src\\lib\\config.ts", "file_type": "code", "degree": 1}, {"id": "config_getingestconfigfromenv", "label": "getIngestConfigFromEnv()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "getIngestConfigFromEnv()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\src\\lib\\config.ts", "file_type": "code", "degree": 2}, {"id": "site_src_lib_links_ts", "label": "links.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "links.ts", "community": 32, "community_name": "Links", "source_file": "site\\src\\lib\\links.ts", "file_type": "code", "degree": 0}, {"id": "site_src_lib_url_ts", "label": "url.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "url.ts", "community": 20, "community_name": "Withutm", "source_file": "site\\src\\lib\\url.ts", "file_type": "code", "degree": 1}, {"id": "url_withutm", "label": "withUtm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "withUtm()", "community": 20, "community_name": "Withutm", "source_file": "site\\src\\lib\\url.ts", "file_type": "code", "degree": 1}, {"id": "site_src_lib_cache_index_ts", "label": "index.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "index.ts", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\src\\lib\\cache\\index.ts", "file_type": "code", "degree": 1}, {"id": "index_createcachefromenv", "label": "createCacheFromEnv()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 28.5, "font": {"size": 12, "color": "#ffffff"}, "title": "createCacheFromEnv()", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\src\\lib\\cache\\index.ts", "file_type": "code", "degree": 8}, {"id": "site_src_lib_cache_memoize_ts", "label": "memoize.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "memoize.ts", "community": 6, "community_name": "Compute Sleep Cachedcompute", "source_file": "site\\src\\lib\\cache\\memoize.ts", "file_type": "code", "degree": 1}, {"id": "memoize_cachedcompute", "label": "cachedCompute()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "cachedCompute()", "community": 6, "community_name": "Compute Sleep Cachedcompute", "source_file": "site\\src\\lib\\cache\\memoize.ts", "file_type": "code", "degree": 3}, {"id": "site_src_lib_cache_memory_cache_ts", "label": "memory-cache.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "memory-cache.ts", "community": 21, "community_name": "Creatememorycache Memory Cache", "source_file": "site\\src\\lib\\cache\\memory-cache.ts", "file_type": "code", "degree": 1}, {"id": "memory_cache_creatememorycache", "label": "createMemoryCache()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "createMemoryCache()", "community": 21, "community_name": "Creatememorycache Memory Cache", "source_file": "site\\src\\lib\\cache\\memory-cache.ts", "file_type": "code", "degree": 1}, {"id": "site_src_lib_cache_noop_cache_ts", "label": "noop-cache.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "noop-cache.ts", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\src\\lib\\cache\\noop-cache.ts", "file_type": "code", "degree": 1}, {"id": "noop_cache_createnoopcache", "label": "createNoopCache()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "createNoopCache()", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\src\\lib\\cache\\noop-cache.ts", "file_type": "code", "degree": 2}, {"id": "site_src_lib_cache_redis_cache_ts", "label": "redis-cache.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 19.2, "font": {"size": 12, "color": "#ffffff"}, "title": "redis-cache.ts", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\src\\lib\\cache\\redis-cache.ts", "file_type": "code", "degree": 4}, {"id": "redis_cache_nskey", "label": "nsKey()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "nsKey()", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\src\\lib\\cache\\redis-cache.ts", "file_type": "code", "degree": 1}, {"id": "redis_cache_createrediscache", "label": "createRedisCache()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "createRedisCache()", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\src\\lib\\cache\\redis-cache.ts", "file_type": "code", "degree": 2}, {"id": "redis_cache_resolveredisurlfromenv", "label": "resolveRedisUrlFromEnv()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "resolveRedisUrlFromEnv()", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\src\\lib\\cache\\redis-cache.ts", "file_type": "code", "degree": 2}, {"id": "redis_cache_resolvedefaultttlsecondsfromenv", "label": "resolveDefaultTtlSecondsFromEnv()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "resolveDefaultTtlSecondsFromEnv()", "community": 4, "community_name": "Cache Main Createcachefromenv", "source_file": "site\\src\\lib\\cache\\redis-cache.ts", "file_type": "code", "degree": 2}, {"id": "site_src_lib_content_cache_ts", "label": "cache.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "cache.ts", "community": 14, "community_name": "Getcachepath Readcontentcache Verify", "source_file": "site\\src\\lib\\content\\cache.ts", "file_type": "code", "degree": 2}, {"id": "cache_getcachepath", "label": "getCachePath()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "getCachePath()", "community": 14, "community_name": "Getcachepath Readcontentcache Verify", "source_file": "site\\src\\lib\\content\\cache.ts", "file_type": "code", "degree": 2}, {"id": "cache_readcontentcache", "label": "readContentCache()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "readContentCache()", "community": 14, "community_name": "Getcachepath Readcontentcache Verify", "source_file": "site\\src\\lib\\content\\cache.ts", "file_type": "code", "degree": 3}, {"id": "site_src_lib_content_curation_ts", "label": "curation.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "curation.ts", "community": 22, "community_name": "Readfeaturedvideoids Curation", "source_file": "site\\src\\lib\\content\\curation.ts", "file_type": "code", "degree": 1}, {"id": "curation_readfeaturedvideoids", "label": "readFeaturedVideoIds()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "readFeaturedVideoIds()", "community": 22, "community_name": "Readfeaturedvideoids Curation", "source_file": "site\\src\\lib\\content\\curation.ts", "file_type": "code", "degree": 1}, {"id": "site_src_lib_content_selectors_ts", "label": "selectors.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 35.4, "font": {"size": 12, "color": "#ffffff"}, "title": "selectors.ts", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 11}, {"id": "selectors_newestitems", "label": "newestItems()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "newestItems()", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 1}, {"id": "selectors_youtubevideos", "label": "youtubeVideos()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "youtubeVideos()", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 2}, {"id": "selectors_podcastepisodes", "label": "podcastEpisodes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "podcastEpisodes()", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 1}, {"id": "selectors_instagramposts", "label": "instagramPosts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "instagramPosts()", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 1}, {"id": "selectors_highperformingyoutubevideos", "label": "highPerformingYoutubeVideos()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "highPerformingYoutubeVideos()", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 2}, {"id": "selectors_wordpressposts", "label": "wordpressPosts()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "wordpressPosts()", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 2}, {"id": "selectors_wordpresspages", "label": "wordpressPages()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wordpressPages()", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 1}, {"id": "selectors_wordpresscategories", "label": "wordpressCategories()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wordpressCategories()", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 1}, {"id": "selectors_wordpresspostbyslug", "label": "wordpressPostBySlug()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wordpressPostBySlug()", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 1}, {"id": "selectors_wordpresspagebyslug", "label": "wordpressPageBySlug()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wordpressPageBySlug()", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 1}, {"id": "selectors_wordpresspostsbycategoryslug", "label": "wordpressPostsByCategorySlug()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "wordpressPostsByCategorySlug()", "community": 5, "community_name": "Highperformingyoutubevideos Instagramposts Newestitems", "source_file": "site\\src\\lib\\content\\selectors.ts", "file_type": "code", "degree": 2}, {"id": "site_src_lib_content_types_ts", "label": "types.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "types.ts", "community": 33, "community_name": "Types", "source_file": "site\\src\\lib\\content\\types.ts", "file_type": "code", "degree": 0}, {"id": "site_src_lib_ingest_instagram_ts", "label": "instagram.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "instagram.ts", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\src\\lib\\ingest\\instagram.ts", "file_type": "code", "degree": 1}, {"id": "instagram_readinstagramembedposts", "label": "readInstagramEmbedPosts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "readInstagramEmbedPosts()", "community": 2, "community_name": "Main Getingestconfigfromenv Getpublicconfig", "source_file": "site\\src\\lib\\ingest\\instagram.ts", "file_type": "code", "degree": 2}, {"id": "site_src_lib_ingest_podcast_ts", "label": "podcast.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 19.2, "font": {"size": 12, "color": "#ffffff"}, "title": "podcast.ts", "community": 15, "community_name": "Fetchpodcastrss Normalizepodcastfeeditems Striphtml", "source_file": "site\\src\\lib\\ingest\\podcast.ts", "file_type": "code", "degree": 4}, {"id": "podcast_fetchpodcastrss", "label": "fetchPodcastRss()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "fetchPodcastRss()", "community": 15, "community_name": "Fetchpodcastrss Normalizepodcastfeeditems Striphtml", "source_file": "site\\src\\lib\\ingest\\podcast.ts", "file_type": "code", "degree": 2}, {"id": "podcast_striphtml", "label": "stripHtml()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "stripHtml()", "community": 15, "community_name": "Fetchpodcastrss Normalizepodcastfeeditems Striphtml", "source_file": "site\\src\\lib\\ingest\\podcast.ts", "file_type": "code", "degree": 2}, {"id": "podcast_truncate", "label": "truncate()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "truncate()", "community": 15, "community_name": "Fetchpodcastrss Normalizepodcastfeeditems Striphtml", "source_file": "site\\src\\lib\\ingest\\podcast.ts", "file_type": "code", "degree": 2}, {"id": "podcast_normalizepodcastfeeditems", "label": "normalizePodcastFeedItems()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "normalizePodcastFeedItems()", "community": 15, "community_name": "Fetchpodcastrss Normalizepodcastfeeditems Striphtml", "source_file": "site\\src\\lib\\ingest\\podcast.ts", "file_type": "code", "degree": 2}, {"id": "site_src_lib_ingest_types_ts", "label": "types.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "types.ts", "community": 34, "community_name": "Types", "source_file": "site\\src\\lib\\ingest\\types.ts", "file_type": "code", "degree": 0}, {"id": "site_src_lib_ingest_wordpress_ts", "label": "wordpress.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "wordpress.ts", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 13}, {"id": "wordpress_striphtml", "label": "stripHtml()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 19.2, "font": {"size": 12, "color": "#ffffff"}, "title": "stripHtml()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 4}, {"id": "wordpress_decodeentities", "label": "decodeEntities()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 19.2, "font": {"size": 12, "color": "#ffffff"}, "title": "decodeEntities()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 4}, {"id": "wordpress_sanitizehtml", "label": "sanitizeHtml()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "sanitizeHtml()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 3}, {"id": "wordpress_getauthheaders", "label": "getAuthHeaders()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "getAuthHeaders()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 2}, {"id": "wordpress_wpfetchjson", "label": "wpFetchJson()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wpFetchJson()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 1}, {"id": "wordpress_fetchallpages", "label": "fetchAllPages()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fetchAllPages()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 1}, {"id": "wordpress_wpurl", "label": "wpUrl()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wpUrl()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 1}, {"id": "wordpress_mapfeaturedimageurl", "label": "mapFeaturedImageUrl()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "mapFeaturedImageUrl()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 3}, {"id": "wordpress_mapcategoryids", "label": "mapCategoryIds()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "mapCategoryIds()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 2}, {"id": "wordpress_normalizewordpresspost", "label": "normalizeWordpressPost()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 23.8, "font": {"size": 12, "color": "#ffffff"}, "title": "normalizeWordpressPost()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 6}, {"id": "wordpress_normalizewordpresspage", "label": "normalizeWordpressPage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "normalizeWordpressPage()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 5}, {"id": "wordpress_normalizewordpresscategory", "label": "normalizeWordpressCategory()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "normalizeWordpressCategory()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 3}, {"id": "wordpress_fetchwordpresscontent", "label": "fetchWordpressContent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "fetchWordpressContent()", "community": 3, "community_name": "Wordpress Decodeentities Fetchallpages", "source_file": "site\\src\\lib\\ingest\\wordpress.ts", "file_type": "code", "degree": 2}, {"id": "site_src_lib_ingest_youtube_ts", "label": "youtube.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 26.2, "font": {"size": 12, "color": "#ffffff"}, "title": "youtube.ts", "community": 10, "community_name": "Youtube Fetchyoutubeviaapi Fetchyoutubeviarss", "source_file": "site\\src\\lib\\ingest\\youtube.ts", "file_type": "code", "degree": 7}, {"id": "youtube_striphtml", "label": "stripHtml()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "stripHtml()", "community": 10, "community_name": "Youtube Fetchyoutubeviaapi Fetchyoutubeviarss", "source_file": "site\\src\\lib\\ingest\\youtube.ts", "file_type": "code", "degree": 2}, {"id": "youtube_truncate", "label": "truncate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "truncate()", "community": 10, "community_name": "Youtube Fetchyoutubeviaapi Fetchyoutubeviarss", "source_file": "site\\src\\lib\\ingest\\youtube.ts", "file_type": "code", "degree": 2}, {"id": "youtube_fetchyoutubeviarss", "label": "fetchYoutubeViaRss()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "fetchYoutubeViaRss()", "community": 10, "community_name": "Youtube Fetchyoutubeviaapi Fetchyoutubeviarss", "source_file": "site\\src\\lib\\ingest\\youtube.ts", "file_type": "code", "degree": 2}, {"id": "youtube_youtubeapigetjson", "label": "youtubeApiGetJson()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "youtubeApiGetJson()", "community": 10, "community_name": "Youtube Fetchyoutubeviaapi Fetchyoutubeviarss", "source_file": "site\\src\\lib\\ingest\\youtube.ts", "file_type": "code", "degree": 1}, {"id": "youtube_normalizeyoutuberssfeeditems", "label": "normalizeYoutubeRssFeedItems()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "normalizeYoutubeRssFeedItems()", "community": 10, "community_name": "Youtube Fetchyoutubeviaapi Fetchyoutubeviarss", "source_file": "site\\src\\lib\\ingest\\youtube.ts", "file_type": "code", "degree": 2}, {"id": "youtube_normalizeyoutubeapivideos", "label": "normalizeYoutubeApiVideos()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "normalizeYoutubeApiVideos()", "community": 10, "community_name": "Youtube Fetchyoutubeviaapi Fetchyoutubeviarss", "source_file": "site\\src\\lib\\ingest\\youtube.ts", "file_type": "code", "degree": 2}, {"id": "youtube_fetchyoutubeviaapi", "label": "fetchYoutubeViaApi()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "fetchYoutubeViaApi()", "community": 10, "community_name": "Youtube Fetchyoutubeviaapi Fetchyoutubeviarss", "source_file": "site\\src\\lib\\ingest\\youtube.ts", "file_type": "code", "degree": 2}, {"id": "site_tests_blog_nav_test_ts", "label": "blog-nav.test.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "blog-nav.test.ts", "community": 35, "community_name": "Test", "source_file": "site\\tests\\blog-nav.test.ts", "file_type": "code", "degree": 0}, {"id": "site_tests_blog_umami_attributes_test_ts", "label": "blog-umami-attributes.test.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "blog-umami-attributes.test.ts", "community": 23, "community_name": "Read Umami Attributes", "source_file": "site\\tests\\blog-umami-attributes.test.ts", "file_type": "code", "degree": 1}, {"id": "blog_umami_attributes_test_read", "label": "read()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "read()", "community": 23, "community_name": "Read Umami Attributes", "source_file": "site\\tests\\blog-umami-attributes.test.ts", "file_type": "code", "degree": 1}, {"id": "site_tests_cache_wrapper_test_ts", "label": "cache-wrapper.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "cache-wrapper.test.ts", "community": 6, "community_name": "Compute Sleep Cachedcompute", "source_file": "site\\tests\\cache-wrapper.test.ts", "file_type": "code", "degree": 2}, {"id": "cache_wrapper_test_sleep", "label": "sleep()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "sleep()", "community": 6, "community_name": "Compute Sleep Cachedcompute", "source_file": "site\\tests\\cache-wrapper.test.ts", "file_type": "code", "degree": 3}, {"id": "cache_wrapper_test_compute", "label": "compute()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "compute()", "community": 6, "community_name": "Compute Sleep Cachedcompute", "source_file": "site\\tests\\cache-wrapper.test.ts", "file_type": "code", "degree": 2}, {"id": "site_tests_card_layout_test_ts", "label": "card-layout.test.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "card-layout.test.ts", "community": 24, "community_name": "Read Layout Test", "source_file": "site\\tests\\card-layout.test.ts", "file_type": "code", "degree": 1}, {"id": "card_layout_test_read", "label": "read()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "read()", "community": 24, "community_name": "Read Layout Test", "source_file": "site\\tests\\card-layout.test.ts", "file_type": "code", "degree": 1}, {"id": "site_tests_content_title_type_attributes_test_ts", "label": "content-title-type-attributes.test.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "content-title-type-attributes.test.ts", "community": 25, "community_name": "Read Title Type", "source_file": "site\\tests\\content-title-type-attributes.test.ts", "file_type": "code", "degree": 1}, {"id": "content_title_type_attributes_test_read", "label": "read()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "read()", "community": 25, "community_name": "Read Title Type", "source_file": "site\\tests\\content-title-type-attributes.test.ts", "file_type": "code", "degree": 1}, {"id": "site_tests_ingest_test_ts", "label": "ingest.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ingest.test.ts", "community": 36, "community_name": "Ingest Test", "source_file": "site\\tests\\ingest.test.ts", "file_type": "code", "degree": 0}, {"id": "site_tests_umami_attributes_test_ts", "label": "umami-attributes.test.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "umami-attributes.test.ts", "community": 26, "community_name": "Umami Attributes Test", "source_file": "site\\tests\\umami-attributes.test.ts", "file_type": "code", "degree": 1}, {"id": "umami_attributes_test_read", "label": "read()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "read()", "community": 26, "community_name": "Umami Attributes Test", "source_file": "site\\tests\\umami-attributes.test.ts", "file_type": "code", "degree": 1}, {"id": "site_tests_wcag_responsive_shell_test_ts", "label": "wcag-responsive-shell.test.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wcag-responsive-shell.test.ts", "community": 27, "community_name": "Wcag Responsive Shell", "source_file": "site\\tests\\wcag-responsive-shell.test.ts", "file_type": "code", "degree": 1}, {"id": "wcag_responsive_shell_test_read", "label": "read()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "read()", "community": 27, "community_name": "Wcag Responsive Shell", "source_file": "site\\tests\\wcag-responsive-shell.test.ts", "file_type": "code", "degree": 1}, {"id": "agents_repo_guidelines", "label": "Repository Guidelines", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Repository Guidelines", "community": 9, "community_name": "Website Repository Guidelines", "source_file": "AGENTS.md", "file_type": "document", "degree": 1}, {"id": "readme_fast_website", "label": "fast-website", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 23.8, "font": {"size": 12, "color": "#ffffff"}, "title": "fast-website", "community": 9, "community_name": "Website Repository Guidelines", "source_file": "README.md", "file_type": "document", "degree": 6}, {"id": "site_goal_seo_aggregator", "label": "SEO-first content aggregation website", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "SEO-first content aggregation website", "community": 9, "community_name": "Website Repository Guidelines", "source_file": "README.md", "file_type": "document", "degree": 2}, {"id": "openspec_spec_driven", "label": "OpenSpec schema spec-driven", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenSpec schema spec-driven", "community": 9, "community_name": "Website Repository Guidelines", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "feature_theme_notch", "label": "theme-switcher-notch", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "theme-switcher-notch", "community": 9, "community_name": "Website Repository Guidelines", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "feature_nav_hover_line", "label": "nav-hover-line", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "nav-hover-line", "community": 9, "community_name": "Website Repository Guidelines", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "feature_lighthouse_gate", "label": "lighthouse-quality-gate", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "lighthouse-quality-gate", "community": 9, "community_name": "Website Repository Guidelines", "source_file": "README.md", "file_type": "document", "degree": 1}, {"id": "doc_diag_complete", "label": "Production Theme Notch Styling Issue - Complete Diagnostic Report", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Production Theme Notch Styling Issue - Complete Diagnostic Report", "community": 12, "community_name": "Production Notch Styling", "source_file": "DIAGNOSIS_COMPLETE.md", "file_type": "document", "degree": 1}, {"id": "doc_diag_summary", "label": "Production Theme Notch Styling Issue - Executive Summary", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Production Theme Notch Styling Issue - Executive Summary", "community": 12, "community_name": "Production Notch Styling", "source_file": "DIAGNOSIS_SUMMARY.txt", "file_type": "document", "degree": 1}, {"id": "doc_prod_diagnosis", "label": "Production Theme Notch Styling Issue - Diagnostic Report", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Production Theme Notch Styling Issue - Diagnostic Report", "community": 12, "community_name": "Production Notch Styling", "source_file": "PRODUCTION_DIAGNOSIS.md", "file_type": "document", "degree": 1}, {"id": "issue_theme_notch_production_unstyled", "label": "Theme notch unstyled on production", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Theme notch unstyled on production", "community": 12, "community_name": "Production Notch Styling", "source_file": "DIAGNOSIS_COMPLETE.md", "file_type": "document", "degree": 5}, {"id": "cause_stale_production_css", "label": "Stale production CSS missing theme-notch rules", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Stale production CSS missing theme-notch rules", "community": 12, "community_name": "Production Notch Styling", "source_file": "DIAGNOSIS_COMPLETE.md", "file_type": "document", "degree": 1}, {"id": "fix_rebuild_redeploy_docker", "label": "Rebuild and redeploy Docker image", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Rebuild and redeploy Docker image", "community": 12, "community_name": "Production Notch Styling", "source_file": "DIAGNOSIS_COMPLETE.md", "file_type": "document", "degree": 1}, {"id": "doc_review_notes", "label": "Performance Review \u2014 santhoshj.com", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Performance Review \u2014 santhoshj.com", "community": 17, "community_name": "Screenshot Review Santhoshj", "source_file": "review-notes.md", "file_type": "document", "degree": 2}, {"id": "img_blog_screenshot", "label": "Blog page screenshot", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Blog page screenshot", "community": 17, "community_name": "Screenshot Review Santhoshj", "source_file": "blog-screenshot.png", "file_type": "image", "degree": 1}, {"id": "img_homepage_screenshot", "label": "Homepage screenshot", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Homepage screenshot", "community": 17, "community_name": "Screenshot Review Santhoshj", "source_file": "homepage-screenshot.png", "file_type": "image", "degree": 1}, {"id": "img_header_desktop", "label": "Desktop header screenshot", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Desktop header screenshot", "community": 37, "community_name": "Desktop Header Screenshot", "source_file": "header-desktop-1366x768.png", "file_type": "image", "degree": 0}, {"id": "img_header_mobile", "label": "Mobile header screenshot", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Mobile header screenshot", "community": 38, "community_name": "Mobile Header Screenshot", "source_file": "header-mobile-390x844.png", "file_type": "image", "degree": 0}, {"id": "favicon_svg_logo", "label": "Favicon SVG stylized S mark", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Favicon SVG stylized S mark", "community": 9, "community_name": "Website Repository Guidelines", "source_file": "site/public/favicon.svg", "file_type": "image", "degree": 2}, {"id": "favicon_svg_darkmode_style", "label": "SVG uses prefers-color-scheme dark fill override", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SVG uses prefers-color-scheme dark fill override", "community": 9, "community_name": "Website Repository Guidelines", "source_file": "site/public/favicon.svg", "file_type": "image", "degree": 1}, {"id": "missing_listed_tests", "label": "Listed spec files missing in current workspace", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Listed spec files missing in current workspace", "community": 18, "community_name": "Tests Listed Files", "source_file": "site/tests", "file_type": "document", "degree": 2}, {"id": "requested_site_tests_content_spec_ts", "label": "site/tests/content.spec.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "site/tests/content.spec.ts", "community": 18, "community_name": "Tests Listed Files", "source_file": "user_list", "file_type": "document", "degree": 1}, {"id": "requested_site_tests_yaml_spec_ts", "label": "site/tests/yaml.spec.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "site/tests/yaml.spec.ts", "community": 18, "community_name": "Tests Listed Files", "source_file": "user_list", "file_type": "document", "degree": 1}, {"id": "blogs_section_wordpress_content_source", "label": "wordpress-content-source", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "wordpress-content-source", "community": 7, "community_name": "Cache Slug Build", "source_file": "openspec/changes/archive/2026-02-10-better-cache/specs/wordpress-content-source/spec.md", "file_type": "document", "degree": 2}, {"id": "blogs_section_blog_section_surface", "label": "blog-section-surface", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "blog-section-surface", "community": 7, "community_name": "Cache Slug Build", "source_file": "openspec/changes/archive/2026-02-10-blogs-section/design.md", "file_type": "document", "degree": 5}, {"id": "blogs_section_seo_content_surface", "label": "seo-content-surface", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "seo-content-surface", "community": 39, "community_name": "Surface", "source_file": "openspec/changes/archive/2026-02-10-blogs-section/proposal.md", "file_type": "document", "degree": 0}, {"id": "blogs_section_build_time_ingestion", "label": "build-time ingestion into content cache", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "build-time ingestion into content cache", "community": 7, "community_name": "Cache Slug Build", "source_file": "openspec/changes/archive/2026-02-10-better-cache/design.md", "file_type": "document", "degree": 2}, {"id": "blogs_section_wp_json_api", "label": "WordPress wp-json REST APIs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "WordPress wp-json REST APIs", "community": 7, "community_name": "Cache Slug Build", "source_file": "openspec/changes/archive/2026-02-10-better-cache/proposal.md", "file_type": "document", "degree": 2}, {"id": "blogs_section_wp_app_passwords", "label": "WordPress application passwords", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "WordPress application passwords", "community": 29, "community_name": "Passwords Rationale Revocable", "source_file": "openspec/changes/archive/2026-02-10-better-cache/proposal.md", "file_type": "document", "degree": 1}, {"id": "blogs_section_internal_wordpress_schema", "label": "normalized wordpress internal schema", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "normalized wordpress internal schema", "community": 28, "community_name": "Normalized Schema Wordpress", "source_file": "openspec/changes/archive/2026-02-10-better-cache/specs/wordpress-content-source/spec.md", "file_type": "document", "degree": 1}, {"id": "blogs_section_route_blog_index", "label": "/blog route", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "/blog route", "community": 7, "community_name": "Cache Slug Build", "source_file": "openspec/changes/archive/2026-02-10-blogs-section/tasks.md", "file_type": "document", "degree": 1}, {"id": "blogs_section_route_blog_category", "label": "/blog/category/<slug> route", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "/blog/category/&lt;slug&gt; route", "community": 7, "community_name": "Cache Slug Build", "source_file": "openspec/changes/archive/2026-02-10-blogs-section/tasks.md", "file_type": "document", "degree": 1}, {"id": "blogs_section_route_blog_post", "label": "/blog/post/<slug> route", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "/blog/post/&lt;slug&gt; route", "community": 7, "community_name": "Cache Slug Build", "source_file": "openspec/changes/archive/2026-02-10-blogs-section/tasks.md", "file_type": "document", "degree": 1}, {"id": "blogs_section_route_blog_page", "label": "/blog/page/<slug> route", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "/blog/page/&lt;slug&gt; route", "community": 7, "community_name": "Cache Slug Build", "source_file": "openspec/changes/archive/2026-02-10-blogs-section/tasks.md", "file_type": "document", "degree": 1}, {"id": "blogs_section_content_cache", "label": "site/content/cache/content.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "site/content/cache/content.json", "community": 7, "community_name": "Cache Slug Build", "source_file": "site/content/cache/content.json", "file_type": "document", "degree": 2}, {"id": "blogs_section_fetch_content_script", "label": "site/scripts/fetch-content.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "site/scripts/fetch-content.ts", "community": 7, "community_name": "Cache Slug Build", "source_file": "site/scripts/fetch-content.ts", "file_type": "document", "degree": 2}, {"id": "blogs_section_rationale_buildtime_seo_performance", "label": "Rationale: build-time cache keeps site fast and crawlable", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Rationale: build-time cache keeps site fast and crawlable", "community": 7, "community_name": "Cache Slug Build", "source_file": "openspec/changes/archive/2026-02-10-better-cache/design.md", "file_type": "rationale", "degree": 1}, {"id": "blogs_section_rationale_app_password_revocable", "label": "Rationale: app passwords are revocable and safer operationally", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Rationale: app passwords are revocable and safer operationally", "community": 29, "community_name": "Passwords Rationale Revocable", "source_file": "openspec/changes/archive/2026-02-10-better-cache/proposal.md", "file_type": "rationale", "degree": 1}, {"id": "blogs_section_rationale_normalized_schema_simplicity", "label": "Rationale: normalized schema keeps UI simple and consistent", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Rationale: normalized schema keeps UI simple and consistent", "community": 28, "community_name": "Normalized Schema Wordpress", "source_file": "openspec/changes/archive/2026-02-10-better-cache/specs/wordpress-content-source/spec.md", "file_type": "rationale", "degree": 1}, {"id": "blogs_section_rationale_route_clarity", "label": "Rationale: route structure keeps URLs clear and stable", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Rationale: route structure keeps URLs clear and stable", "community": 40, "community_name": "Rationale Structure Keeps", "source_file": "openspec/changes/archive/2026-02-10-blogs-section/design.md", "file_type": "rationale", "degree": 0}, {"id": "card_layout_card_layout_system", "label": "card-layout-system", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "card-layout-system", "community": 13, "community_name": "Astro Blogpostcard Layout", "source_file": "openspec/changes/archive/2026-02-10-lazy-loading/specs/card-layout-system/spec.md", "file_type": "document", "degree": 3}, {"id": "card_layout_shared_card_component", "label": "shared Card component", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "shared Card component", "community": 13, "community_name": "Astro Blogpostcard Layout", "source_file": "site/src/components/Card.astro", "file_type": "document", "degree": 3}, {"id": "card_layout_contentcard_component", "label": "ContentCard.astro", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ContentCard.astro", "community": 13, "community_name": "Astro Blogpostcard Layout", "source_file": "site/src/components/ContentCard.astro", "file_type": "document", "degree": 1}, {"id": "card_layout_blogpostcard_component", "label": "BlogPostCard.astro", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "BlogPostCard.astro", "community": 13, "community_name": "Astro Blogpostcard Layout", "source_file": "site/src/components/BlogPostCard.astro", "file_type": "document", "degree": 1}, {"id": "card_layout_contentitem_summary_field", "label": "ContentItem.summary optional field", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ContentItem.summary optional field", "community": 41, "community_name": "Contentitem Summary Optional", "source_file": "site/src/lib/content/types.ts", "file_type": "document", "degree": 0}, {"id": "card_layout_optional_views", "label": "views shown only when available", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "views shown only when available", "community": 13, "community_name": "Astro Blogpostcard Layout", "source_file": "site/src/components/Card.astro", "file_type": "document", "degree": 1}, {"id": "card_layout_standard_footer", "label": "standard footer/meta row", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "standard footer/meta row", "community": 13, "community_name": "Astro Blogpostcard Layout", "source_file": "site/src/components/Card.astro", "file_type": "document", "degree": 1}, {"id": "lazy_loading_image_lazy_loading_capability", "label": "image-lazy-loading", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "image-lazy-loading", "community": 8, "community_name": "Image Placeholder Load", "source_file": "openspec/changes/archive/2026-02-10-lazy-loading/specs/image-lazy-loading/spec.md", "file_type": "document", "degree": 5}, {"id": "lazy_loading_shimmer_placeholder", "label": "shimmer placeholder", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "shimmer placeholder", "community": 8, "community_name": "Image Placeholder Load", "source_file": "openspec/changes/archive/2026-02-10-lazy-loading/specs/image-lazy-loading/spec.md", "file_type": "document", "degree": 3}, {"id": "lazy_loading_fade_in_transition", "label": "fade-in on image load", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "fade-in on image load", "community": 8, "community_name": "Image Placeholder Load", "source_file": "openspec/changes/archive/2026-02-10-lazy-loading/specs/image-lazy-loading/spec.md", "file_type": "document", "degree": 2}, {"id": "lazy_loading_error_static_placeholder", "label": "static placeholder on image error", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "static placeholder on image error", "community": 8, "community_name": "Image Placeholder Load", "source_file": "openspec/changes/archive/2026-02-10-lazy-loading/specs/image-lazy-loading/spec.md", "file_type": "document", "degree": 2}, {"id": "lazy_loading_reduced_motion", "label": "prefers-reduced-motion support", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "prefers-reduced-motion support", "community": 8, "community_name": "Image Placeholder Load", "source_file": "openspec/changes/archive/2026-02-10-lazy-loading/specs/image-lazy-loading/spec.md", "file_type": "document", "degree": 1}, {"id": "lazy_loading_no_layout_shift", "label": "no CLS from placeholder", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "no CLS from placeholder", "community": 8, "community_name": "Image Placeholder Load", "source_file": "openspec/changes/archive/2026-02-10-lazy-loading/specs/image-lazy-loading/spec.md", "file_type": "document", "degree": 1}, {"id": "lazy_loading_img_shimmer_wrap", "label": ".img-shimmer-wrap", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".img-shimmer-wrap", "community": 8, "community_name": "Image Placeholder Load", "source_file": "site/src/styles/global.css", "file_type": "document", "degree": 1}, {"id": "lazy_loading_img_loading_class", "label": ".img-loading", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".img-loading", "community": 8, "community_name": "Image Placeholder Load", "source_file": "site/src/styles/global.css", "file_type": "document", "degree": 2}, {"id": "lazy_loading_img_error_class", "label": ".img-error", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".img-error", "community": 8, "community_name": "Image Placeholder Load", "source_file": "site/src/styles/global.css", "file_type": "document", "degree": 2}, {"id": "lazy_loading_standardcard_component", "label": "StandardCard.astro", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "StandardCard.astro", "community": 42, "community_name": "Standardcard Astro", "source_file": "site/src/components/StandardCard.astro", "file_type": "document", "degree": 0}, {"id": "lazy_loading_blog_post_slug_page", "label": "blog/post/[slug].astro", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "blog/post/[slug].astro", "community": 43, "community_name": "Post Slug Astro", "source_file": "site/src/pages/blog/post/[slug].astro", "file_type": "document", "degree": 0}, {"id": "lazy_loading_blog_page_slug_page", "label": "blog/page/[slug].astro", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "blog/page/[slug].astro", "community": 44, "community_name": "Slug Astro", "source_file": "site/src/pages/blog/page/[slug].astro", "file_type": "document", "degree": 0}, {"id": "lazy_loading_global_css", "label": "global.css", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "global.css", "community": 8, "community_name": "Image Placeholder Load", "source_file": "site/src/styles/global.css", "file_type": "document", "degree": 1}, {"id": "lazy_loading_base_layout_inline_script", "label": "BaseLayout inline image load script", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseLayout inline image load script", "community": 8, "community_name": "Image Placeholder Load", "source_file": "site/src/layouts/BaseLayout.astro", "file_type": "document", "degree": 2}, {"id": "blog_umami_data_umami_event", "label": "data-umami-event attributes", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "data-umami-event attributes", "community": 16, "community_name": "Target Data Umami", "source_file": "site/src/components/BlogPostCard.astro", "file_type": "document", "degree": 3}, {"id": "blog_umami_target_id", "label": "target_id", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "target_id", "community": 16, "community_name": "Target Data Umami", "source_file": "site/src/components/BlogPostCard.astro", "file_type": "document", "degree": 1}, {"id": "blog_umami_placement", "label": "placement", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "placement", "community": 16, "community_name": "Target Data Umami", "source_file": "site/src/components/BlogPostCard.astro", "file_type": "document", "degree": 1}, {"id": "blog_umami_target_url", "label": "target_url", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "target_url", "community": 16, "community_name": "Target Data Umami", "source_file": "site/src/components/BlogPostCard.astro", "file_type": "document", "degree": 1}, {"id": "change_lighthouse_fixes", "label": "2026-02-10 lighthouse fixes change", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "2026-02-10 lighthouse fixes change", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/design.md", "file_type": "document", "degree": 13}, {"id": "capability_lighthouse_quality_gate", "label": "lighthouse-quality-gate capability", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "lighthouse-quality-gate capability", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/lighthouse-quality-gate/spec.md", "file_type": "document", "degree": 2}, {"id": "capability_media_modal", "label": "media-modal capability", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 26.2, "font": {"size": 12, "color": "#ffffff"}, "title": "media-modal capability", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/media-modal/spec.md", "file_type": "document", "degree": 7}, {"id": "concept_deterministic_lighthouse_gate", "label": "deterministic lighthouse gate", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "deterministic lighthouse gate", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/lighthouse-quality-gate/spec.md", "file_type": "document", "degree": 2}, {"id": "concept_lighthouse_gate_100", "label": "Lighthouse 100-point quality gate", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Lighthouse 100-point quality gate", "community": 45, "community_name": "Point Quality Gate", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/lighthouse-quality-gate/spec.md", "file_type": "document", "degree": 0}, {"id": "concept_theme_system", "label": "Three-theme system (dark/light/high-contrast)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 23.8, "font": {"size": 12, "color": "#ffffff"}, "title": "Three-theme system (dark/light/high-contrast)", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/site-theming/spec.md", "file_type": "document", "degree": 6}, {"id": "concept_theme_persistence_fallback", "label": "Theme persistence with localStorage/cookie fallback", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Theme persistence with localStorage/cookie fallback", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-remember-theme/specs/site-theming/spec.md", "file_type": "document", "degree": 3}, {"id": "concept_service_worker_caching", "label": "Service worker caching lifecycle", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Service worker caching lifecycle", "community": 19, "community_name": "Service Worker Critical", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/service-worker-performance/spec.md", "file_type": "document", "degree": 1}, {"id": "concept_cache_busting_critical_assets", "label": "Critical-asset cache busting", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Critical-asset cache busting", "community": 19, "community_name": "Service Worker Critical", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/service-worker-performance/spec.md", "file_type": "document", "degree": 1}, {"id": "concept_accessible_semantics", "label": "Accessible semantic controls", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Accessible semantic controls", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/wcag-responsive-ui/spec.md", "file_type": "document", "degree": 3}, {"id": "concept_reduced_motion", "label": "prefers-reduced-motion handling", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "prefers-reduced-motion handling", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/site-theming/spec.md", "file_type": "document", "degree": 5}, {"id": "concept_layout_shift_prevention", "label": "Layout shift prevention", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Layout shift prevention", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/responsive-image-delivery/spec.md", "file_type": "document", "degree": 5}, {"id": "concept_bounce_rate_reduction", "label": "Bounce rate reduction intent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bounce rate reduction intent", "community": 46, "community_name": "Bounce Rate Reduction", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/design.md", "file_type": "document", "degree": 0}, {"id": "concept_on_site_media_preview", "label": "on-site media preview modal instead of outbound navigation", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "on-site media preview modal instead of outbound navigation", "community": 47, "community_name": "Preview Modal Instead", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/media-modal/spec.md", "file_type": "document", "degree": 0}, {"id": "concept_native_dialog_modal", "label": "native dialog-based modal", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "native dialog-based modal", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/media-modal/spec.md", "file_type": "document", "degree": 1}, {"id": "concept_iframe_src_reset", "label": "stop playback by clearing/removing iframe src on close", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "stop playback by clearing/removing iframe src on close", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/media-modal/spec.md", "file_type": "document", "degree": 2}, {"id": "concept_cards_as_buttons", "label": "video/podcast cards as button triggers", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "video/podcast cards as button triggers", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/media-modal/spec.md", "file_type": "document", "degree": 1}, {"id": "concept_data_attributes_modal", "label": "data-* attribute flow from cards to modal", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "data-* attribute flow from cards to modal", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/media-modal/spec.md", "file_type": "document", "degree": 1}, {"id": "concept_modal_embed_urls", "label": "youtube/spotify embed URL construction with audio fallback", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "youtube/spotify embed URL construction with audio fallback", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/media-modal/spec.md", "file_type": "document", "degree": 1}, {"id": "concept_umami_media_preview", "label": "umami media_preview event taxonomy", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "umami media_preview event taxonomy", "community": 48, "community_name": "Umami Preview Event", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/analytics-umami/spec.md", "file_type": "document", "degree": 0}, {"id": "concept_modal_cta_tracking", "label": "modal CTA tracking via cta_click taxonomy", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "modal CTA tracking via cta_click taxonomy", "community": 49, "community_name": "Modal Tracking Click", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/interaction-tracking-taxonomy/spec.md", "file_type": "document", "degree": 0}, {"id": "concept_wcag_modal_accessibility", "label": "wcag modal accessibility requirements", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wcag modal accessibility requirements", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/wcag-responsive-ui/spec.md", "file_type": "document", "degree": 1}, {"id": "citation_youtube_iframe_api", "label": "youtube iframe api endpoint", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "youtube iframe api endpoint", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/media-modal/spec.md", "file_type": "document", "degree": 2}, {"id": "concept_theme_persistence", "label": "theme persistence across visits", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "theme persistence across visits", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-remember-theme/design.md", "file_type": "document", "degree": 1}, {"id": "concept_theme_precedence_order", "label": "theme precedence localStorage -> cookie -> environment signals", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "theme precedence localStorage -&gt; cookie -&gt; environment signals", "community": 50, "community_name": "Precedence Localstorage Cookie", "source_file": "openspec/changes/archive/2026-02-11-remember-theme/specs/site-theming/spec.md", "file_type": "document", "degree": 0}, {"id": "concept_site_theme_cookie", "label": "site_theme cookie fallback with long TTL", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "site_theme cookie fallback with long TTL", "community": 51, "community_name": "Cookie Fallback Long", "source_file": "openspec/changes/archive/2026-02-11-remember-theme/specs/site-theming/spec.md", "file_type": "document", "degree": 0}, {"id": "concept_theme_switch_event", "label": "theme_switch umami event", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 19.2, "font": {"size": 12, "color": "#ffffff"}, "title": "theme_switch umami event", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-remember-theme/specs/analytics-umami/spec.md", "file_type": "document", "degree": 4}, {"id": "concept_theme_switch_payload", "label": "theme_switch payload target_id placement theme prev_theme", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "theme_switch payload target_id placement theme prev_theme", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-remember-theme/specs/interaction-tracking-taxonomy/spec.md", "file_type": "document", "degree": 1}, {"id": "concept_no_restore_event", "label": "no theme_switch event on automatic restoration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "no theme_switch event on automatic restoration", "community": 52, "community_name": "Switch Event Automatic", "source_file": "openspec/changes/archive/2026-02-11-remember-theme/specs/site-theming/spec.md", "file_type": "document", "degree": 0}, {"id": "concept_robots_absolute_sitemap", "label": "concept robots absolute sitemap", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "concept robots absolute sitemap", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/design.md", "file_type": "document", "degree": 1}, {"id": "concept_schema_structured_data", "label": "concept schema structured data", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "concept schema structured data", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/design.md", "file_type": "document", "degree": 1}, {"id": "concept_crawlable_anchors", "label": "concept crawlable anchors", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "concept crawlable anchors", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/design.md", "file_type": "document", "degree": 1}, {"id": "concept_global_css_pipeline", "label": "concept global css pipeline", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "concept global css pipeline", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/design.md", "file_type": "document", "degree": 1}, {"id": "concept_font_non_blocking", "label": "concept font non blocking", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "concept font non blocking", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/design.md", "file_type": "document", "degree": 1}, {"id": "concept_dark_theme_contrast_tokens", "label": "concept dark theme contrast tokens", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "concept dark theme contrast tokens", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/design.md", "file_type": "document", "degree": 1}, {"id": "concept_csp_header_alignment", "label": "concept csp header alignment", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "concept csp header alignment", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/design.md", "file_type": "document", "degree": 1}, {"id": "concept_first_party_image_control", "label": "concept first party image control", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "concept first party image control", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/design.md", "file_type": "document", "degree": 1}, {"id": "concept_sw_cache_robustness", "label": "concept sw cache robustness", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "concept sw cache robustness", "community": 1, "community_name": "Concept Modal Youtube", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/design.md", "file_type": "document", "degree": 1}, {"id": "spec_seo_content_surface", "label": "SEO content surface spec", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SEO content surface spec", "community": 53, "community_name": "Surface", "source_file": "openspec/changes/archive/2026-02-10-dynamic-homepage-social-acquisition/specs/seo-content-surface/spec.md", "file_type": "document", "degree": 0}, {"id": "spec_social_content_aggregation", "label": "Social content aggregation spec", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Social content aggregation spec", "community": 54, "community_name": "Social Aggregation", "source_file": "openspec/changes/archive/2026-02-10-dynamic-homepage-social-acquisition/specs/social-content-aggregation/spec.md", "file_type": "document", "degree": 0}, {"id": "spec_homepage_content_modules", "label": "Homepage content modules spec", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Homepage content modules spec", "community": 55, "community_name": "Homepage Modules", "source_file": "openspec/changes/archive/2026-02-10-hide-ig-if-no-data/specs/homepage-content-modules/spec.md", "file_type": "document", "degree": 0}, {"id": "spec_card_layout_system", "label": "Card layout system spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Card layout system spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-lazy-loading/specs/card-layout-system/spec.md", "file_type": "document", "degree": 1}, {"id": "spec_image_lazy_loading", "label": "Image lazy loading spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Image lazy loading spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-lazy-loading/specs/image-lazy-loading/spec.md", "file_type": "document", "degree": 2}, {"id": "spec_service_worker_performance", "label": "Service worker performance spec", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Service worker performance spec", "community": 19, "community_name": "Service Worker Critical", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/service-worker-performance/spec.md", "file_type": "document", "degree": 2}, {"id": "spec_site_theming", "label": "Site theming spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Site theming spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/site-theming/spec.md", "file_type": "document", "degree": 3}, {"id": "spec_wcag_responsive_ui", "label": "WCAG responsive UI spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "WCAG responsive UI spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/wcag-responsive-ui/spec.md", "file_type": "document", "degree": 2}, {"id": "spec_analytics_umami", "label": "Analytics Umami spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Analytics Umami spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/analytics-umami/spec.md", "file_type": "document", "degree": 1}, {"id": "spec_conversion_ctas", "label": "Conversion CTAs spec", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Conversion CTAs spec", "community": 56, "community_name": "Conversion Ctas", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/conversion-ctas/spec.md", "file_type": "document", "degree": 0}, {"id": "spec_interaction_tracking_taxonomy", "label": "Interaction tracking taxonomy spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Interaction tracking taxonomy spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/interaction-tracking-taxonomy/spec.md", "file_type": "document", "degree": 1}, {"id": "spec_theme_switcher_notch", "label": "Theme switcher notch spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Theme switcher notch spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-dch-theming/specs/theme-switcher-notch/spec.md", "file_type": "document", "degree": 2}, {"id": "spec_nav_hover_line", "label": "Nav hover line spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Nav hover line spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-final-touches/specs/nav-hover-line/spec.md", "file_type": "document", "degree": 1}, {"id": "spec_navbar_branding", "label": "Navbar branding spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Navbar branding spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-final-touches/specs/navbar-branding/spec.md", "file_type": "document", "degree": 1}, {"id": "spec_theme_persistence", "label": "Theme persistence spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Theme persistence spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-remember-theme/specs/site-theming/spec.md", "file_type": "document", "degree": 1}, {"id": "spec_branding_refresh", "label": "Branding refresh spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Branding refresh spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-typography-refresh/specs/branding-refresh/spec.md", "file_type": "document", "degree": 1}, {"id": "spec_layout_typography", "label": "Layout typography spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Layout typography spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-typography-refresh/specs/layout-typography/spec.md", "file_type": "document", "degree": 1}, {"id": "spec_site_branding", "label": "Site branding spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Site branding spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-typography-refresh/specs/site-branding/spec.md", "file_type": "document", "degree": 1}, {"id": "spec_site_layout", "label": "Site layout spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Site layout spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-typography-refresh/specs/site-layout/spec.md", "file_type": "document", "degree": 1}, {"id": "spec_site_navigation", "label": "Site navigation spec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Site navigation spec", "community": 0, "community_name": "Layout Persistence Branding", "source_file": "openspec/changes/archive/2026-02-11-typography-refresh/specs/site-navigation/spec.md", "file_type": "document", "degree": 1}];
const RAW_EDGES = [{"from": "site_public_sw_js", "to": "sw_isget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_public_sw_js", "to": "sw_isnavigationrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_public_sw_js", "to": "sw_isimagerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_public_sw_js", "to": "sw_trimcache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_public_sw_js", "to": "sw_cacheputsafe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_cache_clear_ts", "to": "cache_clear_log", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_cache_clear_ts", "to": "cache_clear_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cache_clear_log", "to": "cache_clear_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cache_clear_main", "to": "index_createcachefromenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "site_scripts_fetch_content_ts", "to": "fetch_content_log", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_fetch_content_ts", "to": "fetch_content_writeatomic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_fetch_content_ts", "to": "fetch_content_dedupe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_fetch_content_ts", "to": "fetch_content_normalizespotifyepisodeurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_fetch_content_ts", "to": "fetch_content_readpodcastspotifyoverridemap", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_fetch_content_ts", "to": "fetch_content_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fetch_content_log", "to": "fetch_content_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fetch_content_log", "to": "run_lighthouse_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fetch_content_log", "to": "verify_umami_in_dist_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fetch_content_log", "to": "index_createcachefromenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fetch_content_writeatomic", "to": "fetch_content_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fetch_content_dedupe", "to": "fetch_content_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fetch_content_normalizespotifyepisodeurl", "to": "fetch_content_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fetch_content_readpodcastspotifyoverridemap", "to": "fetch_content_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fetch_content_main", "to": "config_getingestconfigfromenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fetch_content_main", "to": "index_createcachefromenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fetch_content_main", "to": "memoize_cachedcompute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fetch_content_main", "to": "instagram_readinstagramembedposts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "site_scripts_run_lighthouse_ts", "to": "run_lighthouse_hasflag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_run_lighthouse_ts", "to": "run_lighthouse_getarg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_run_lighthouse_ts", "to": "run_lighthouse_median", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_run_lighthouse_ts", "to": "run_lighthouse_startpreviewserverifneeded", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_run_lighthouse_ts", "to": "run_lighthouse_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_lighthouse_hasflag", "to": "run_lighthouse_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_lighthouse_getarg", "to": "run_lighthouse_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_lighthouse_startpreviewserverifneeded", "to": "run_lighthouse_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_lighthouse_startpreviewserverifneeded", "to": "cache_wrapper_test_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "run_lighthouse_run", "to": "cache_wrapper_test_sleep", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "site_scripts_verify_blog_build_ts", "to": "verify_blog_build_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "verify_blog_build_main", "to": "cache_readcontentcache", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "site_scripts_verify_umami_in_dist_ts", "to": "verify_umami_in_dist_fail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_verify_umami_in_dist_ts", "to": "verify_umami_in_dist_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_scripts_verify_umami_in_dist_ts", "to": "verify_umami_in_dist_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "verify_umami_in_dist_fail", "to": "verify_umami_in_dist_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "verify_umami_in_dist_info", "to": "verify_umami_in_dist_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_config_ts", "to": "config_getpublicconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_config_ts", "to": "config_getingestconfigfromenv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_url_ts", "to": "url_withutm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_cache_index_ts", "to": "index_createcachefromenv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "index_createcachefromenv", "to": "redis_cache_resolveredisurlfromenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "index_createcachefromenv", "to": "noop_cache_createnoopcache", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "index_createcachefromenv", "to": "redis_cache_createrediscache", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "index_createcachefromenv", "to": "redis_cache_resolvedefaultttlsecondsfromenv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "site_src_lib_cache_memoize_ts", "to": "memoize_cachedcompute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "memoize_cachedcompute", "to": "cache_wrapper_test_compute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "site_src_lib_cache_memory_cache_ts", "to": "memory_cache_creatememorycache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_cache_noop_cache_ts", "to": "noop_cache_createnoopcache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_cache_redis_cache_ts", "to": "redis_cache_nskey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_cache_redis_cache_ts", "to": "redis_cache_createrediscache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_cache_redis_cache_ts", "to": "redis_cache_resolveredisurlfromenv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_cache_redis_cache_ts", "to": "redis_cache_resolvedefaultttlsecondsfromenv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_cache_ts", "to": "cache_getcachepath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_cache_ts", "to": "cache_readcontentcache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cache_getcachepath", "to": "cache_readcontentcache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_curation_ts", "to": "curation_readfeaturedvideoids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_selectors_ts", "to": "selectors_newestitems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_selectors_ts", "to": "selectors_youtubevideos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_selectors_ts", "to": "selectors_podcastepisodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_selectors_ts", "to": "selectors_instagramposts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_selectors_ts", "to": "selectors_highperformingyoutubevideos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_selectors_ts", "to": "selectors_wordpressposts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_selectors_ts", "to": "selectors_wordpresspages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_selectors_ts", "to": "selectors_wordpresscategories", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_selectors_ts", "to": "selectors_wordpresspostbyslug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_selectors_ts", "to": "selectors_wordpresspagebyslug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_content_selectors_ts", "to": "selectors_wordpresspostsbycategoryslug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selectors_youtubevideos", "to": "selectors_highperformingyoutubevideos", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "selectors_wordpressposts", "to": "selectors_wordpresspostsbycategoryslug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_instagram_ts", "to": "instagram_readinstagramembedposts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_podcast_ts", "to": "podcast_fetchpodcastrss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_podcast_ts", "to": "podcast_striphtml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_podcast_ts", "to": "podcast_truncate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_podcast_ts", "to": "podcast_normalizepodcastfeeditems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "podcast_fetchpodcastrss", "to": "podcast_normalizepodcastfeeditems", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "podcast_striphtml", "to": "podcast_truncate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_striphtml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_decodeentities", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_sanitizehtml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_getauthheaders", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_wpfetchjson", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_fetchallpages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_wpurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_mapfeaturedimageurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_mapcategoryids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_normalizewordpresspost", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_normalizewordpresspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_normalizewordpresscategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_wordpress_ts", "to": "wordpress_fetchwordpresscontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_striphtml", "to": "wordpress_normalizewordpresspost", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_striphtml", "to": "wordpress_normalizewordpresspage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_striphtml", "to": "wordpress_normalizewordpresscategory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_decodeentities", "to": "wordpress_normalizewordpresspost", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_decodeentities", "to": "wordpress_normalizewordpresspage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_decodeentities", "to": "wordpress_normalizewordpresscategory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_sanitizehtml", "to": "wordpress_normalizewordpresspost", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_sanitizehtml", "to": "wordpress_normalizewordpresspage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_getauthheaders", "to": "wordpress_fetchwordpresscontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_mapfeaturedimageurl", "to": "wordpress_normalizewordpresspost", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_mapfeaturedimageurl", "to": "wordpress_normalizewordpresspage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wordpress_mapcategoryids", "to": "wordpress_normalizewordpresspost", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_youtube_ts", "to": "youtube_striphtml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_youtube_ts", "to": "youtube_truncate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_youtube_ts", "to": "youtube_fetchyoutubeviarss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_youtube_ts", "to": "youtube_youtubeapigetjson", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_youtube_ts", "to": "youtube_normalizeyoutuberssfeeditems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_youtube_ts", "to": "youtube_normalizeyoutubeapivideos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_src_lib_ingest_youtube_ts", "to": "youtube_fetchyoutubeviaapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "youtube_striphtml", "to": "youtube_truncate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "youtube_fetchyoutubeviarss", "to": "youtube_normalizeyoutuberssfeeditems", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "youtube_normalizeyoutubeapivideos", "to": "youtube_fetchyoutubeviaapi", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_tests_blog_umami_attributes_test_ts", "to": "blog_umami_attributes_test_read", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_tests_cache_wrapper_test_ts", "to": "cache_wrapper_test_sleep", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_tests_cache_wrapper_test_ts", "to": "cache_wrapper_test_compute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_tests_card_layout_test_ts", "to": "card_layout_test_read", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_tests_content_title_type_attributes_test_ts", "to": "content_title_type_attributes_test_read", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_tests_umami_attributes_test_ts", "to": "umami_attributes_test_read", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_tests_wcag_responsive_shell_test_ts", "to": "wcag_responsive_shell_test_read", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_repo_guidelines", "to": "readme_fast_website", "label": "documents", "title": "documents [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_fast_website", "to": "site_goal_seo_aggregator", "label": "states_goal", "title": "states_goal [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_fast_website", "to": "openspec_spec_driven", "label": "uses_process", "title": "uses_process [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_fast_website", "to": "feature_theme_notch", "label": "indexes_spec", "title": "indexes_spec [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_fast_website", "to": "feature_nav_hover_line", "label": "indexes_spec", "title": "indexes_spec [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_fast_website", "to": "feature_lighthouse_gate", "label": "indexes_spec", "title": "indexes_spec [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "site_goal_seo_aggregator", "to": "favicon_svg_logo", "label": "supports_branding", "title": "supports_branding [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "doc_diag_complete", "to": "issue_theme_notch_production_unstyled", "label": "diagnoses", "title": "diagnoses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "doc_diag_summary", "to": "issue_theme_notch_production_unstyled", "label": "summarizes", "title": "summarizes [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "doc_prod_diagnosis", "to": "issue_theme_notch_production_unstyled", "label": "diagnoses", "title": "diagnoses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "issue_theme_notch_production_unstyled", "to": "cause_stale_production_css", "label": "causes", "title": "causes [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "issue_theme_notch_production_unstyled", "to": "fix_rebuild_redeploy_docker", "label": "mitigates", "title": "mitigates [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "doc_review_notes", "to": "img_blog_screenshot", "label": "mentions", "title": "mentions [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "doc_review_notes", "to": "img_homepage_screenshot", "label": "mentions", "title": "mentions [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "favicon_svg_logo", "to": "favicon_svg_darkmode_style", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "missing_listed_tests", "to": "requested_site_tests_content_spec_ts", "label": "missing_from_workspace", "title": "missing_from_workspace [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "missing_listed_tests", "to": "requested_site_tests_yaml_spec_ts", "label": "missing_from_workspace", "title": "missing_from_workspace [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_wordpress_content_source", "to": "blogs_section_wp_json_api", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_wordpress_content_source", "to": "blogs_section_blog_section_surface", "label": "enables", "title": "enables [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_blog_section_surface", "to": "blogs_section_route_blog_index", "label": "includes_route", "title": "includes_route [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_blog_section_surface", "to": "blogs_section_route_blog_category", "label": "includes_route", "title": "includes_route [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_blog_section_surface", "to": "blogs_section_route_blog_post", "label": "includes_route", "title": "includes_route [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_blog_section_surface", "to": "blogs_section_route_blog_page", "label": "includes_route", "title": "includes_route [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_build_time_ingestion", "to": "blogs_section_content_cache", "label": "writes_to", "title": "writes_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_build_time_ingestion", "to": "blogs_section_rationale_buildtime_seo_performance", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_wp_json_api", "to": "blogs_section_fetch_content_script", "label": "fetches_from", "title": "fetches_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_wp_app_passwords", "to": "blogs_section_rationale_app_password_revocable", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_internal_wordpress_schema", "to": "blogs_section_rationale_normalized_schema_simplicity", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blogs_section_content_cache", "to": "blogs_section_fetch_content_script", "label": "writes_to", "title": "writes_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "card_layout_card_layout_system", "to": "card_layout_shared_card_component", "label": "implemented_by", "title": "implemented_by [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "card_layout_card_layout_system", "to": "card_layout_standard_footer", "label": "requires", "title": "requires [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "card_layout_card_layout_system", "to": "card_layout_optional_views", "label": "requires", "title": "requires [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "card_layout_shared_card_component", "to": "card_layout_contentcard_component", "label": "used_by", "title": "used_by [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "card_layout_shared_card_component", "to": "card_layout_blogpostcard_component", "label": "used_by", "title": "used_by [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lazy_loading_image_lazy_loading_capability", "to": "lazy_loading_shimmer_placeholder", "label": "introduces", "title": "introduces [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lazy_loading_image_lazy_loading_capability", "to": "lazy_loading_fade_in_transition", "label": "introduces", "title": "introduces [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lazy_loading_image_lazy_loading_capability", "to": "lazy_loading_error_static_placeholder", "label": "introduces", "title": "introduces [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lazy_loading_image_lazy_loading_capability", "to": "lazy_loading_reduced_motion", "label": "requires", "title": "requires [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lazy_loading_image_lazy_loading_capability", "to": "lazy_loading_no_layout_shift", "label": "requires", "title": "requires [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lazy_loading_shimmer_placeholder", "to": "lazy_loading_img_shimmer_wrap", "label": "implemented_by", "title": "implemented_by [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lazy_loading_shimmer_placeholder", "to": "lazy_loading_global_css", "label": "defines_styles_for", "title": "defines_styles_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lazy_loading_fade_in_transition", "to": "lazy_loading_img_loading_class", "label": "implemented_by", "title": "implemented_by [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lazy_loading_error_static_placeholder", "to": "lazy_loading_img_error_class", "label": "implemented_by", "title": "implemented_by [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lazy_loading_img_loading_class", "to": "lazy_loading_base_layout_inline_script", "label": "toggles_on_load", "title": "toggles_on_load [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lazy_loading_img_error_class", "to": "lazy_loading_base_layout_inline_script", "label": "toggles_on_error", "title": "toggles_on_error [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blog_umami_data_umami_event", "to": "blog_umami_target_id", "label": "requires_property", "title": "requires_property [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blog_umami_data_umami_event", "to": "blog_umami_placement", "label": "requires_property", "title": "requires_property [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "blog_umami_data_umami_event", "to": "blog_umami_target_url", "label": "requires_property", "title": "requires_property [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "capability_lighthouse_quality_gate", "label": "adds_capability", "title": "adds_capability [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "capability_media_modal", "label": "modifies_capability", "title": "modifies_capability [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "concept_robots_absolute_sitemap", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "concept_schema_structured_data", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "concept_crawlable_anchors", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "concept_global_css_pipeline", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "concept_font_non_blocking", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "concept_dark_theme_contrast_tokens", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "concept_csp_header_alignment", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "concept_first_party_image_control", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "concept_sw_cache_robustness", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "citation_youtube_iframe_api", "label": "cites", "title": "cites [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "change_lighthouse_fixes", "to": "concept_reduced_motion", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "capability_lighthouse_quality_gate", "to": "concept_deterministic_lighthouse_gate", "label": "requires", "title": "requires [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "capability_media_modal", "to": "concept_native_dialog_modal", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "capability_media_modal", "to": "concept_iframe_src_reset", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "capability_media_modal", "to": "concept_cards_as_buttons", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "capability_media_modal", "to": "concept_data_attributes_modal", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "capability_media_modal", "to": "concept_modal_embed_urls", "label": "uses", "title": "uses [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "capability_media_modal", "to": "concept_wcag_modal_accessibility", "label": "requires", "title": "requires [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_deterministic_lighthouse_gate", "to": "concept_theme_system", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_theme_system", "to": "concept_theme_switch_event", "label": "depends_on", "title": "depends_on [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_theme_system", "to": "spec_site_theming", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_theme_system", "to": "spec_theme_switcher_notch", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_theme_system", "to": "spec_branding_refresh", "label": "depends_on", "title": "depends_on [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_theme_system", "to": "spec_site_branding", "label": "depends_on", "title": "depends_on [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_theme_persistence_fallback", "to": "concept_theme_persistence", "label": "depends_on", "title": "depends_on [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_theme_persistence_fallback", "to": "spec_site_theming", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_theme_persistence_fallback", "to": "spec_theme_persistence", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_service_worker_caching", "to": "spec_service_worker_performance", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_cache_busting_critical_assets", "to": "spec_service_worker_performance", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_accessible_semantics", "to": "spec_wcag_responsive_ui", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_accessible_semantics", "to": "spec_theme_switcher_notch", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_accessible_semantics", "to": "spec_site_navigation", "label": "depends_on", "title": "depends_on [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_reduced_motion", "to": "spec_image_lazy_loading", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_reduced_motion", "to": "spec_site_theming", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_reduced_motion", "to": "spec_wcag_responsive_ui", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_reduced_motion", "to": "spec_nav_hover_line", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_layout_shift_prevention", "to": "spec_card_layout_system", "label": "defines", "title": "defines [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_layout_shift_prevention", "to": "spec_image_lazy_loading", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_layout_shift_prevention", "to": "spec_navbar_branding", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_layout_shift_prevention", "to": "spec_layout_typography", "label": "depends_on", "title": "depends_on [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_layout_shift_prevention", "to": "spec_site_layout", "label": "depends_on", "title": "depends_on [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "concept_iframe_src_reset", "to": "citation_youtube_iframe_api", "label": "contrasted_with", "title": "contrasted_with [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_theme_switch_event", "to": "concept_theme_switch_payload", "label": "requires_payload", "title": "requires_payload [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_theme_switch_event", "to": "spec_analytics_umami", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "concept_theme_switch_event", "to": "spec_interaction_tracking_taxonomy", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Layout Persistence Branding", "count": 25}, {"cid": 1, "color": "#F28E2B", "label": "Concept Modal Youtube", "count": 18}, {"cid": 2, "color": "#E15759", "label": "Main Getingestconfigfromenv Getpublicconfig", "count": 16}, {"cid": 3, "color": "#76B7B2", "label": "Wordpress Decodeentities Fetchallpages", "count": 14}, {"cid": 4, "color": "#59A14F", "label": "Cache Main Createcachefromenv", "count": 12}, {"cid": 5, "color": "#EDC948", "label": "Highperformingyoutubevideos Instagramposts Newestitems", "count": 12}, {"cid": 6, "color": "#B07AA1", "label": "Compute Sleep Cachedcompute", "count": 11}, {"cid": 7, "color": "#FF9DA7", "label": "Cache Slug Build", "count": 11}, {"cid": 8, "color": "#9C755F", "label": "Image Placeholder Load", "count": 11}, {"cid": 9, "color": "#BAB0AC", "label": "Website Repository Guidelines", "count": 9}, {"cid": 10, "color": "#4E79A7", "label": "Youtube Fetchyoutubeviaapi Fetchyoutubeviarss", "count": 8}, {"cid": 11, "color": "#F28E2B", "label": "Cacheputsafe Isget Isimagerequest", "count": 6}, {"cid": 12, "color": "#E15759", "label": "Production Notch Styling", "count": 6}, {"cid": 13, "color": "#76B7B2", "label": "Astro Blogpostcard Layout", "count": 6}, {"cid": 14, "color": "#59A14F", "label": "Getcachepath Readcontentcache Verify", "count": 5}, {"cid": 15, "color": "#EDC948", "label": "Fetchpodcastrss Normalizepodcastfeeditems Striphtml", "count": 5}, {"cid": 16, "color": "#B07AA1", "label": "Target Data Umami", "count": 4}, {"cid": 17, "color": "#FF9DA7", "label": "Screenshot Review Santhoshj", "count": 3}, {"cid": 18, "color": "#9C755F", "label": "Tests Listed Files", "count": 3}, {"cid": 19, "color": "#BAB0AC", "label": "Service Worker Critical", "count": 3}, {"cid": 20, "color": "#4E79A7", "label": "Withutm", "count": 2}, {"cid": 21, "color": "#F28E2B", "label": "Creatememorycache Memory Cache", "count": 2}, {"cid": 22, "color": "#E15759", "label": "Readfeaturedvideoids Curation", "count": 2}, {"cid": 23, "color": "#76B7B2", "label": "Read Umami Attributes", "count": 2}, {"cid": 24, "color": "#59A14F", "label": "Read Layout Test", "count": 2}, {"cid": 25, "color": "#EDC948", "label": "Read Title Type", "count": 2}, {"cid": 26, "color": "#B07AA1", "label": "Umami Attributes Test", "count": 2}, {"cid": 27, "color": "#FF9DA7", "label": "Wcag Responsive Shell", "count": 2}, {"cid": 28, "color": "#9C755F", "label": "Normalized Schema Wordpress", "count": 2}, {"cid": 29, "color": "#BAB0AC", "label": "Passwords Rationale Revocable", "count": 2}, {"cid": 30, "color": "#4E79A7", "label": "Astro Config", "count": 1}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 1}, {"cid": 32, "color": "#E15759", "label": "Links", "count": 1}, {"cid": 33, "color": "#76B7B2", "label": "Types", "count": 1}, {"cid": 34, "color": "#59A14F", "label": "Types", "count": 1}, {"cid": 35, "color": "#EDC948", "label": "Test", "count": 1}, {"cid": 36, "color": "#B07AA1", "label": "Ingest Test", "count": 1}, {"cid": 37, "color": "#FF9DA7", "label": "Desktop Header Screenshot", "count": 1}, {"cid": 38, "color": "#9C755F", "label": "Mobile Header Screenshot", "count": 1}, {"cid": 39, "color": "#BAB0AC", "label": "Surface", "count": 1}, {"cid": 40, "color": "#4E79A7", "label": "Rationale Structure Keeps", "count": 1}, {"cid": 41, "color": "#F28E2B", "label": "Contentitem Summary Optional", "count": 1}, {"cid": 42, "color": "#E15759", "label": "Standardcard Astro", "count": 1}, {"cid": 43, "color": "#76B7B2", "label": "Post Slug Astro", "count": 1}, {"cid": 44, "color": "#59A14F", "label": "Slug Astro", "count": 1}, {"cid": 45, "color": "#EDC948", "label": "Point Quality Gate", "count": 1}, {"cid": 46, "color": "#B07AA1", "label": "Bounce Rate Reduction", "count": 1}, {"cid": 47, "color": "#FF9DA7", "label": "Preview Modal Instead", "count": 1}, {"cid": 48, "color": "#9C755F", "label": "Umami Preview Event", "count": 1}, {"cid": 49, "color": "#BAB0AC", "label": "Modal Tracking Click", "count": 1}, {"cid": 50, "color": "#4E79A7", "label": "Precedence Localstorage Cookie", "count": 1}, {"cid": 51, "color": "#F28E2B", "label": "Cookie Fallback Long", "count": 1}, {"cid": 52, "color": "#E15759", "label": "Switch Event Automatic", "count": 1}, {"cid": 53, "color": "#76B7B2", "label": "Surface", "count": 1}, {"cid": 54, "color": "#59A14F", "label": "Social Aggregation", "count": 1}, {"cid": 55, "color": "#EDC948", "label": "Homepage Modules", "count": 1}, {"cid": 56, "color": "#B07AA1", "label": "Conversion Ctas", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" 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 = [{"id": "theme_notch_incident_bundle", "label": "Theme notch incident bundle", "nodes": ["doc_diag_complete", "doc_diag_summary", "doc_prod_diagnosis", "issue_theme_notch_production_unstyled", "cause_stale_production_css", "fix_rebuild_redeploy_docker"], "relation": "same_incident_context", "confidence": "INFERRED", "confidence_score": 0.9, "source_file": "DIAGNOSIS_COMPLETE.md"}, {"id": "hyperedge_lighthouse_gate_contract", "label": "Lighthouse gate contract", "nodes": ["capability_lighthouse_quality_gate", "concept_lighthouse_gate_100", "concept_theme_system", "concept_service_worker_caching", "concept_layout_shift_prevention"], "relation": "contract_bundle", "confidence": "EXTRACTED", "confidence_score": 0.9, "source_file": "openspec/changes/archive/2026-02-10-lighthouse-fixes/specs/lighthouse-quality-gate/spec.md"}, {"id": "hyperedge_modal_interaction_bundle", "label": "Media modal implementation bundle", "nodes": ["capability_media_modal", "concept_native_dialog_modal", "concept_iframe_src_reset", "concept_cards_as_buttons", "concept_data_attributes_modal", "concept_modal_embed_urls", "concept_wcag_modal_accessibility", "concept_umami_media_preview", "concept_modal_cta_tracking"], "relation": "implementation_bundle", "confidence": "EXTRACTED", "confidence_score": 0.9, "source_file": "openspec/changes/archive/2026-02-10-reduce-bounce-rate/specs/media-modal/spec.md"}, {"id": "hyperedge_theme_persistence_bundle", "label": "Theme persistence bundle", "nodes": ["change_remember_theme", "concept_theme_persistence", "concept_theme_precedence_order", "concept_site_theme_cookie", "concept_theme_switch_event", "concept_theme_switch_payload", "concept_no_restore_event"], "relation": "implementation_bundle", "confidence": "EXTRACTED", "confidence_score": 0.9, "source_file": "openspec/changes/archive/2026-02-11-remember-theme/design.md"}];
// 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>