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_expenses_import_template_csv_server_ts", "label": "+server.ts", "file_type": "code", "source_file": "src\\routes\\(app)\\properties\\[id]\\expenses\\import\\template.csv\\+server.ts", "source_location": "L1"}, {"id": "server_get", "label": "GET()", "file_type": "code", "source_file": "src\\routes\\(app)\\properties\\[id]\\expenses\\import\\template.csv\\+server.ts", "source_location": "L7"}], "edges": [{"source": "src_routes_app_properties_id_expenses_import_template_csv_server_ts", "target": "guards", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\[id]\\expenses\\import\\template.csv\\+server.ts", "source_location": "L1", "weight": 1.0}, {"source": "src_routes_app_properties_id_expenses_import_template_csv_server_ts", "target": "csv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\[id]\\expenses\\import\\template.csv\\+server.ts", "source_location": "L2", "weight": 1.0}, {"source": "src_routes_app_properties_id_expenses_import_template_csv_server_ts", "target": "src_routes_app_properties_id_expenses_import_template_csv_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\[id]\\expenses\\import\\template.csv\\+server.ts", "source_location": "L3", "weight": 1.0}, {"source": "src_routes_app_properties_id_expenses_import_template_csv_server_ts", "target": "server_get", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src\\routes\\(app)\\properties\\[id]\\expenses\\import\\template.csv\\+server.ts", "source_location": "L7", "weight": 1.0}], "raw_calls": [{"caller_nid": "server_get", "callee": "requireCompany", "source_file": "src\\routes\\(app)\\properties\\[id]\\expenses\\import\\template.csv\\+server.ts", "source_location": "L8"}, {"caller_nid": "server_get", "callee": "slice", "source_file": "src\\routes\\(app)\\properties\\[id]\\expenses\\import\\template.csv\\+server.ts", "source_location": "L9"}, {"caller_nid": "server_get", "callee": "toISOString", "source_file": "src\\routes\\(app)\\properties\\[id]\\expenses\\import\\template.csv\\+server.ts", "source_location": "L9"}, {"caller_nid": "server_get", "callee": "toCsv", "source_file": "src\\routes\\(app)\\properties\\[id]\\expenses\\import\\template.csv\\+server.ts", "source_location": "L10"}, {"caller_nid": "server_get", "callee": "csvResponse", "source_file": "src\\routes\\(app)\\properties\\[id]\\expenses\\import\\template.csv\\+server.ts", "source_location": "L47"}]}
|
||||
Reference in New Issue
Block a user