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_id_maintenance_page_server_ts", "label": "+page.server.ts", "file_type": "code", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L1"}, {"id": "page_server_load", "label": "load()", "file_type": "code", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L9"}], "edges": [{"source": "src_routes_app_properties_id_maintenance_page_server_ts", "target": "kit", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L1", "weight": 1.0}, {"source": "src_routes_app_properties_id_maintenance_page_server_ts", "target": "maintenance", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L2", "weight": 1.0}, {"source": "src_routes_app_properties_id_maintenance_page_server_ts", "target": "properties", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L6", "weight": 1.0}, {"source": "src_routes_app_properties_id_maintenance_page_server_ts", "target": "src_routes_app_properties_id_maintenance_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L7", "weight": 1.0}, {"source": "src_routes_app_properties_id_maintenance_page_server_ts", "target": "page_server_load", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L9", "weight": 1.0}], "raw_calls": [{"caller_nid": "page_server_load", "callee": "error", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L10"}, {"caller_nid": "page_server_load", "callee": "get", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L11"}, {"caller_nid": "page_server_load", "callee": "getDescendantIds", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L13"}, {"caller_nid": "page_server_load", "callee": "all", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L15"}, {"caller_nid": "page_server_load", "callee": "listSchedulesForProperties", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L16"}, {"caller_nid": "page_server_load", "callee": "listEventsForProperties", "source_file": "src\\routes\\(app)\\properties\\[id]\\maintenance\\+page.server.ts", "source_location": "L17"}]}
|
||||
Reference in New Issue
Block a user