Files
buildfor_life_ops/graphify-out/cache/55476c933fc35fe6df9ab2afdc6a6f1a8552872d60feaa5b5e6120e379e5edfc.json
T
grabowski 011e7a2165
Deploy to LXC / deploy (push) Successful in 15s
Validate / validate (push) Successful in 30s
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>
2026-04-27 15:47:00 +07:00

1 line
4.8 KiB
JSON

{"nodes": [{"id": "src_lib_server_db_schema_shared_ts", "label": "_shared.ts", "file_type": "code", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L1"}, {"id": "shared_pk", "label": "pk()", "file_type": "code", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L98"}, {"id": "shared_fk", "label": "fk()", "file_type": "code", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L99"}, {"id": "shared_createdat", "label": "createdAt()", "file_type": "code", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L100"}, {"id": "shared_updatedat", "label": "updatedAt()", "file_type": "code", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L102"}, {"id": "shared_deletedat", "label": "deletedAt()", "file_type": "code", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L104"}, {"id": "shared_slugcol", "label": "slugCol()", "file_type": "code", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L105"}], "edges": [{"source": "src_lib_server_db_schema_shared_ts", "target": "drizzle_orm", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L1", "weight": 1.0}, {"source": "src_lib_server_db_schema_shared_ts", "target": "pg_core", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L2", "weight": 1.0}, {"source": "src_lib_server_db_schema_shared_ts", "target": "shared_pk", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L98", "weight": 1.0}, {"source": "src_lib_server_db_schema_shared_ts", "target": "shared_fk", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L99", "weight": 1.0}, {"source": "src_lib_server_db_schema_shared_ts", "target": "shared_createdat", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L100", "weight": 1.0}, {"source": "src_lib_server_db_schema_shared_ts", "target": "shared_updatedat", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L102", "weight": 1.0}, {"source": "src_lib_server_db_schema_shared_ts", "target": "shared_deletedat", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L104", "weight": 1.0}, {"source": "src_lib_server_db_schema_shared_ts", "target": "shared_slugcol", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L105", "weight": 1.0}], "raw_calls": [{"caller_nid": "shared_pk", "callee": "default", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L98"}, {"caller_nid": "shared_pk", "callee": "primaryKey", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L98"}, {"caller_nid": "shared_pk", "callee": "uuid", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L98"}, {"caller_nid": "shared_pk", "callee": "sql", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L98"}, {"caller_nid": "shared_fk", "callee": "uuid", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L99"}, {"caller_nid": "shared_createdat", "callee": "defaultNow", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L101"}, {"caller_nid": "shared_createdat", "callee": "notNull", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L101"}, {"caller_nid": "shared_createdat", "callee": "timestamp", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L101"}, {"caller_nid": "shared_updatedat", "callee": "defaultNow", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L103"}, {"caller_nid": "shared_updatedat", "callee": "notNull", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L103"}, {"caller_nid": "shared_updatedat", "callee": "timestamp", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L103"}, {"caller_nid": "shared_deletedat", "callee": "timestamp", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L104"}, {"caller_nid": "shared_slugcol", "callee": "notNull", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L105"}, {"caller_nid": "shared_slugcol", "callee": "varchar", "source_file": "src\\lib\\server\\db\\schema\\_shared.ts", "source_location": "L105"}]}