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>
This commit is contained in:
1
graphify-out/cache/40003b988e79234c3d4f7f2b92d8b8ed136f03356081750f7614307fa4384845.json
vendored
Normal file
1
graphify-out/cache/40003b988e79234c3d4f7f2b92d8b8ed136f03356081750f7614307fa4384845.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "apps_web_tests_fixtures_login_ts", "label": "login.ts", "file_type": "code", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L1"}, {"id": "login_loginas", "label": "loginAs()", "file_type": "code", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L12"}], "edges": [{"source": "apps_web_tests_fixtures_login_ts", "target": "test", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L9", "weight": 1.0}, {"source": "apps_web_tests_fixtures_login_ts", "target": "apps_web_tests_fixtures_users_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L10", "weight": 1.0}, {"source": "apps_web_tests_fixtures_login_ts", "target": "login_loginas", "relation": "contains", "confidence": "EXTRACTED", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L12", "weight": 1.0}], "raw_calls": [{"caller_nid": "login_loginas", "callee": "goto", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L19"}, {"caller_nid": "login_loginas", "callee": "waitForURL", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L20"}, {"caller_nid": "login_loginas", "callee": "fill", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L23"}, {"caller_nid": "login_loginas", "callee": "fill", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L24"}, {"caller_nid": "login_loginas", "callee": "click", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L25"}, {"caller_nid": "login_loginas", "callee": "waitForURL", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L30"}, {"caller_nid": "login_loginas", "callee": "waitForFunction", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L34"}, {"caller_nid": "login_loginas", "callee": "waitForFunction", "source_file": "apps/web/tests/fixtures/login.ts", "source_location": "L55"}]}
|
||||
Reference in New Issue
Block a user