chore(graph): refresh graphify after sub-property feature
Re-extracted 42 changed code files via AST and 3 changed docs (README, DEPLOYMENT, drizzle/README) via one semantic subagent. Merged into the existing graph: 453→555 nodes, 486→633 edges, 137 communities. Top god nodes now reflect the new shape: load() at the center of every page-server route, buildfor_life_ops as the doc-side anchor, and Drizzle ORM + Zod as the bridge between expenses and the rest of the service layer. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "src_routes_app_properties_page_server_ts", "label": "+page.server.ts", "file_type": "code", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L1"}, {"id": "page_server_flattentree", "label": "flattenTree()", "file_type": "code", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L15"}, {"id": "page_server_load", "label": "load()", "file_type": "code", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L49"}], "edges": [{"source": "src_routes_app_properties_page_server_ts", "target": "kit", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L1", "weight": 1.0}, {"source": "src_routes_app_properties_page_server_ts", "target": "properties", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L2", "weight": 1.0}, {"source": "src_routes_app_properties_page_server_ts", "target": "properties", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L3", "weight": 1.0}, {"source": "src_routes_app_properties_page_server_ts", "target": "src_routes_app_properties_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L4", "weight": 1.0}, {"source": "src_routes_app_properties_page_server_ts", "target": "page_server_flattentree", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L15", "weight": 1.0}, {"source": "src_routes_app_properties_page_server_ts", "target": "page_server_load", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L49", "weight": 1.0}, {"source": "page_server_load", "target": "page_server_flattentree", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L52", "weight": 1.0}], "raw_calls": [{"caller_nid": "page_server_flattentree", "callee": "get", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L19"}, {"caller_nid": "page_server_flattentree", "callee": "push", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L20"}, {"caller_nid": "page_server_flattentree", "callee": "set", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L21"}, {"caller_nid": "page_server_flattentree", "callee": "values", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L23"}, {"caller_nid": "page_server_flattentree", "callee": "sort", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L24"}, {"caller_nid": "page_server_flattentree", "callee": "map", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L28"}, {"caller_nid": "page_server_flattentree", "callee": "walk", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L36"}, {"caller_nid": "page_server_flattentree", "callee": "map", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L39"}, {"caller_nid": "page_server_flattentree", "callee": "has", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L41"}, {"caller_nid": "page_server_flattentree", "callee": "has", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L41"}, {"caller_nid": "page_server_flattentree", "callee": "push", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L42"}, {"caller_nid": "page_server_load", "callee": "error", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L50"}, {"caller_nid": "page_server_load", "callee": "listProperties", "source_file": "src\\routes\\(app)\\properties\\+page.server.ts", "source_location": "L51"}]}
|
||||
Reference in New Issue
Block a user