Files
collective-lists/graphify-out/cache/911618f485a096a861131d1078109348c7905960589132a307647bac97daf6af.json
Oier Bravo Urtasun b660ead40d chore(graphify): knowledge graph of the repo (1398 nodes, 1627 edges)
Generated via /graphify over the full tree (177 files, ~320k words).
Produces graph.html, graph.json, GRAPH_REPORT.md plus per-file
extraction cache so incremental --update runs reuse prior results.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 16:25:53 +02:00

1 line
1.7 KiB
JSON

{"nodes": [{"id": "apps_web_src_lib_auth_ts", "label": "auth.ts", "file_type": "code", "source_file": "apps/web/src/lib/auth.ts", "source_location": "L1"}, {"id": "auth_login", "label": "login()", "file_type": "code", "source_file": "apps/web/src/lib/auth.ts", "source_location": "L8"}, {"id": "auth_logout", "label": "logout()", "file_type": "code", "source_file": "apps/web/src/lib/auth.ts", "source_location": "L27"}], "edges": [{"source": "apps_web_src_lib_auth_ts", "target": "environment", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "apps/web/src/lib/auth.ts", "source_location": "L1", "weight": 1.0}, {"source": "apps_web_src_lib_auth_ts", "target": "supabase", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "apps/web/src/lib/auth.ts", "source_location": "L2", "weight": 1.0}, {"source": "apps_web_src_lib_auth_ts", "target": "auth_login", "relation": "contains", "confidence": "EXTRACTED", "source_file": "apps/web/src/lib/auth.ts", "source_location": "L8", "weight": 1.0}, {"source": "apps_web_src_lib_auth_ts", "target": "auth_logout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "apps/web/src/lib/auth.ts", "source_location": "L27", "weight": 1.0}], "raw_calls": [{"caller_nid": "auth_login", "callee": "signInWithOAuth", "source_file": "apps/web/src/lib/auth.ts", "source_location": "L11"}, {"caller_nid": "auth_login", "callee": "getSupabase", "source_file": "apps/web/src/lib/auth.ts", "source_location": "L11"}, {"caller_nid": "auth_logout", "callee": "signOut", "source_file": "apps/web/src/lib/auth.ts", "source_location": "L28"}, {"caller_nid": "auth_logout", "callee": "getSupabase", "source_file": "apps/web/src/lib/auth.ts", "source_location": "L28"}]}