depgraph-core 1.8.0 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "meta": {
3
3
  "version": "1.0.0",
4
- "timestamp": "2026-09-15T05:18:46.113Z",
5
- "totalFiles": 88,
6
- "totalLines": 14444
4
+ "timestamp": "2026-09-15T10:10:23.339Z",
5
+ "totalFiles": 94,
6
+ "totalLines": 15631
7
7
  },
8
8
  "summary": {
9
- "totalNodes": 155,
10
- "totalEdges": 394,
9
+ "totalNodes": 169,
10
+ "totalEdges": 532,
11
11
  "entryPoints": [
12
12
  "Calculator__dart_test",
13
13
  "PublicClass__dart_test",
@@ -45,9 +45,13 @@
45
45
  "PublicApi__ruby_test",
46
46
  "Connection__swift_test",
47
47
  "buildPipeline__api",
48
+ "buildSubgraph__api",
49
+ "AnalyzeOptions__api",
48
50
  "AnalyzeResult__api",
49
51
  "GitImpactResult__api",
50
52
  "GraphSummary__api",
53
+ "NodeDescription__api",
54
+ "Verbosity__api",
51
55
  "extractEntities__extractor",
52
56
  "extractImports__extractor",
53
57
  "extractExports__extractor",
@@ -122,6 +126,8 @@
122
126
  "printBanner__depgraph",
123
127
  "printSummary__depgraph",
124
128
  "printImpact__depgraph",
129
+ "call__benchmark",
130
+ "tokEst__benchmark",
125
131
  "CSharpGraphNode__types",
126
132
  "CSharpGraphEdge__types",
127
133
  "CSharpGraphResult__types",
@@ -154,6 +160,8 @@
154
160
  "criticalNodes": [
155
161
  "collectFiles__collector",
156
162
  "getChangedEntities__gitdiff",
163
+ "ChangedEntity__gitdiff",
164
+ "GitDiffOptions__gitdiff",
157
165
  "buildGraph__graph",
158
166
  "simulateImpact__impact",
159
167
  "computeMetrics__metrics",
@@ -164,8 +172,11 @@
164
172
  "writeOutput__output",
165
173
  "parseFile__parser",
166
174
  "parseFiles__parser",
175
+ "RawEntity__types",
176
+ "DepNode__types",
167
177
  "DepGraph__types",
168
- "ImpactReport__types"
178
+ "ImpactReport__types",
179
+ "OutputJSON__types"
169
180
  ]
170
181
  },
171
182
  "nodes": [
@@ -174,7 +185,7 @@
174
185
  "name": "color",
175
186
  "type": "function",
176
187
  "file": "/Users/betopia/Desktop/Arafat/depgraph/depgraph.js",
177
- "line": 4159,
188
+ "line": 4478,
178
189
  "lang": "js",
179
190
  "complexity": "low",
180
191
  "inDegree": 0,
@@ -187,7 +198,7 @@
187
198
  "name": "getFlag",
188
199
  "type": "function",
189
200
  "file": "/Users/betopia/Desktop/Arafat/depgraph/depgraph.js",
190
- "line": 4170,
201
+ "line": 4489,
191
202
  "lang": "js",
192
203
  "complexity": "low",
193
204
  "inDegree": 0,
@@ -200,7 +211,7 @@
200
211
  "name": "printHelp",
201
212
  "type": "function",
202
213
  "file": "/Users/betopia/Desktop/Arafat/depgraph/depgraph.js",
203
- "line": 4174,
214
+ "line": 4493,
204
215
  "lang": "js",
205
216
  "complexity": "low",
206
217
  "inDegree": 0,
@@ -213,7 +224,7 @@
213
224
  "name": "printBanner",
214
225
  "type": "function",
215
226
  "file": "/Users/betopia/Desktop/Arafat/depgraph/depgraph.js",
216
- "line": 4222,
227
+ "line": 4541,
217
228
  "lang": "js",
218
229
  "complexity": "low",
219
230
  "inDegree": 0,
@@ -226,7 +237,7 @@
226
237
  "name": "printSummary",
227
238
  "type": "function",
228
239
  "file": "/Users/betopia/Desktop/Arafat/depgraph/depgraph.js",
229
- "line": 4229,
240
+ "line": 4548,
230
241
  "lang": "js",
231
242
  "complexity": "low",
232
243
  "inDegree": 0,
@@ -239,7 +250,7 @@
239
250
  "name": "printImpact",
240
251
  "type": "function",
241
252
  "file": "/Users/betopia/Desktop/Arafat/depgraph/depgraph.js",
242
- "line": 4242,
253
+ "line": 4561,
243
254
  "lang": "js",
244
255
  "complexity": "medium",
245
256
  "inDegree": 0,
@@ -247,6 +258,32 @@
247
258
  "centralityScore": 0,
248
259
  "connections": []
249
260
  },
261
+ {
262
+ "id": "call__benchmark",
263
+ "name": "call",
264
+ "type": "function",
265
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/scripts/benchmark.js",
266
+ "line": 17,
267
+ "lang": "js",
268
+ "complexity": "low",
269
+ "inDegree": 0,
270
+ "outDegree": 0,
271
+ "centralityScore": 0,
272
+ "connections": []
273
+ },
274
+ {
275
+ "id": "tokEst__benchmark",
276
+ "name": "tokEst",
277
+ "type": "function",
278
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/scripts/benchmark.js",
279
+ "line": 43,
280
+ "lang": "js",
281
+ "complexity": "low",
282
+ "inDegree": 0,
283
+ "outDegree": 0,
284
+ "centralityScore": 0,
285
+ "connections": []
286
+ },
250
287
  {
251
288
  "id": "Calculator__dart_test",
252
289
  "name": "Calculator",
@@ -799,12 +836,72 @@
799
836
  "name": "buildPipeline",
800
837
  "type": "function",
801
838
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
802
- "line": 60,
839
+ "line": 110,
803
840
  "lang": "js",
804
841
  "complexity": "low",
805
842
  "inDegree": 0,
806
- "outDegree": 14,
807
- "centralityScore": 14,
843
+ "outDegree": 16,
844
+ "centralityScore": 16,
845
+ "connections": [
846
+ "collectFiles__collector",
847
+ "parseFiles__parser",
848
+ "buildGraph__graph",
849
+ "computeMetrics__metrics",
850
+ "getCriticalNodes__metrics",
851
+ "getEntryPoints__metrics",
852
+ "getLeafNodes__metrics",
853
+ "getIsolatedNodes__metrics",
854
+ "simulateImpact__impact",
855
+ "getChangedEntities__gitdiff",
856
+ "GitDiffOptions__gitdiff",
857
+ "ChangedEntity__gitdiff",
858
+ "ImpactReport__types",
859
+ "OutputJSON__types",
860
+ "DepGraph__types",
861
+ "DepNode__types"
862
+ ]
863
+ },
864
+ {
865
+ "id": "buildSubgraph__api",
866
+ "name": "buildSubgraph",
867
+ "type": "function",
868
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
869
+ "line": 122,
870
+ "lang": "js",
871
+ "complexity": "high",
872
+ "inDegree": 0,
873
+ "outDegree": 16,
874
+ "centralityScore": 16,
875
+ "connections": [
876
+ "collectFiles__collector",
877
+ "parseFiles__parser",
878
+ "buildGraph__graph",
879
+ "computeMetrics__metrics",
880
+ "getCriticalNodes__metrics",
881
+ "getEntryPoints__metrics",
882
+ "getLeafNodes__metrics",
883
+ "getIsolatedNodes__metrics",
884
+ "simulateImpact__impact",
885
+ "getChangedEntities__gitdiff",
886
+ "GitDiffOptions__gitdiff",
887
+ "ChangedEntity__gitdiff",
888
+ "ImpactReport__types",
889
+ "OutputJSON__types",
890
+ "DepGraph__types",
891
+ "DepNode__types"
892
+ ]
893
+ },
894
+ {
895
+ "id": "buildProseSummary__api",
896
+ "name": "buildProseSummary",
897
+ "type": "function",
898
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
899
+ "line": 157,
900
+ "lang": "js",
901
+ "complexity": "medium",
902
+ "inDegree": 1,
903
+ "outDegree": 16,
904
+ "centralityScore": 18,
808
905
  "connections": [
809
906
  "collectFiles__collector",
810
907
  "parseFiles__parser",
@@ -819,7 +916,10 @@
819
916
  "GitDiffOptions__gitdiff",
820
917
  "ChangedEntity__gitdiff",
821
918
  "ImpactReport__types",
822
- "OutputJSON__types"
919
+ "OutputJSON__types",
920
+ "DepGraph__types",
921
+ "DepNode__types",
922
+ "main__mcp_server"
823
923
  ]
824
924
  },
825
925
  {
@@ -827,12 +927,12 @@
827
927
  "name": "analyzeProject",
828
928
  "type": "function",
829
929
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
830
- "line": 74,
930
+ "line": 195,
831
931
  "lang": "js",
832
932
  "complexity": "low",
833
933
  "inDegree": 1,
834
- "outDegree": 14,
835
- "centralityScore": 16,
934
+ "outDegree": 16,
935
+ "centralityScore": 18,
836
936
  "connections": [
837
937
  "collectFiles__collector",
838
938
  "parseFiles__parser",
@@ -848,6 +948,8 @@
848
948
  "ChangedEntity__gitdiff",
849
949
  "ImpactReport__types",
850
950
  "OutputJSON__types",
951
+ "DepGraph__types",
952
+ "DepNode__types",
851
953
  "main__mcp_server"
852
954
  ]
853
955
  },
@@ -856,12 +958,12 @@
856
958
  "name": "analyzeImpact",
857
959
  "type": "function",
858
960
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
859
- "line": 103,
961
+ "line": 232,
860
962
  "lang": "js",
861
963
  "complexity": "low",
862
964
  "inDegree": 1,
863
- "outDegree": 14,
864
- "centralityScore": 16,
965
+ "outDegree": 16,
966
+ "centralityScore": 18,
865
967
  "connections": [
866
968
  "collectFiles__collector",
867
969
  "parseFiles__parser",
@@ -877,6 +979,8 @@
877
979
  "ChangedEntity__gitdiff",
878
980
  "ImpactReport__types",
879
981
  "OutputJSON__types",
982
+ "DepGraph__types",
983
+ "DepNode__types",
880
984
  "main__mcp_server"
881
985
  ]
882
986
  },
@@ -885,12 +989,12 @@
885
989
  "name": "analyzeGitImpact",
886
990
  "type": "function",
887
991
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
888
- "line": 116,
992
+ "line": 245,
889
993
  "lang": "js",
890
994
  "complexity": "low",
891
995
  "inDegree": 1,
892
- "outDegree": 14,
893
- "centralityScore": 16,
996
+ "outDegree": 16,
997
+ "centralityScore": 18,
894
998
  "connections": [
895
999
  "collectFiles__collector",
896
1000
  "parseFiles__parser",
@@ -906,6 +1010,8 @@
906
1010
  "ChangedEntity__gitdiff",
907
1011
  "ImpactReport__types",
908
1012
  "OutputJSON__types",
1013
+ "DepGraph__types",
1014
+ "DepNode__types",
909
1015
  "main__mcp_server"
910
1016
  ]
911
1017
  },
@@ -914,12 +1020,43 @@
914
1020
  "name": "getGraphSummary",
915
1021
  "type": "function",
916
1022
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
917
- "line": 137,
1023
+ "line": 270,
918
1024
  "lang": "js",
919
1025
  "complexity": "low",
920
1026
  "inDegree": 1,
921
- "outDegree": 14,
922
- "centralityScore": 16,
1027
+ "outDegree": 16,
1028
+ "centralityScore": 18,
1029
+ "connections": [
1030
+ "collectFiles__collector",
1031
+ "parseFiles__parser",
1032
+ "buildGraph__graph",
1033
+ "computeMetrics__metrics",
1034
+ "getCriticalNodes__metrics",
1035
+ "getEntryPoints__metrics",
1036
+ "getLeafNodes__metrics",
1037
+ "getIsolatedNodes__metrics",
1038
+ "simulateImpact__impact",
1039
+ "getChangedEntities__gitdiff",
1040
+ "GitDiffOptions__gitdiff",
1041
+ "ChangedEntity__gitdiff",
1042
+ "ImpactReport__types",
1043
+ "OutputJSON__types",
1044
+ "DepGraph__types",
1045
+ "DepNode__types",
1046
+ "main__mcp_server"
1047
+ ]
1048
+ },
1049
+ {
1050
+ "id": "describeNode__api",
1051
+ "name": "describeNode",
1052
+ "type": "function",
1053
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
1054
+ "line": 296,
1055
+ "lang": "js",
1056
+ "complexity": "high",
1057
+ "inDegree": 1,
1058
+ "outDegree": 16,
1059
+ "centralityScore": 18,
923
1060
  "connections": [
924
1061
  "collectFiles__collector",
925
1062
  "parseFiles__parser",
@@ -935,20 +1072,52 @@
935
1072
  "ChangedEntity__gitdiff",
936
1073
  "ImpactReport__types",
937
1074
  "OutputJSON__types",
1075
+ "DepGraph__types",
1076
+ "DepNode__types",
938
1077
  "main__mcp_server"
939
1078
  ]
940
1079
  },
1080
+ {
1081
+ "id": "AnalyzeOptions__api",
1082
+ "name": "AnalyzeOptions",
1083
+ "type": "interface",
1084
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
1085
+ "line": 47,
1086
+ "lang": "js",
1087
+ "complexity": "low",
1088
+ "inDegree": 0,
1089
+ "outDegree": 16,
1090
+ "centralityScore": 16,
1091
+ "connections": [
1092
+ "collectFiles__collector",
1093
+ "parseFiles__parser",
1094
+ "buildGraph__graph",
1095
+ "computeMetrics__metrics",
1096
+ "getCriticalNodes__metrics",
1097
+ "getEntryPoints__metrics",
1098
+ "getLeafNodes__metrics",
1099
+ "getIsolatedNodes__metrics",
1100
+ "simulateImpact__impact",
1101
+ "getChangedEntities__gitdiff",
1102
+ "GitDiffOptions__gitdiff",
1103
+ "ChangedEntity__gitdiff",
1104
+ "ImpactReport__types",
1105
+ "OutputJSON__types",
1106
+ "DepGraph__types",
1107
+ "DepNode__types"
1108
+ ]
1109
+ },
941
1110
  {
942
1111
  "id": "AnalyzeResult__api",
943
1112
  "name": "AnalyzeResult",
944
1113
  "type": "interface",
945
1114
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
946
- "line": 35,
1115
+ "line": 67,
947
1116
  "lang": "js",
948
1117
  "complexity": "low",
949
1118
  "inDegree": 0,
950
- "outDegree": 14,
951
- "centralityScore": 14,
1119
+ "outDegree": 16,
1120
+ "centralityScore": 16,
952
1121
  "connections": [
953
1122
  "collectFiles__collector",
954
1123
  "parseFiles__parser",
@@ -963,7 +1132,9 @@
963
1132
  "GitDiffOptions__gitdiff",
964
1133
  "ChangedEntity__gitdiff",
965
1134
  "ImpactReport__types",
966
- "OutputJSON__types"
1135
+ "OutputJSON__types",
1136
+ "DepGraph__types",
1137
+ "DepNode__types"
967
1138
  ]
968
1139
  },
969
1140
  {
@@ -971,12 +1142,12 @@
971
1142
  "name": "GitImpactResult",
972
1143
  "type": "interface",
973
1144
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
974
- "line": 43,
1145
+ "line": 75,
975
1146
  "lang": "js",
976
1147
  "complexity": "low",
977
1148
  "inDegree": 0,
978
- "outDegree": 14,
979
- "centralityScore": 14,
1149
+ "outDegree": 16,
1150
+ "centralityScore": 16,
980
1151
  "connections": [
981
1152
  "collectFiles__collector",
982
1153
  "parseFiles__parser",
@@ -991,7 +1162,9 @@
991
1162
  "GitDiffOptions__gitdiff",
992
1163
  "ChangedEntity__gitdiff",
993
1164
  "ImpactReport__types",
994
- "OutputJSON__types"
1165
+ "OutputJSON__types",
1166
+ "DepGraph__types",
1167
+ "DepNode__types"
995
1168
  ]
996
1169
  },
997
1170
  {
@@ -999,12 +1172,72 @@
999
1172
  "name": "GraphSummary",
1000
1173
  "type": "interface",
1001
1174
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
1002
- "line": 48,
1175
+ "line": 80,
1003
1176
  "lang": "js",
1004
1177
  "complexity": "low",
1005
1178
  "inDegree": 0,
1006
- "outDegree": 14,
1007
- "centralityScore": 14,
1179
+ "outDegree": 16,
1180
+ "centralityScore": 16,
1181
+ "connections": [
1182
+ "collectFiles__collector",
1183
+ "parseFiles__parser",
1184
+ "buildGraph__graph",
1185
+ "computeMetrics__metrics",
1186
+ "getCriticalNodes__metrics",
1187
+ "getEntryPoints__metrics",
1188
+ "getLeafNodes__metrics",
1189
+ "getIsolatedNodes__metrics",
1190
+ "simulateImpact__impact",
1191
+ "getChangedEntities__gitdiff",
1192
+ "GitDiffOptions__gitdiff",
1193
+ "ChangedEntity__gitdiff",
1194
+ "ImpactReport__types",
1195
+ "OutputJSON__types",
1196
+ "DepGraph__types",
1197
+ "DepNode__types"
1198
+ ]
1199
+ },
1200
+ {
1201
+ "id": "NodeDescription__api",
1202
+ "name": "NodeDescription",
1203
+ "type": "interface",
1204
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
1205
+ "line": 90,
1206
+ "lang": "js",
1207
+ "complexity": "low",
1208
+ "inDegree": 0,
1209
+ "outDegree": 16,
1210
+ "centralityScore": 16,
1211
+ "connections": [
1212
+ "collectFiles__collector",
1213
+ "parseFiles__parser",
1214
+ "buildGraph__graph",
1215
+ "computeMetrics__metrics",
1216
+ "getCriticalNodes__metrics",
1217
+ "getEntryPoints__metrics",
1218
+ "getLeafNodes__metrics",
1219
+ "getIsolatedNodes__metrics",
1220
+ "simulateImpact__impact",
1221
+ "getChangedEntities__gitdiff",
1222
+ "GitDiffOptions__gitdiff",
1223
+ "ChangedEntity__gitdiff",
1224
+ "ImpactReport__types",
1225
+ "OutputJSON__types",
1226
+ "DepGraph__types",
1227
+ "DepNode__types"
1228
+ ]
1229
+ },
1230
+ {
1231
+ "id": "Verbosity__api",
1232
+ "name": "Verbosity",
1233
+ "type": "type",
1234
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
1235
+ "line": 42,
1236
+ "lang": "js",
1237
+ "complexity": "low",
1238
+ "inDegree": 0,
1239
+ "outDegree": 16,
1240
+ "centralityScore": 16,
1008
1241
  "connections": [
1009
1242
  "collectFiles__collector",
1010
1243
  "parseFiles__parser",
@@ -1019,7 +1252,9 @@
1019
1252
  "GitDiffOptions__gitdiff",
1020
1253
  "ChangedEntity__gitdiff",
1021
1254
  "ImpactReport__types",
1022
- "OutputJSON__types"
1255
+ "OutputJSON__types",
1256
+ "DepGraph__types",
1257
+ "DepNode__types"
1023
1258
  ]
1024
1259
  },
1025
1260
  {
@@ -1031,8 +1266,8 @@
1031
1266
  "lang": "js",
1032
1267
  "complexity": "high",
1033
1268
  "inDegree": 0,
1034
- "outDegree": 7,
1035
- "centralityScore": 7,
1269
+ "outDegree": 13,
1270
+ "centralityScore": 13,
1036
1271
  "connections": [
1037
1272
  "RawEntity__types",
1038
1273
  "RawImport__types",
@@ -1040,7 +1275,13 @@
1040
1275
  "cleanDartComments__helpers",
1041
1276
  "_fileStem__helpers",
1042
1277
  "sanitizeMethodName__helpers",
1043
- "cleanRustComments__helpers"
1278
+ "cleanRustComments__helpers",
1279
+ "maskSqlComments__helpers",
1280
+ "lineOf__helpers",
1281
+ "collectCteNames__helpers",
1282
+ "collectTableRefs__helpers",
1283
+ "collectFkRefs__helpers",
1284
+ "normIdent__helpers"
1044
1285
  ]
1045
1286
  },
1046
1287
  {
@@ -1052,8 +1293,8 @@
1052
1293
  "lang": "js",
1053
1294
  "complexity": "low",
1054
1295
  "inDegree": 0,
1055
- "outDegree": 7,
1056
- "centralityScore": 7,
1296
+ "outDegree": 13,
1297
+ "centralityScore": 13,
1057
1298
  "connections": [
1058
1299
  "RawEntity__types",
1059
1300
  "RawImport__types",
@@ -1061,7 +1302,13 @@
1061
1302
  "cleanDartComments__helpers",
1062
1303
  "_fileStem__helpers",
1063
1304
  "sanitizeMethodName__helpers",
1064
- "cleanRustComments__helpers"
1305
+ "cleanRustComments__helpers",
1306
+ "maskSqlComments__helpers",
1307
+ "lineOf__helpers",
1308
+ "collectCteNames__helpers",
1309
+ "collectTableRefs__helpers",
1310
+ "collectFkRefs__helpers",
1311
+ "normIdent__helpers"
1065
1312
  ]
1066
1313
  },
1067
1314
  {
@@ -1073,8 +1320,8 @@
1073
1320
  "lang": "js",
1074
1321
  "complexity": "medium",
1075
1322
  "inDegree": 0,
1076
- "outDegree": 7,
1077
- "centralityScore": 7,
1323
+ "outDegree": 13,
1324
+ "centralityScore": 13,
1078
1325
  "connections": [
1079
1326
  "RawEntity__types",
1080
1327
  "RawImport__types",
@@ -1082,7 +1329,13 @@
1082
1329
  "cleanDartComments__helpers",
1083
1330
  "_fileStem__helpers",
1084
1331
  "sanitizeMethodName__helpers",
1085
- "cleanRustComments__helpers"
1332
+ "cleanRustComments__helpers",
1333
+ "maskSqlComments__helpers",
1334
+ "lineOf__helpers",
1335
+ "collectCteNames__helpers",
1336
+ "collectTableRefs__helpers",
1337
+ "collectFkRefs__helpers",
1338
+ "normIdent__helpers"
1086
1339
  ]
1087
1340
  },
1088
1341
  {
@@ -1819,24 +2072,132 @@
1819
2072
  ]
1820
2073
  },
1821
2074
  {
1822
- "id": "SwiftGraphNode__types",
1823
- "name": "SwiftGraphNode",
1824
- "type": "interface",
1825
- "file": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/swift/types.ts",
1826
- "line": 3,
2075
+ "id": "lineOf__helpers",
2076
+ "name": "lineOf",
2077
+ "type": "function",
2078
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/sql/helpers.ts",
2079
+ "line": 23,
1827
2080
  "lang": "js",
1828
2081
  "complexity": "low",
1829
- "inDegree": 0,
1830
- "outDegree": 0,
1831
- "centralityScore": 0,
1832
- "connections": []
2082
+ "inDegree": 3,
2083
+ "outDegree": 1,
2084
+ "centralityScore": 7,
2085
+ "connections": [
2086
+ "extractEntities__extractor",
2087
+ "extractImports__extractor",
2088
+ "extractExports__extractor",
2089
+ "RawEntity__types"
2090
+ ]
1833
2091
  },
1834
2092
  {
1835
- "id": "SwiftGraphEdge__types",
1836
- "name": "SwiftGraphEdge",
1837
- "type": "interface",
1838
- "file": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/swift/types.ts",
1839
- "line": 11,
2093
+ "id": "normIdent__helpers",
2094
+ "name": "normIdent",
2095
+ "type": "function",
2096
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/sql/helpers.ts",
2097
+ "line": 32,
2098
+ "lang": "js",
2099
+ "complexity": "low",
2100
+ "inDegree": 3,
2101
+ "outDegree": 1,
2102
+ "centralityScore": 7,
2103
+ "connections": [
2104
+ "extractEntities__extractor",
2105
+ "extractImports__extractor",
2106
+ "extractExports__extractor",
2107
+ "RawEntity__types"
2108
+ ]
2109
+ },
2110
+ {
2111
+ "id": "maskSqlComments__helpers",
2112
+ "name": "maskSqlComments",
2113
+ "type": "function",
2114
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/sql/helpers.ts",
2115
+ "line": 61,
2116
+ "lang": "js",
2117
+ "complexity": "high",
2118
+ "inDegree": 3,
2119
+ "outDegree": 1,
2120
+ "centralityScore": 7,
2121
+ "connections": [
2122
+ "extractEntities__extractor",
2123
+ "extractImports__extractor",
2124
+ "extractExports__extractor",
2125
+ "RawEntity__types"
2126
+ ]
2127
+ },
2128
+ {
2129
+ "id": "collectCteNames__helpers",
2130
+ "name": "collectCteNames",
2131
+ "type": "function",
2132
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/sql/helpers.ts",
2133
+ "line": 146,
2134
+ "lang": "js",
2135
+ "complexity": "low",
2136
+ "inDegree": 3,
2137
+ "outDegree": 1,
2138
+ "centralityScore": 7,
2139
+ "connections": [
2140
+ "extractEntities__extractor",
2141
+ "extractImports__extractor",
2142
+ "extractExports__extractor",
2143
+ "RawEntity__types"
2144
+ ]
2145
+ },
2146
+ {
2147
+ "id": "collectTableRefs__helpers",
2148
+ "name": "collectTableRefs",
2149
+ "type": "function",
2150
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/sql/helpers.ts",
2151
+ "line": 159,
2152
+ "lang": "js",
2153
+ "complexity": "low",
2154
+ "inDegree": 3,
2155
+ "outDegree": 1,
2156
+ "centralityScore": 7,
2157
+ "connections": [
2158
+ "extractEntities__extractor",
2159
+ "extractImports__extractor",
2160
+ "extractExports__extractor",
2161
+ "RawEntity__types"
2162
+ ]
2163
+ },
2164
+ {
2165
+ "id": "collectFkRefs__helpers",
2166
+ "name": "collectFkRefs",
2167
+ "type": "function",
2168
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/sql/helpers.ts",
2169
+ "line": 186,
2170
+ "lang": "js",
2171
+ "complexity": "low",
2172
+ "inDegree": 3,
2173
+ "outDegree": 1,
2174
+ "centralityScore": 7,
2175
+ "connections": [
2176
+ "extractEntities__extractor",
2177
+ "extractImports__extractor",
2178
+ "extractExports__extractor",
2179
+ "RawEntity__types"
2180
+ ]
2181
+ },
2182
+ {
2183
+ "id": "SwiftGraphNode__types",
2184
+ "name": "SwiftGraphNode",
2185
+ "type": "interface",
2186
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/swift/types.ts",
2187
+ "line": 3,
2188
+ "lang": "js",
2189
+ "complexity": "low",
2190
+ "inDegree": 0,
2191
+ "outDegree": 0,
2192
+ "centralityScore": 0,
2193
+ "connections": []
2194
+ },
2195
+ {
2196
+ "id": "SwiftGraphEdge__types",
2197
+ "name": "SwiftGraphEdge",
2198
+ "type": "interface",
2199
+ "file": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/swift/types.ts",
2200
+ "line": 11,
1840
2201
  "lang": "js",
1841
2202
  "complexity": "low",
1842
2203
  "inDegree": 0,
@@ -1862,7 +2223,7 @@
1862
2223
  "name": "color",
1863
2224
  "type": "function",
1864
2225
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
1865
- "line": 37,
2226
+ "line": 38,
1866
2227
  "lang": "js",
1867
2228
  "complexity": "low",
1868
2229
  "inDegree": 0,
@@ -1884,7 +2245,7 @@
1884
2245
  "name": "getFlag",
1885
2246
  "type": "function",
1886
2247
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
1887
- "line": 57,
2248
+ "line": 58,
1888
2249
  "lang": "js",
1889
2250
  "complexity": "low",
1890
2251
  "inDegree": 0,
@@ -1906,7 +2267,7 @@
1906
2267
  "name": "printHelp",
1907
2268
  "type": "function",
1908
2269
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
1909
- "line": 65,
2270
+ "line": 66,
1910
2271
  "lang": "js",
1911
2272
  "complexity": "low",
1912
2273
  "inDegree": 0,
@@ -1928,7 +2289,7 @@
1928
2289
  "name": "printBanner",
1929
2290
  "type": "function",
1930
2291
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
1931
- "line": 117,
2292
+ "line": 118,
1932
2293
  "lang": "js",
1933
2294
  "complexity": "low",
1934
2295
  "inDegree": 0,
@@ -1950,7 +2311,7 @@
1950
2311
  "name": "printSummary",
1951
2312
  "type": "function",
1952
2313
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
1953
- "line": 133,
2314
+ "line": 134,
1954
2315
  "lang": "js",
1955
2316
  "complexity": "low",
1956
2317
  "inDegree": 0,
@@ -1972,7 +2333,7 @@
1972
2333
  "name": "printImpact",
1973
2334
  "type": "function",
1974
2335
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
1975
- "line": 157,
2336
+ "line": 158,
1976
2337
  "lang": "js",
1977
2338
  "complexity": "medium",
1978
2339
  "inDegree": 0,
@@ -1994,7 +2355,7 @@
1994
2355
  "name": "dim",
1995
2356
  "type": "function",
1996
2357
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
1997
- "line": 41,
2358
+ "line": 42,
1998
2359
  "lang": "js",
1999
2360
  "complexity": "low",
2000
2361
  "inDegree": 0,
@@ -2016,7 +2377,7 @@
2016
2377
  "name": "bold",
2017
2378
  "type": "function",
2018
2379
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
2019
- "line": 42,
2380
+ "line": 43,
2020
2381
  "lang": "js",
2021
2382
  "complexity": "low",
2022
2383
  "inDegree": 0,
@@ -2038,7 +2399,7 @@
2038
2399
  "name": "green",
2039
2400
  "type": "function",
2040
2401
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
2041
- "line": 43,
2402
+ "line": 44,
2042
2403
  "lang": "js",
2043
2404
  "complexity": "low",
2044
2405
  "inDegree": 0,
@@ -2060,7 +2421,7 @@
2060
2421
  "name": "yellow",
2061
2422
  "type": "function",
2062
2423
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
2063
- "line": 44,
2424
+ "line": 45,
2064
2425
  "lang": "js",
2065
2426
  "complexity": "low",
2066
2427
  "inDegree": 0,
@@ -2082,7 +2443,7 @@
2082
2443
  "name": "red",
2083
2444
  "type": "function",
2084
2445
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
2085
- "line": 45,
2446
+ "line": 46,
2086
2447
  "lang": "js",
2087
2448
  "complexity": "low",
2088
2449
  "inDegree": 0,
@@ -2104,7 +2465,7 @@
2104
2465
  "name": "cyan",
2105
2466
  "type": "function",
2106
2467
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
2107
- "line": 46,
2468
+ "line": 47,
2108
2469
  "lang": "js",
2109
2470
  "complexity": "low",
2110
2471
  "inDegree": 0,
@@ -2126,17 +2487,19 @@
2126
2487
  "name": "main",
2127
2488
  "type": "function",
2128
2489
  "file": "/Users/betopia/Desktop/Arafat/depgraph/src/mcp-server.ts",
2129
- "line": 132,
2490
+ "line": 174,
2130
2491
  "lang": "js",
2131
2492
  "complexity": "low",
2132
2493
  "inDegree": 0,
2133
- "outDegree": 4,
2134
- "centralityScore": 4,
2494
+ "outDegree": 6,
2495
+ "centralityScore": 6,
2135
2496
  "connections": [
2136
2497
  "analyzeProject__api",
2137
2498
  "analyzeImpact__api",
2138
2499
  "analyzeGitImpact__api",
2139
- "getGraphSummary__api"
2500
+ "getGraphSummary__api",
2501
+ "describeNode__api",
2502
+ "buildProseSummary__api"
2140
2503
  ]
2141
2504
  },
2142
2505
  {
@@ -2147,18 +2510,24 @@
2147
2510
  "line": 13,
2148
2511
  "lang": "js",
2149
2512
  "complexity": "medium",
2150
- "inDegree": 20,
2513
+ "inDegree": 26,
2151
2514
  "outDegree": 0,
2152
- "centralityScore": 40,
2515
+ "centralityScore": 52,
2153
2516
  "connections": [
2154
2517
  "buildPipeline__api",
2518
+ "buildSubgraph__api",
2519
+ "buildProseSummary__api",
2155
2520
  "analyzeProject__api",
2156
2521
  "analyzeImpact__api",
2157
2522
  "analyzeGitImpact__api",
2158
2523
  "getGraphSummary__api",
2524
+ "describeNode__api",
2525
+ "AnalyzeOptions__api",
2159
2526
  "AnalyzeResult__api",
2160
2527
  "GitImpactResult__api",
2161
2528
  "GraphSummary__api",
2529
+ "NodeDescription__api",
2530
+ "Verbosity__api",
2162
2531
  "color__main",
2163
2532
  "getFlag__main",
2164
2533
  "printHelp__main",
@@ -2181,19 +2550,25 @@
2181
2550
  "line": 35,
2182
2551
  "lang": "js",
2183
2552
  "complexity": "low",
2184
- "inDegree": 21,
2553
+ "inDegree": 27,
2185
2554
  "outDegree": 1,
2186
- "centralityScore": 43,
2555
+ "centralityScore": 55,
2187
2556
  "connections": [
2188
2557
  "GET__users__gitdiff_test",
2189
2558
  "buildPipeline__api",
2559
+ "buildSubgraph__api",
2560
+ "buildProseSummary__api",
2190
2561
  "analyzeProject__api",
2191
2562
  "analyzeImpact__api",
2192
2563
  "analyzeGitImpact__api",
2193
2564
  "getGraphSummary__api",
2565
+ "describeNode__api",
2566
+ "AnalyzeOptions__api",
2194
2567
  "AnalyzeResult__api",
2195
2568
  "GitImpactResult__api",
2196
2569
  "GraphSummary__api",
2570
+ "NodeDescription__api",
2571
+ "Verbosity__api",
2197
2572
  "color__main",
2198
2573
  "getFlag__main",
2199
2574
  "printHelp__main",
@@ -2277,18 +2652,24 @@
2277
2652
  "line": 7,
2278
2653
  "lang": "js",
2279
2654
  "complexity": "low",
2280
- "inDegree": 8,
2655
+ "inDegree": 14,
2281
2656
  "outDegree": 1,
2282
- "centralityScore": 17,
2657
+ "centralityScore": 29,
2283
2658
  "connections": [
2284
2659
  "buildPipeline__api",
2660
+ "buildSubgraph__api",
2661
+ "buildProseSummary__api",
2285
2662
  "analyzeProject__api",
2286
2663
  "analyzeImpact__api",
2287
2664
  "analyzeGitImpact__api",
2288
2665
  "getGraphSummary__api",
2666
+ "describeNode__api",
2667
+ "AnalyzeOptions__api",
2289
2668
  "AnalyzeResult__api",
2290
2669
  "GitImpactResult__api",
2291
2670
  "GraphSummary__api",
2671
+ "NodeDescription__api",
2672
+ "Verbosity__api",
2292
2673
  "getLanguageParser__registry"
2293
2674
  ]
2294
2675
  },
@@ -2300,18 +2681,24 @@
2300
2681
  "line": 14,
2301
2682
  "lang": "js",
2302
2683
  "complexity": "low",
2303
- "inDegree": 8,
2684
+ "inDegree": 14,
2304
2685
  "outDegree": 1,
2305
- "centralityScore": 17,
2686
+ "centralityScore": 29,
2306
2687
  "connections": [
2307
2688
  "buildPipeline__api",
2689
+ "buildSubgraph__api",
2690
+ "buildProseSummary__api",
2308
2691
  "analyzeProject__api",
2309
2692
  "analyzeImpact__api",
2310
2693
  "analyzeGitImpact__api",
2311
2694
  "getGraphSummary__api",
2695
+ "describeNode__api",
2696
+ "AnalyzeOptions__api",
2312
2697
  "AnalyzeResult__api",
2313
2698
  "GitImpactResult__api",
2314
2699
  "GraphSummary__api",
2700
+ "NodeDescription__api",
2701
+ "Verbosity__api",
2315
2702
  "getLanguageParser__registry"
2316
2703
  ]
2317
2704
  },
@@ -2323,9 +2710,9 @@
2323
2710
  "line": 11,
2324
2711
  "lang": "js",
2325
2712
  "complexity": "high",
2326
- "inDegree": 34,
2713
+ "inDegree": 40,
2327
2714
  "outDegree": 4,
2328
- "centralityScore": 72,
2715
+ "centralityScore": 84,
2329
2716
  "connections": [
2330
2717
  "Calculator__dart_test",
2331
2718
  "PublicClass__dart_test",
@@ -2342,13 +2729,19 @@
2342
2729
  "class__dart_test",
2343
2730
  "makeId__graph_test",
2344
2731
  "buildPipeline__api",
2732
+ "buildSubgraph__api",
2733
+ "buildProseSummary__api",
2345
2734
  "analyzeProject__api",
2346
2735
  "analyzeImpact__api",
2347
2736
  "analyzeGitImpact__api",
2348
2737
  "getGraphSummary__api",
2738
+ "describeNode__api",
2739
+ "AnalyzeOptions__api",
2349
2740
  "AnalyzeResult__api",
2350
2741
  "GitImpactResult__api",
2351
2742
  "GraphSummary__api",
2743
+ "NodeDescription__api",
2744
+ "Verbosity__api",
2352
2745
  "color__main",
2353
2746
  "getFlag__main",
2354
2747
  "printHelp__main",
@@ -2411,19 +2804,25 @@
2411
2804
  "line": 14,
2412
2805
  "lang": "js",
2413
2806
  "complexity": "medium",
2414
- "inDegree": 21,
2807
+ "inDegree": 27,
2415
2808
  "outDegree": 3,
2416
- "centralityScore": 45,
2809
+ "centralityScore": 57,
2417
2810
  "connections": [
2418
2811
  "createMockNode__impact_test",
2419
2812
  "buildPipeline__api",
2813
+ "buildSubgraph__api",
2814
+ "buildProseSummary__api",
2420
2815
  "analyzeProject__api",
2421
2816
  "analyzeImpact__api",
2422
2817
  "analyzeGitImpact__api",
2423
2818
  "getGraphSummary__api",
2819
+ "describeNode__api",
2820
+ "AnalyzeOptions__api",
2424
2821
  "AnalyzeResult__api",
2425
2822
  "GitImpactResult__api",
2426
2823
  "GraphSummary__api",
2824
+ "NodeDescription__api",
2825
+ "Verbosity__api",
2427
2826
  "color__main",
2428
2827
  "getFlag__main",
2429
2828
  "printHelp__main",
@@ -2602,19 +3001,25 @@
2602
3001
  "line": 10,
2603
3002
  "lang": "js",
2604
3003
  "complexity": "medium",
2605
- "inDegree": 21,
3004
+ "inDegree": 27,
2606
3005
  "outDegree": 2,
2607
- "centralityScore": 44,
3006
+ "centralityScore": 56,
2608
3007
  "connections": [
2609
3008
  "createMockNode__metrics_test",
2610
3009
  "buildPipeline__api",
3010
+ "buildSubgraph__api",
3011
+ "buildProseSummary__api",
2611
3012
  "analyzeProject__api",
2612
3013
  "analyzeImpact__api",
2613
3014
  "analyzeGitImpact__api",
2614
3015
  "getGraphSummary__api",
3016
+ "describeNode__api",
3017
+ "AnalyzeOptions__api",
2615
3018
  "AnalyzeResult__api",
2616
3019
  "GitImpactResult__api",
2617
3020
  "GraphSummary__api",
3021
+ "NodeDescription__api",
3022
+ "Verbosity__api",
2618
3023
  "color__main",
2619
3024
  "getFlag__main",
2620
3025
  "printHelp__main",
@@ -2639,19 +3044,25 @@
2639
3044
  "line": 43,
2640
3045
  "lang": "js",
2641
3046
  "complexity": "low",
2642
- "inDegree": 10,
3047
+ "inDegree": 16,
2643
3048
  "outDegree": 2,
2644
- "centralityScore": 22,
3049
+ "centralityScore": 34,
2645
3050
  "connections": [
2646
3051
  "createMockNode__metrics_test",
2647
3052
  "buildPipeline__api",
3053
+ "buildSubgraph__api",
3054
+ "buildProseSummary__api",
2648
3055
  "analyzeProject__api",
2649
3056
  "analyzeImpact__api",
2650
3057
  "analyzeGitImpact__api",
2651
3058
  "getGraphSummary__api",
3059
+ "describeNode__api",
3060
+ "AnalyzeOptions__api",
2652
3061
  "AnalyzeResult__api",
2653
3062
  "GitImpactResult__api",
2654
3063
  "GraphSummary__api",
3064
+ "NodeDescription__api",
3065
+ "Verbosity__api",
2655
3066
  "DepGraph__types",
2656
3067
  "DepNode__types",
2657
3068
  "writeOutput__output"
@@ -2665,19 +3076,25 @@
2665
3076
  "line": 58,
2666
3077
  "lang": "js",
2667
3078
  "complexity": "low",
2668
- "inDegree": 10,
3079
+ "inDegree": 16,
2669
3080
  "outDegree": 2,
2670
- "centralityScore": 22,
3081
+ "centralityScore": 34,
2671
3082
  "connections": [
2672
3083
  "createMockNode__metrics_test",
2673
3084
  "buildPipeline__api",
3085
+ "buildSubgraph__api",
3086
+ "buildProseSummary__api",
2674
3087
  "analyzeProject__api",
2675
3088
  "analyzeImpact__api",
2676
3089
  "analyzeGitImpact__api",
2677
3090
  "getGraphSummary__api",
3091
+ "describeNode__api",
3092
+ "AnalyzeOptions__api",
2678
3093
  "AnalyzeResult__api",
2679
3094
  "GitImpactResult__api",
2680
3095
  "GraphSummary__api",
3096
+ "NodeDescription__api",
3097
+ "Verbosity__api",
2681
3098
  "DepGraph__types",
2682
3099
  "DepNode__types",
2683
3100
  "writeOutput__output"
@@ -2691,19 +3108,25 @@
2691
3108
  "line": 73,
2692
3109
  "lang": "js",
2693
3110
  "complexity": "low",
2694
- "inDegree": 10,
3111
+ "inDegree": 16,
2695
3112
  "outDegree": 2,
2696
- "centralityScore": 22,
3113
+ "centralityScore": 34,
2697
3114
  "connections": [
2698
3115
  "createMockNode__metrics_test",
2699
3116
  "buildPipeline__api",
3117
+ "buildSubgraph__api",
3118
+ "buildProseSummary__api",
2700
3119
  "analyzeProject__api",
2701
3120
  "analyzeImpact__api",
2702
3121
  "analyzeGitImpact__api",
2703
3122
  "getGraphSummary__api",
3123
+ "describeNode__api",
3124
+ "AnalyzeOptions__api",
2704
3125
  "AnalyzeResult__api",
2705
3126
  "GitImpactResult__api",
2706
3127
  "GraphSummary__api",
3128
+ "NodeDescription__api",
3129
+ "Verbosity__api",
2707
3130
  "DepGraph__types",
2708
3131
  "DepNode__types",
2709
3132
  "writeOutput__output"
@@ -2717,19 +3140,25 @@
2717
3140
  "line": 88,
2718
3141
  "lang": "js",
2719
3142
  "complexity": "low",
2720
- "inDegree": 22,
3143
+ "inDegree": 28,
2721
3144
  "outDegree": 2,
2722
- "centralityScore": 46,
3145
+ "centralityScore": 58,
2723
3146
  "connections": [
2724
3147
  "createMockNode__metrics_test",
2725
3148
  "buildPipeline__api",
3149
+ "buildSubgraph__api",
3150
+ "buildProseSummary__api",
2726
3151
  "analyzeProject__api",
2727
3152
  "analyzeImpact__api",
2728
3153
  "analyzeGitImpact__api",
2729
3154
  "getGraphSummary__api",
3155
+ "describeNode__api",
3156
+ "AnalyzeOptions__api",
2730
3157
  "AnalyzeResult__api",
2731
3158
  "GitImpactResult__api",
2732
3159
  "GraphSummary__api",
3160
+ "NodeDescription__api",
3161
+ "Verbosity__api",
2733
3162
  "color__main",
2734
3163
  "getFlag__main",
2735
3164
  "printHelp__main",
@@ -2838,18 +3267,24 @@
2838
3267
  "line": 59,
2839
3268
  "lang": "js",
2840
3269
  "complexity": "low",
2841
- "inDegree": 20,
3270
+ "inDegree": 26,
2842
3271
  "outDegree": 4,
2843
- "centralityScore": 44,
3272
+ "centralityScore": 56,
2844
3273
  "connections": [
2845
3274
  "buildPipeline__api",
3275
+ "buildSubgraph__api",
3276
+ "buildProseSummary__api",
2846
3277
  "analyzeProject__api",
2847
3278
  "analyzeImpact__api",
2848
3279
  "analyzeGitImpact__api",
2849
3280
  "getGraphSummary__api",
3281
+ "describeNode__api",
3282
+ "AnalyzeOptions__api",
2850
3283
  "AnalyzeResult__api",
2851
3284
  "GitImpactResult__api",
2852
3285
  "GraphSummary__api",
3286
+ "NodeDescription__api",
3287
+ "Verbosity__api",
2853
3288
  "color__main",
2854
3289
  "getFlag__main",
2855
3290
  "printHelp__main",
@@ -2876,9 +3311,9 @@
2876
3311
  "line": 8,
2877
3312
  "lang": "js",
2878
3313
  "complexity": "low",
2879
- "inDegree": 10,
3314
+ "inDegree": 16,
2880
3315
  "outDegree": 0,
2881
- "centralityScore": 20,
3316
+ "centralityScore": 32,
2882
3317
  "connections": [
2883
3318
  "extractEntities__extractor",
2884
3319
  "extractImports__extractor",
@@ -2888,6 +3323,12 @@
2888
3323
  "getLanguageParser__registry",
2889
3324
  "EntityPattern__registry",
2890
3325
  "LanguageParser__registry",
3326
+ "lineOf__helpers",
3327
+ "normIdent__helpers",
3328
+ "maskSqlComments__helpers",
3329
+ "collectCteNames__helpers",
3330
+ "collectTableRefs__helpers",
3331
+ "collectFkRefs__helpers",
2891
3332
  "parseFile__parser",
2892
3333
  "parseFiles__parser"
2893
3334
  ]
@@ -2945,12 +3386,26 @@
2945
3386
  "line": 52,
2946
3387
  "lang": "js",
2947
3388
  "complexity": "low",
2948
- "inDegree": 10,
3389
+ "inDegree": 24,
2949
3390
  "outDegree": 0,
2950
- "centralityScore": 20,
3391
+ "centralityScore": 48,
2951
3392
  "connections": [
2952
3393
  "createMockNode__impact_test",
2953
3394
  "createMockNode__metrics_test",
3395
+ "buildPipeline__api",
3396
+ "buildSubgraph__api",
3397
+ "buildProseSummary__api",
3398
+ "analyzeProject__api",
3399
+ "analyzeImpact__api",
3400
+ "analyzeGitImpact__api",
3401
+ "getGraphSummary__api",
3402
+ "describeNode__api",
3403
+ "AnalyzeOptions__api",
3404
+ "AnalyzeResult__api",
3405
+ "GitImpactResult__api",
3406
+ "GraphSummary__api",
3407
+ "NodeDescription__api",
3408
+ "Verbosity__api",
2954
3409
  "buildGraph__graph",
2955
3410
  "makeId__graph",
2956
3411
  "resolvePath__graph",
@@ -2986,12 +3441,26 @@
2986
3441
  "line": 100,
2987
3442
  "lang": "js",
2988
3443
  "complexity": "low",
2989
- "inDegree": 21,
3444
+ "inDegree": 35,
2990
3445
  "outDegree": 0,
2991
- "centralityScore": 42,
3446
+ "centralityScore": 70,
2992
3447
  "connections": [
2993
3448
  "createMockNode__impact_test",
2994
3449
  "createMockNode__metrics_test",
3450
+ "buildPipeline__api",
3451
+ "buildSubgraph__api",
3452
+ "buildProseSummary__api",
3453
+ "analyzeProject__api",
3454
+ "analyzeImpact__api",
3455
+ "analyzeGitImpact__api",
3456
+ "getGraphSummary__api",
3457
+ "describeNode__api",
3458
+ "AnalyzeOptions__api",
3459
+ "AnalyzeResult__api",
3460
+ "GitImpactResult__api",
3461
+ "GraphSummary__api",
3462
+ "NodeDescription__api",
3463
+ "Verbosity__api",
2995
3464
  "buildGraph__graph",
2996
3465
  "makeId__graph",
2997
3466
  "resolvePath__graph",
@@ -3045,18 +3514,24 @@
3045
3514
  "line": 132,
3046
3515
  "lang": "js",
3047
3516
  "complexity": "low",
3048
- "inDegree": 19,
3517
+ "inDegree": 25,
3049
3518
  "outDegree": 0,
3050
- "centralityScore": 38,
3519
+ "centralityScore": 50,
3051
3520
  "connections": [
3052
3521
  "buildPipeline__api",
3522
+ "buildSubgraph__api",
3523
+ "buildProseSummary__api",
3053
3524
  "analyzeProject__api",
3054
3525
  "analyzeImpact__api",
3055
3526
  "analyzeGitImpact__api",
3056
3527
  "getGraphSummary__api",
3528
+ "describeNode__api",
3529
+ "AnalyzeOptions__api",
3057
3530
  "AnalyzeResult__api",
3058
3531
  "GitImpactResult__api",
3059
3532
  "GraphSummary__api",
3533
+ "NodeDescription__api",
3534
+ "Verbosity__api",
3060
3535
  "simulateImpact__impact",
3061
3536
  "getDirectDependents__impact",
3062
3537
  "getImpactLevel__impact",
@@ -3078,18 +3553,24 @@
3078
3553
  "line": 154,
3079
3554
  "lang": "js",
3080
3555
  "complexity": "low",
3081
- "inDegree": 9,
3556
+ "inDegree": 15,
3082
3557
  "outDegree": 0,
3083
- "centralityScore": 18,
3558
+ "centralityScore": 30,
3084
3559
  "connections": [
3085
3560
  "buildPipeline__api",
3561
+ "buildSubgraph__api",
3562
+ "buildProseSummary__api",
3086
3563
  "analyzeProject__api",
3087
3564
  "analyzeImpact__api",
3088
3565
  "analyzeGitImpact__api",
3089
3566
  "getGraphSummary__api",
3567
+ "describeNode__api",
3568
+ "AnalyzeOptions__api",
3090
3569
  "AnalyzeResult__api",
3091
3570
  "GitImpactResult__api",
3092
3571
  "GraphSummary__api",
3572
+ "NodeDescription__api",
3573
+ "Verbosity__api",
3093
3574
  "writeOutput__output"
3094
3575
  ]
3095
3576
  }
@@ -3443,6 +3924,18 @@
3443
3924
  "type": "imports",
3444
3925
  "description": "buildPipeline imports collectFiles from collector.ts"
3445
3926
  },
3927
+ {
3928
+ "from": "buildSubgraph__api",
3929
+ "to": "collectFiles__collector",
3930
+ "type": "imports",
3931
+ "description": "buildSubgraph imports collectFiles from collector.ts"
3932
+ },
3933
+ {
3934
+ "from": "buildProseSummary__api",
3935
+ "to": "collectFiles__collector",
3936
+ "type": "imports",
3937
+ "description": "buildProseSummary imports collectFiles from collector.ts"
3938
+ },
3446
3939
  {
3447
3940
  "from": "analyzeProject__api",
3448
3941
  "to": "collectFiles__collector",
@@ -3467,6 +3960,18 @@
3467
3960
  "type": "imports",
3468
3961
  "description": "getGraphSummary imports collectFiles from collector.ts"
3469
3962
  },
3963
+ {
3964
+ "from": "describeNode__api",
3965
+ "to": "collectFiles__collector",
3966
+ "type": "imports",
3967
+ "description": "describeNode imports collectFiles from collector.ts"
3968
+ },
3969
+ {
3970
+ "from": "AnalyzeOptions__api",
3971
+ "to": "collectFiles__collector",
3972
+ "type": "imports",
3973
+ "description": "AnalyzeOptions imports collectFiles from collector.ts"
3974
+ },
3470
3975
  {
3471
3976
  "from": "AnalyzeResult__api",
3472
3977
  "to": "collectFiles__collector",
@@ -3485,12 +3990,36 @@
3485
3990
  "type": "imports",
3486
3991
  "description": "GraphSummary imports collectFiles from collector.ts"
3487
3992
  },
3993
+ {
3994
+ "from": "NodeDescription__api",
3995
+ "to": "collectFiles__collector",
3996
+ "type": "imports",
3997
+ "description": "NodeDescription imports collectFiles from collector.ts"
3998
+ },
3999
+ {
4000
+ "from": "Verbosity__api",
4001
+ "to": "collectFiles__collector",
4002
+ "type": "imports",
4003
+ "description": "Verbosity imports collectFiles from collector.ts"
4004
+ },
3488
4005
  {
3489
4006
  "from": "buildPipeline__api",
3490
4007
  "to": "parseFiles__parser",
3491
4008
  "type": "imports",
3492
4009
  "description": "buildPipeline imports parseFiles from parser.ts"
3493
4010
  },
4011
+ {
4012
+ "from": "buildSubgraph__api",
4013
+ "to": "parseFiles__parser",
4014
+ "type": "imports",
4015
+ "description": "buildSubgraph imports parseFiles from parser.ts"
4016
+ },
4017
+ {
4018
+ "from": "buildProseSummary__api",
4019
+ "to": "parseFiles__parser",
4020
+ "type": "imports",
4021
+ "description": "buildProseSummary imports parseFiles from parser.ts"
4022
+ },
3494
4023
  {
3495
4024
  "from": "analyzeProject__api",
3496
4025
  "to": "parseFiles__parser",
@@ -3515,6 +4044,18 @@
3515
4044
  "type": "imports",
3516
4045
  "description": "getGraphSummary imports parseFiles from parser.ts"
3517
4046
  },
4047
+ {
4048
+ "from": "describeNode__api",
4049
+ "to": "parseFiles__parser",
4050
+ "type": "imports",
4051
+ "description": "describeNode imports parseFiles from parser.ts"
4052
+ },
4053
+ {
4054
+ "from": "AnalyzeOptions__api",
4055
+ "to": "parseFiles__parser",
4056
+ "type": "imports",
4057
+ "description": "AnalyzeOptions imports parseFiles from parser.ts"
4058
+ },
3518
4059
  {
3519
4060
  "from": "AnalyzeResult__api",
3520
4061
  "to": "parseFiles__parser",
@@ -3533,12 +4074,36 @@
3533
4074
  "type": "imports",
3534
4075
  "description": "GraphSummary imports parseFiles from parser.ts"
3535
4076
  },
4077
+ {
4078
+ "from": "NodeDescription__api",
4079
+ "to": "parseFiles__parser",
4080
+ "type": "imports",
4081
+ "description": "NodeDescription imports parseFiles from parser.ts"
4082
+ },
4083
+ {
4084
+ "from": "Verbosity__api",
4085
+ "to": "parseFiles__parser",
4086
+ "type": "imports",
4087
+ "description": "Verbosity imports parseFiles from parser.ts"
4088
+ },
3536
4089
  {
3537
4090
  "from": "buildPipeline__api",
3538
4091
  "to": "buildGraph__graph",
3539
4092
  "type": "imports",
3540
4093
  "description": "buildPipeline imports buildGraph from graph.ts"
3541
4094
  },
4095
+ {
4096
+ "from": "buildSubgraph__api",
4097
+ "to": "buildGraph__graph",
4098
+ "type": "imports",
4099
+ "description": "buildSubgraph imports buildGraph from graph.ts"
4100
+ },
4101
+ {
4102
+ "from": "buildProseSummary__api",
4103
+ "to": "buildGraph__graph",
4104
+ "type": "imports",
4105
+ "description": "buildProseSummary imports buildGraph from graph.ts"
4106
+ },
3542
4107
  {
3543
4108
  "from": "analyzeProject__api",
3544
4109
  "to": "buildGraph__graph",
@@ -3563,6 +4128,18 @@
3563
4128
  "type": "imports",
3564
4129
  "description": "getGraphSummary imports buildGraph from graph.ts"
3565
4130
  },
4131
+ {
4132
+ "from": "describeNode__api",
4133
+ "to": "buildGraph__graph",
4134
+ "type": "imports",
4135
+ "description": "describeNode imports buildGraph from graph.ts"
4136
+ },
4137
+ {
4138
+ "from": "AnalyzeOptions__api",
4139
+ "to": "buildGraph__graph",
4140
+ "type": "imports",
4141
+ "description": "AnalyzeOptions imports buildGraph from graph.ts"
4142
+ },
3566
4143
  {
3567
4144
  "from": "AnalyzeResult__api",
3568
4145
  "to": "buildGraph__graph",
@@ -3581,12 +4158,36 @@
3581
4158
  "type": "imports",
3582
4159
  "description": "GraphSummary imports buildGraph from graph.ts"
3583
4160
  },
4161
+ {
4162
+ "from": "NodeDescription__api",
4163
+ "to": "buildGraph__graph",
4164
+ "type": "imports",
4165
+ "description": "NodeDescription imports buildGraph from graph.ts"
4166
+ },
4167
+ {
4168
+ "from": "Verbosity__api",
4169
+ "to": "buildGraph__graph",
4170
+ "type": "imports",
4171
+ "description": "Verbosity imports buildGraph from graph.ts"
4172
+ },
3584
4173
  {
3585
4174
  "from": "buildPipeline__api",
3586
4175
  "to": "computeMetrics__metrics",
3587
4176
  "type": "imports",
3588
4177
  "description": "buildPipeline imports computeMetrics from metrics.ts"
3589
4178
  },
4179
+ {
4180
+ "from": "buildSubgraph__api",
4181
+ "to": "computeMetrics__metrics",
4182
+ "type": "imports",
4183
+ "description": "buildSubgraph imports computeMetrics from metrics.ts"
4184
+ },
4185
+ {
4186
+ "from": "buildProseSummary__api",
4187
+ "to": "computeMetrics__metrics",
4188
+ "type": "imports",
4189
+ "description": "buildProseSummary imports computeMetrics from metrics.ts"
4190
+ },
3590
4191
  {
3591
4192
  "from": "analyzeProject__api",
3592
4193
  "to": "computeMetrics__metrics",
@@ -3611,6 +4212,18 @@
3611
4212
  "type": "imports",
3612
4213
  "description": "getGraphSummary imports computeMetrics from metrics.ts"
3613
4214
  },
4215
+ {
4216
+ "from": "describeNode__api",
4217
+ "to": "computeMetrics__metrics",
4218
+ "type": "imports",
4219
+ "description": "describeNode imports computeMetrics from metrics.ts"
4220
+ },
4221
+ {
4222
+ "from": "AnalyzeOptions__api",
4223
+ "to": "computeMetrics__metrics",
4224
+ "type": "imports",
4225
+ "description": "AnalyzeOptions imports computeMetrics from metrics.ts"
4226
+ },
3614
4227
  {
3615
4228
  "from": "AnalyzeResult__api",
3616
4229
  "to": "computeMetrics__metrics",
@@ -3629,12 +4242,36 @@
3629
4242
  "type": "imports",
3630
4243
  "description": "GraphSummary imports computeMetrics from metrics.ts"
3631
4244
  },
4245
+ {
4246
+ "from": "NodeDescription__api",
4247
+ "to": "computeMetrics__metrics",
4248
+ "type": "imports",
4249
+ "description": "NodeDescription imports computeMetrics from metrics.ts"
4250
+ },
4251
+ {
4252
+ "from": "Verbosity__api",
4253
+ "to": "computeMetrics__metrics",
4254
+ "type": "imports",
4255
+ "description": "Verbosity imports computeMetrics from metrics.ts"
4256
+ },
3632
4257
  {
3633
4258
  "from": "buildPipeline__api",
3634
4259
  "to": "getCriticalNodes__metrics",
3635
4260
  "type": "imports",
3636
4261
  "description": "buildPipeline imports getCriticalNodes from metrics.ts"
3637
4262
  },
4263
+ {
4264
+ "from": "buildSubgraph__api",
4265
+ "to": "getCriticalNodes__metrics",
4266
+ "type": "imports",
4267
+ "description": "buildSubgraph imports getCriticalNodes from metrics.ts"
4268
+ },
4269
+ {
4270
+ "from": "buildProseSummary__api",
4271
+ "to": "getCriticalNodes__metrics",
4272
+ "type": "imports",
4273
+ "description": "buildProseSummary imports getCriticalNodes from metrics.ts"
4274
+ },
3638
4275
  {
3639
4276
  "from": "analyzeProject__api",
3640
4277
  "to": "getCriticalNodes__metrics",
@@ -3659,6 +4296,18 @@
3659
4296
  "type": "imports",
3660
4297
  "description": "getGraphSummary imports getCriticalNodes from metrics.ts"
3661
4298
  },
4299
+ {
4300
+ "from": "describeNode__api",
4301
+ "to": "getCriticalNodes__metrics",
4302
+ "type": "imports",
4303
+ "description": "describeNode imports getCriticalNodes from metrics.ts"
4304
+ },
4305
+ {
4306
+ "from": "AnalyzeOptions__api",
4307
+ "to": "getCriticalNodes__metrics",
4308
+ "type": "imports",
4309
+ "description": "AnalyzeOptions imports getCriticalNodes from metrics.ts"
4310
+ },
3662
4311
  {
3663
4312
  "from": "AnalyzeResult__api",
3664
4313
  "to": "getCriticalNodes__metrics",
@@ -3678,35 +4327,71 @@
3678
4327
  "description": "GraphSummary imports getCriticalNodes from metrics.ts"
3679
4328
  },
3680
4329
  {
3681
- "from": "buildPipeline__api",
3682
- "to": "getEntryPoints__metrics",
4330
+ "from": "NodeDescription__api",
4331
+ "to": "getCriticalNodes__metrics",
3683
4332
  "type": "imports",
3684
- "description": "buildPipeline imports getEntryPoints from metrics.ts"
4333
+ "description": "NodeDescription imports getCriticalNodes from metrics.ts"
3685
4334
  },
3686
4335
  {
3687
- "from": "analyzeProject__api",
3688
- "to": "getEntryPoints__metrics",
4336
+ "from": "Verbosity__api",
4337
+ "to": "getCriticalNodes__metrics",
3689
4338
  "type": "imports",
3690
- "description": "analyzeProject imports getEntryPoints from metrics.ts"
4339
+ "description": "Verbosity imports getCriticalNodes from metrics.ts"
3691
4340
  },
3692
4341
  {
3693
- "from": "analyzeImpact__api",
4342
+ "from": "buildPipeline__api",
3694
4343
  "to": "getEntryPoints__metrics",
3695
4344
  "type": "imports",
3696
- "description": "analyzeImpact imports getEntryPoints from metrics.ts"
4345
+ "description": "buildPipeline imports getEntryPoints from metrics.ts"
3697
4346
  },
3698
4347
  {
3699
- "from": "analyzeGitImpact__api",
4348
+ "from": "buildSubgraph__api",
3700
4349
  "to": "getEntryPoints__metrics",
3701
4350
  "type": "imports",
3702
- "description": "analyzeGitImpact imports getEntryPoints from metrics.ts"
4351
+ "description": "buildSubgraph imports getEntryPoints from metrics.ts"
3703
4352
  },
3704
4353
  {
3705
- "from": "getGraphSummary__api",
4354
+ "from": "buildProseSummary__api",
4355
+ "to": "getEntryPoints__metrics",
4356
+ "type": "imports",
4357
+ "description": "buildProseSummary imports getEntryPoints from metrics.ts"
4358
+ },
4359
+ {
4360
+ "from": "analyzeProject__api",
4361
+ "to": "getEntryPoints__metrics",
4362
+ "type": "imports",
4363
+ "description": "analyzeProject imports getEntryPoints from metrics.ts"
4364
+ },
4365
+ {
4366
+ "from": "analyzeImpact__api",
4367
+ "to": "getEntryPoints__metrics",
4368
+ "type": "imports",
4369
+ "description": "analyzeImpact imports getEntryPoints from metrics.ts"
4370
+ },
4371
+ {
4372
+ "from": "analyzeGitImpact__api",
4373
+ "to": "getEntryPoints__metrics",
4374
+ "type": "imports",
4375
+ "description": "analyzeGitImpact imports getEntryPoints from metrics.ts"
4376
+ },
4377
+ {
4378
+ "from": "getGraphSummary__api",
3706
4379
  "to": "getEntryPoints__metrics",
3707
4380
  "type": "imports",
3708
4381
  "description": "getGraphSummary imports getEntryPoints from metrics.ts"
3709
4382
  },
4383
+ {
4384
+ "from": "describeNode__api",
4385
+ "to": "getEntryPoints__metrics",
4386
+ "type": "imports",
4387
+ "description": "describeNode imports getEntryPoints from metrics.ts"
4388
+ },
4389
+ {
4390
+ "from": "AnalyzeOptions__api",
4391
+ "to": "getEntryPoints__metrics",
4392
+ "type": "imports",
4393
+ "description": "AnalyzeOptions imports getEntryPoints from metrics.ts"
4394
+ },
3710
4395
  {
3711
4396
  "from": "AnalyzeResult__api",
3712
4397
  "to": "getEntryPoints__metrics",
@@ -3725,12 +4410,36 @@
3725
4410
  "type": "imports",
3726
4411
  "description": "GraphSummary imports getEntryPoints from metrics.ts"
3727
4412
  },
4413
+ {
4414
+ "from": "NodeDescription__api",
4415
+ "to": "getEntryPoints__metrics",
4416
+ "type": "imports",
4417
+ "description": "NodeDescription imports getEntryPoints from metrics.ts"
4418
+ },
4419
+ {
4420
+ "from": "Verbosity__api",
4421
+ "to": "getEntryPoints__metrics",
4422
+ "type": "imports",
4423
+ "description": "Verbosity imports getEntryPoints from metrics.ts"
4424
+ },
3728
4425
  {
3729
4426
  "from": "buildPipeline__api",
3730
4427
  "to": "getLeafNodes__metrics",
3731
4428
  "type": "imports",
3732
4429
  "description": "buildPipeline imports getLeafNodes from metrics.ts"
3733
4430
  },
4431
+ {
4432
+ "from": "buildSubgraph__api",
4433
+ "to": "getLeafNodes__metrics",
4434
+ "type": "imports",
4435
+ "description": "buildSubgraph imports getLeafNodes from metrics.ts"
4436
+ },
4437
+ {
4438
+ "from": "buildProseSummary__api",
4439
+ "to": "getLeafNodes__metrics",
4440
+ "type": "imports",
4441
+ "description": "buildProseSummary imports getLeafNodes from metrics.ts"
4442
+ },
3734
4443
  {
3735
4444
  "from": "analyzeProject__api",
3736
4445
  "to": "getLeafNodes__metrics",
@@ -3755,6 +4464,18 @@
3755
4464
  "type": "imports",
3756
4465
  "description": "getGraphSummary imports getLeafNodes from metrics.ts"
3757
4466
  },
4467
+ {
4468
+ "from": "describeNode__api",
4469
+ "to": "getLeafNodes__metrics",
4470
+ "type": "imports",
4471
+ "description": "describeNode imports getLeafNodes from metrics.ts"
4472
+ },
4473
+ {
4474
+ "from": "AnalyzeOptions__api",
4475
+ "to": "getLeafNodes__metrics",
4476
+ "type": "imports",
4477
+ "description": "AnalyzeOptions imports getLeafNodes from metrics.ts"
4478
+ },
3758
4479
  {
3759
4480
  "from": "AnalyzeResult__api",
3760
4481
  "to": "getLeafNodes__metrics",
@@ -3773,12 +4494,36 @@
3773
4494
  "type": "imports",
3774
4495
  "description": "GraphSummary imports getLeafNodes from metrics.ts"
3775
4496
  },
4497
+ {
4498
+ "from": "NodeDescription__api",
4499
+ "to": "getLeafNodes__metrics",
4500
+ "type": "imports",
4501
+ "description": "NodeDescription imports getLeafNodes from metrics.ts"
4502
+ },
4503
+ {
4504
+ "from": "Verbosity__api",
4505
+ "to": "getLeafNodes__metrics",
4506
+ "type": "imports",
4507
+ "description": "Verbosity imports getLeafNodes from metrics.ts"
4508
+ },
3776
4509
  {
3777
4510
  "from": "buildPipeline__api",
3778
4511
  "to": "getIsolatedNodes__metrics",
3779
4512
  "type": "imports",
3780
4513
  "description": "buildPipeline imports getIsolatedNodes from metrics.ts"
3781
4514
  },
4515
+ {
4516
+ "from": "buildSubgraph__api",
4517
+ "to": "getIsolatedNodes__metrics",
4518
+ "type": "imports",
4519
+ "description": "buildSubgraph imports getIsolatedNodes from metrics.ts"
4520
+ },
4521
+ {
4522
+ "from": "buildProseSummary__api",
4523
+ "to": "getIsolatedNodes__metrics",
4524
+ "type": "imports",
4525
+ "description": "buildProseSummary imports getIsolatedNodes from metrics.ts"
4526
+ },
3782
4527
  {
3783
4528
  "from": "analyzeProject__api",
3784
4529
  "to": "getIsolatedNodes__metrics",
@@ -3803,6 +4548,18 @@
3803
4548
  "type": "imports",
3804
4549
  "description": "getGraphSummary imports getIsolatedNodes from metrics.ts"
3805
4550
  },
4551
+ {
4552
+ "from": "describeNode__api",
4553
+ "to": "getIsolatedNodes__metrics",
4554
+ "type": "imports",
4555
+ "description": "describeNode imports getIsolatedNodes from metrics.ts"
4556
+ },
4557
+ {
4558
+ "from": "AnalyzeOptions__api",
4559
+ "to": "getIsolatedNodes__metrics",
4560
+ "type": "imports",
4561
+ "description": "AnalyzeOptions imports getIsolatedNodes from metrics.ts"
4562
+ },
3806
4563
  {
3807
4564
  "from": "AnalyzeResult__api",
3808
4565
  "to": "getIsolatedNodes__metrics",
@@ -3821,12 +4578,36 @@
3821
4578
  "type": "imports",
3822
4579
  "description": "GraphSummary imports getIsolatedNodes from metrics.ts"
3823
4580
  },
4581
+ {
4582
+ "from": "NodeDescription__api",
4583
+ "to": "getIsolatedNodes__metrics",
4584
+ "type": "imports",
4585
+ "description": "NodeDescription imports getIsolatedNodes from metrics.ts"
4586
+ },
4587
+ {
4588
+ "from": "Verbosity__api",
4589
+ "to": "getIsolatedNodes__metrics",
4590
+ "type": "imports",
4591
+ "description": "Verbosity imports getIsolatedNodes from metrics.ts"
4592
+ },
3824
4593
  {
3825
4594
  "from": "buildPipeline__api",
3826
4595
  "to": "simulateImpact__impact",
3827
4596
  "type": "imports",
3828
4597
  "description": "buildPipeline imports simulateImpact from impact.ts"
3829
4598
  },
4599
+ {
4600
+ "from": "buildSubgraph__api",
4601
+ "to": "simulateImpact__impact",
4602
+ "type": "imports",
4603
+ "description": "buildSubgraph imports simulateImpact from impact.ts"
4604
+ },
4605
+ {
4606
+ "from": "buildProseSummary__api",
4607
+ "to": "simulateImpact__impact",
4608
+ "type": "imports",
4609
+ "description": "buildProseSummary imports simulateImpact from impact.ts"
4610
+ },
3830
4611
  {
3831
4612
  "from": "analyzeProject__api",
3832
4613
  "to": "simulateImpact__impact",
@@ -3851,6 +4632,18 @@
3851
4632
  "type": "imports",
3852
4633
  "description": "getGraphSummary imports simulateImpact from impact.ts"
3853
4634
  },
4635
+ {
4636
+ "from": "describeNode__api",
4637
+ "to": "simulateImpact__impact",
4638
+ "type": "imports",
4639
+ "description": "describeNode imports simulateImpact from impact.ts"
4640
+ },
4641
+ {
4642
+ "from": "AnalyzeOptions__api",
4643
+ "to": "simulateImpact__impact",
4644
+ "type": "imports",
4645
+ "description": "AnalyzeOptions imports simulateImpact from impact.ts"
4646
+ },
3854
4647
  {
3855
4648
  "from": "AnalyzeResult__api",
3856
4649
  "to": "simulateImpact__impact",
@@ -3869,12 +4662,36 @@
3869
4662
  "type": "imports",
3870
4663
  "description": "GraphSummary imports simulateImpact from impact.ts"
3871
4664
  },
4665
+ {
4666
+ "from": "NodeDescription__api",
4667
+ "to": "simulateImpact__impact",
4668
+ "type": "imports",
4669
+ "description": "NodeDescription imports simulateImpact from impact.ts"
4670
+ },
4671
+ {
4672
+ "from": "Verbosity__api",
4673
+ "to": "simulateImpact__impact",
4674
+ "type": "imports",
4675
+ "description": "Verbosity imports simulateImpact from impact.ts"
4676
+ },
3872
4677
  {
3873
4678
  "from": "buildPipeline__api",
3874
4679
  "to": "getChangedEntities__gitdiff",
3875
4680
  "type": "imports",
3876
4681
  "description": "buildPipeline imports getChangedEntities from gitdiff.ts"
3877
4682
  },
4683
+ {
4684
+ "from": "buildSubgraph__api",
4685
+ "to": "getChangedEntities__gitdiff",
4686
+ "type": "imports",
4687
+ "description": "buildSubgraph imports getChangedEntities from gitdiff.ts"
4688
+ },
4689
+ {
4690
+ "from": "buildProseSummary__api",
4691
+ "to": "getChangedEntities__gitdiff",
4692
+ "type": "imports",
4693
+ "description": "buildProseSummary imports getChangedEntities from gitdiff.ts"
4694
+ },
3878
4695
  {
3879
4696
  "from": "analyzeProject__api",
3880
4697
  "to": "getChangedEntities__gitdiff",
@@ -3899,6 +4716,18 @@
3899
4716
  "type": "imports",
3900
4717
  "description": "getGraphSummary imports getChangedEntities from gitdiff.ts"
3901
4718
  },
4719
+ {
4720
+ "from": "describeNode__api",
4721
+ "to": "getChangedEntities__gitdiff",
4722
+ "type": "imports",
4723
+ "description": "describeNode imports getChangedEntities from gitdiff.ts"
4724
+ },
4725
+ {
4726
+ "from": "AnalyzeOptions__api",
4727
+ "to": "getChangedEntities__gitdiff",
4728
+ "type": "imports",
4729
+ "description": "AnalyzeOptions imports getChangedEntities from gitdiff.ts"
4730
+ },
3902
4731
  {
3903
4732
  "from": "AnalyzeResult__api",
3904
4733
  "to": "getChangedEntities__gitdiff",
@@ -3917,12 +4746,36 @@
3917
4746
  "type": "imports",
3918
4747
  "description": "GraphSummary imports getChangedEntities from gitdiff.ts"
3919
4748
  },
4749
+ {
4750
+ "from": "NodeDescription__api",
4751
+ "to": "getChangedEntities__gitdiff",
4752
+ "type": "imports",
4753
+ "description": "NodeDescription imports getChangedEntities from gitdiff.ts"
4754
+ },
4755
+ {
4756
+ "from": "Verbosity__api",
4757
+ "to": "getChangedEntities__gitdiff",
4758
+ "type": "imports",
4759
+ "description": "Verbosity imports getChangedEntities from gitdiff.ts"
4760
+ },
3920
4761
  {
3921
4762
  "from": "buildPipeline__api",
3922
4763
  "to": "GitDiffOptions__gitdiff",
3923
4764
  "type": "imports",
3924
4765
  "description": "buildPipeline imports GitDiffOptions from gitdiff.ts"
3925
4766
  },
4767
+ {
4768
+ "from": "buildSubgraph__api",
4769
+ "to": "GitDiffOptions__gitdiff",
4770
+ "type": "imports",
4771
+ "description": "buildSubgraph imports GitDiffOptions from gitdiff.ts"
4772
+ },
4773
+ {
4774
+ "from": "buildProseSummary__api",
4775
+ "to": "GitDiffOptions__gitdiff",
4776
+ "type": "imports",
4777
+ "description": "buildProseSummary imports GitDiffOptions from gitdiff.ts"
4778
+ },
3926
4779
  {
3927
4780
  "from": "analyzeProject__api",
3928
4781
  "to": "GitDiffOptions__gitdiff",
@@ -3947,6 +4800,18 @@
3947
4800
  "type": "imports",
3948
4801
  "description": "getGraphSummary imports GitDiffOptions from gitdiff.ts"
3949
4802
  },
4803
+ {
4804
+ "from": "describeNode__api",
4805
+ "to": "GitDiffOptions__gitdiff",
4806
+ "type": "imports",
4807
+ "description": "describeNode imports GitDiffOptions from gitdiff.ts"
4808
+ },
4809
+ {
4810
+ "from": "AnalyzeOptions__api",
4811
+ "to": "GitDiffOptions__gitdiff",
4812
+ "type": "imports",
4813
+ "description": "AnalyzeOptions imports GitDiffOptions from gitdiff.ts"
4814
+ },
3950
4815
  {
3951
4816
  "from": "AnalyzeResult__api",
3952
4817
  "to": "GitDiffOptions__gitdiff",
@@ -3965,12 +4830,36 @@
3965
4830
  "type": "imports",
3966
4831
  "description": "GraphSummary imports GitDiffOptions from gitdiff.ts"
3967
4832
  },
4833
+ {
4834
+ "from": "NodeDescription__api",
4835
+ "to": "GitDiffOptions__gitdiff",
4836
+ "type": "imports",
4837
+ "description": "NodeDescription imports GitDiffOptions from gitdiff.ts"
4838
+ },
4839
+ {
4840
+ "from": "Verbosity__api",
4841
+ "to": "GitDiffOptions__gitdiff",
4842
+ "type": "imports",
4843
+ "description": "Verbosity imports GitDiffOptions from gitdiff.ts"
4844
+ },
3968
4845
  {
3969
4846
  "from": "buildPipeline__api",
3970
4847
  "to": "ChangedEntity__gitdiff",
3971
4848
  "type": "imports",
3972
4849
  "description": "buildPipeline imports ChangedEntity from gitdiff.ts"
3973
4850
  },
4851
+ {
4852
+ "from": "buildSubgraph__api",
4853
+ "to": "ChangedEntity__gitdiff",
4854
+ "type": "imports",
4855
+ "description": "buildSubgraph imports ChangedEntity from gitdiff.ts"
4856
+ },
4857
+ {
4858
+ "from": "buildProseSummary__api",
4859
+ "to": "ChangedEntity__gitdiff",
4860
+ "type": "imports",
4861
+ "description": "buildProseSummary imports ChangedEntity from gitdiff.ts"
4862
+ },
3974
4863
  {
3975
4864
  "from": "analyzeProject__api",
3976
4865
  "to": "ChangedEntity__gitdiff",
@@ -3995,6 +4884,18 @@
3995
4884
  "type": "imports",
3996
4885
  "description": "getGraphSummary imports ChangedEntity from gitdiff.ts"
3997
4886
  },
4887
+ {
4888
+ "from": "describeNode__api",
4889
+ "to": "ChangedEntity__gitdiff",
4890
+ "type": "imports",
4891
+ "description": "describeNode imports ChangedEntity from gitdiff.ts"
4892
+ },
4893
+ {
4894
+ "from": "AnalyzeOptions__api",
4895
+ "to": "ChangedEntity__gitdiff",
4896
+ "type": "imports",
4897
+ "description": "AnalyzeOptions imports ChangedEntity from gitdiff.ts"
4898
+ },
3998
4899
  {
3999
4900
  "from": "AnalyzeResult__api",
4000
4901
  "to": "ChangedEntity__gitdiff",
@@ -4013,12 +4914,36 @@
4013
4914
  "type": "imports",
4014
4915
  "description": "GraphSummary imports ChangedEntity from gitdiff.ts"
4015
4916
  },
4917
+ {
4918
+ "from": "NodeDescription__api",
4919
+ "to": "ChangedEntity__gitdiff",
4920
+ "type": "imports",
4921
+ "description": "NodeDescription imports ChangedEntity from gitdiff.ts"
4922
+ },
4923
+ {
4924
+ "from": "Verbosity__api",
4925
+ "to": "ChangedEntity__gitdiff",
4926
+ "type": "imports",
4927
+ "description": "Verbosity imports ChangedEntity from gitdiff.ts"
4928
+ },
4016
4929
  {
4017
4930
  "from": "buildPipeline__api",
4018
4931
  "to": "ImpactReport__types",
4019
4932
  "type": "imports",
4020
4933
  "description": "buildPipeline imports ImpactReport from types.ts"
4021
4934
  },
4935
+ {
4936
+ "from": "buildSubgraph__api",
4937
+ "to": "ImpactReport__types",
4938
+ "type": "imports",
4939
+ "description": "buildSubgraph imports ImpactReport from types.ts"
4940
+ },
4941
+ {
4942
+ "from": "buildProseSummary__api",
4943
+ "to": "ImpactReport__types",
4944
+ "type": "imports",
4945
+ "description": "buildProseSummary imports ImpactReport from types.ts"
4946
+ },
4022
4947
  {
4023
4948
  "from": "analyzeProject__api",
4024
4949
  "to": "ImpactReport__types",
@@ -4043,6 +4968,18 @@
4043
4968
  "type": "imports",
4044
4969
  "description": "getGraphSummary imports ImpactReport from types.ts"
4045
4970
  },
4971
+ {
4972
+ "from": "describeNode__api",
4973
+ "to": "ImpactReport__types",
4974
+ "type": "imports",
4975
+ "description": "describeNode imports ImpactReport from types.ts"
4976
+ },
4977
+ {
4978
+ "from": "AnalyzeOptions__api",
4979
+ "to": "ImpactReport__types",
4980
+ "type": "imports",
4981
+ "description": "AnalyzeOptions imports ImpactReport from types.ts"
4982
+ },
4046
4983
  {
4047
4984
  "from": "AnalyzeResult__api",
4048
4985
  "to": "ImpactReport__types",
@@ -4061,12 +4998,36 @@
4061
4998
  "type": "imports",
4062
4999
  "description": "GraphSummary imports ImpactReport from types.ts"
4063
5000
  },
5001
+ {
5002
+ "from": "NodeDescription__api",
5003
+ "to": "ImpactReport__types",
5004
+ "type": "imports",
5005
+ "description": "NodeDescription imports ImpactReport from types.ts"
5006
+ },
5007
+ {
5008
+ "from": "Verbosity__api",
5009
+ "to": "ImpactReport__types",
5010
+ "type": "imports",
5011
+ "description": "Verbosity imports ImpactReport from types.ts"
5012
+ },
4064
5013
  {
4065
5014
  "from": "buildPipeline__api",
4066
5015
  "to": "OutputJSON__types",
4067
5016
  "type": "imports",
4068
5017
  "description": "buildPipeline imports OutputJSON from types.ts"
4069
5018
  },
5019
+ {
5020
+ "from": "buildSubgraph__api",
5021
+ "to": "OutputJSON__types",
5022
+ "type": "imports",
5023
+ "description": "buildSubgraph imports OutputJSON from types.ts"
5024
+ },
5025
+ {
5026
+ "from": "buildProseSummary__api",
5027
+ "to": "OutputJSON__types",
5028
+ "type": "imports",
5029
+ "description": "buildProseSummary imports OutputJSON from types.ts"
5030
+ },
4070
5031
  {
4071
5032
  "from": "analyzeProject__api",
4072
5033
  "to": "OutputJSON__types",
@@ -4091,6 +5052,18 @@
4091
5052
  "type": "imports",
4092
5053
  "description": "getGraphSummary imports OutputJSON from types.ts"
4093
5054
  },
5055
+ {
5056
+ "from": "describeNode__api",
5057
+ "to": "OutputJSON__types",
5058
+ "type": "imports",
5059
+ "description": "describeNode imports OutputJSON from types.ts"
5060
+ },
5061
+ {
5062
+ "from": "AnalyzeOptions__api",
5063
+ "to": "OutputJSON__types",
5064
+ "type": "imports",
5065
+ "description": "AnalyzeOptions imports OutputJSON from types.ts"
5066
+ },
4094
5067
  {
4095
5068
  "from": "AnalyzeResult__api",
4096
5069
  "to": "OutputJSON__types",
@@ -4109,6 +5082,186 @@
4109
5082
  "type": "imports",
4110
5083
  "description": "GraphSummary imports OutputJSON from types.ts"
4111
5084
  },
5085
+ {
5086
+ "from": "NodeDescription__api",
5087
+ "to": "OutputJSON__types",
5088
+ "type": "imports",
5089
+ "description": "NodeDescription imports OutputJSON from types.ts"
5090
+ },
5091
+ {
5092
+ "from": "Verbosity__api",
5093
+ "to": "OutputJSON__types",
5094
+ "type": "imports",
5095
+ "description": "Verbosity imports OutputJSON from types.ts"
5096
+ },
5097
+ {
5098
+ "from": "buildPipeline__api",
5099
+ "to": "DepGraph__types",
5100
+ "type": "imports",
5101
+ "description": "buildPipeline imports DepGraph from types.ts"
5102
+ },
5103
+ {
5104
+ "from": "buildSubgraph__api",
5105
+ "to": "DepGraph__types",
5106
+ "type": "imports",
5107
+ "description": "buildSubgraph imports DepGraph from types.ts"
5108
+ },
5109
+ {
5110
+ "from": "buildProseSummary__api",
5111
+ "to": "DepGraph__types",
5112
+ "type": "imports",
5113
+ "description": "buildProseSummary imports DepGraph from types.ts"
5114
+ },
5115
+ {
5116
+ "from": "analyzeProject__api",
5117
+ "to": "DepGraph__types",
5118
+ "type": "imports",
5119
+ "description": "analyzeProject imports DepGraph from types.ts"
5120
+ },
5121
+ {
5122
+ "from": "analyzeImpact__api",
5123
+ "to": "DepGraph__types",
5124
+ "type": "imports",
5125
+ "description": "analyzeImpact imports DepGraph from types.ts"
5126
+ },
5127
+ {
5128
+ "from": "analyzeGitImpact__api",
5129
+ "to": "DepGraph__types",
5130
+ "type": "imports",
5131
+ "description": "analyzeGitImpact imports DepGraph from types.ts"
5132
+ },
5133
+ {
5134
+ "from": "getGraphSummary__api",
5135
+ "to": "DepGraph__types",
5136
+ "type": "imports",
5137
+ "description": "getGraphSummary imports DepGraph from types.ts"
5138
+ },
5139
+ {
5140
+ "from": "describeNode__api",
5141
+ "to": "DepGraph__types",
5142
+ "type": "imports",
5143
+ "description": "describeNode imports DepGraph from types.ts"
5144
+ },
5145
+ {
5146
+ "from": "AnalyzeOptions__api",
5147
+ "to": "DepGraph__types",
5148
+ "type": "imports",
5149
+ "description": "AnalyzeOptions imports DepGraph from types.ts"
5150
+ },
5151
+ {
5152
+ "from": "AnalyzeResult__api",
5153
+ "to": "DepGraph__types",
5154
+ "type": "imports",
5155
+ "description": "AnalyzeResult imports DepGraph from types.ts"
5156
+ },
5157
+ {
5158
+ "from": "GitImpactResult__api",
5159
+ "to": "DepGraph__types",
5160
+ "type": "imports",
5161
+ "description": "GitImpactResult imports DepGraph from types.ts"
5162
+ },
5163
+ {
5164
+ "from": "GraphSummary__api",
5165
+ "to": "DepGraph__types",
5166
+ "type": "imports",
5167
+ "description": "GraphSummary imports DepGraph from types.ts"
5168
+ },
5169
+ {
5170
+ "from": "NodeDescription__api",
5171
+ "to": "DepGraph__types",
5172
+ "type": "imports",
5173
+ "description": "NodeDescription imports DepGraph from types.ts"
5174
+ },
5175
+ {
5176
+ "from": "Verbosity__api",
5177
+ "to": "DepGraph__types",
5178
+ "type": "imports",
5179
+ "description": "Verbosity imports DepGraph from types.ts"
5180
+ },
5181
+ {
5182
+ "from": "buildPipeline__api",
5183
+ "to": "DepNode__types",
5184
+ "type": "imports",
5185
+ "description": "buildPipeline imports DepNode from types.ts"
5186
+ },
5187
+ {
5188
+ "from": "buildSubgraph__api",
5189
+ "to": "DepNode__types",
5190
+ "type": "imports",
5191
+ "description": "buildSubgraph imports DepNode from types.ts"
5192
+ },
5193
+ {
5194
+ "from": "buildProseSummary__api",
5195
+ "to": "DepNode__types",
5196
+ "type": "imports",
5197
+ "description": "buildProseSummary imports DepNode from types.ts"
5198
+ },
5199
+ {
5200
+ "from": "analyzeProject__api",
5201
+ "to": "DepNode__types",
5202
+ "type": "imports",
5203
+ "description": "analyzeProject imports DepNode from types.ts"
5204
+ },
5205
+ {
5206
+ "from": "analyzeImpact__api",
5207
+ "to": "DepNode__types",
5208
+ "type": "imports",
5209
+ "description": "analyzeImpact imports DepNode from types.ts"
5210
+ },
5211
+ {
5212
+ "from": "analyzeGitImpact__api",
5213
+ "to": "DepNode__types",
5214
+ "type": "imports",
5215
+ "description": "analyzeGitImpact imports DepNode from types.ts"
5216
+ },
5217
+ {
5218
+ "from": "getGraphSummary__api",
5219
+ "to": "DepNode__types",
5220
+ "type": "imports",
5221
+ "description": "getGraphSummary imports DepNode from types.ts"
5222
+ },
5223
+ {
5224
+ "from": "describeNode__api",
5225
+ "to": "DepNode__types",
5226
+ "type": "imports",
5227
+ "description": "describeNode imports DepNode from types.ts"
5228
+ },
5229
+ {
5230
+ "from": "AnalyzeOptions__api",
5231
+ "to": "DepNode__types",
5232
+ "type": "imports",
5233
+ "description": "AnalyzeOptions imports DepNode from types.ts"
5234
+ },
5235
+ {
5236
+ "from": "AnalyzeResult__api",
5237
+ "to": "DepNode__types",
5238
+ "type": "imports",
5239
+ "description": "AnalyzeResult imports DepNode from types.ts"
5240
+ },
5241
+ {
5242
+ "from": "GitImpactResult__api",
5243
+ "to": "DepNode__types",
5244
+ "type": "imports",
5245
+ "description": "GitImpactResult imports DepNode from types.ts"
5246
+ },
5247
+ {
5248
+ "from": "GraphSummary__api",
5249
+ "to": "DepNode__types",
5250
+ "type": "imports",
5251
+ "description": "GraphSummary imports DepNode from types.ts"
5252
+ },
5253
+ {
5254
+ "from": "NodeDescription__api",
5255
+ "to": "DepNode__types",
5256
+ "type": "imports",
5257
+ "description": "NodeDescription imports DepNode from types.ts"
5258
+ },
5259
+ {
5260
+ "from": "Verbosity__api",
5261
+ "to": "DepNode__types",
5262
+ "type": "imports",
5263
+ "description": "Verbosity imports DepNode from types.ts"
5264
+ },
4112
5265
  {
4113
5266
  "from": "extractEntities__extractor",
4114
5267
  "to": "RawEntity__types",
@@ -4409,6 +5562,150 @@
4409
5562
  "type": "imports",
4410
5563
  "description": "extractRust imports _rustCollectTypeRefs from helpers.ts"
4411
5564
  },
5565
+ {
5566
+ "from": "extractEntities__extractor",
5567
+ "to": "maskSqlComments__helpers",
5568
+ "type": "imports",
5569
+ "description": "extractEntities imports maskSqlComments from helpers.ts"
5570
+ },
5571
+ {
5572
+ "from": "extractImports__extractor",
5573
+ "to": "maskSqlComments__helpers",
5574
+ "type": "imports",
5575
+ "description": "extractImports imports maskSqlComments from helpers.ts"
5576
+ },
5577
+ {
5578
+ "from": "extractExports__extractor",
5579
+ "to": "maskSqlComments__helpers",
5580
+ "type": "imports",
5581
+ "description": "extractExports imports maskSqlComments from helpers.ts"
5582
+ },
5583
+ {
5584
+ "from": "extractEntities__extractor",
5585
+ "to": "lineOf__helpers",
5586
+ "type": "imports",
5587
+ "description": "extractEntities imports lineOf from helpers.ts"
5588
+ },
5589
+ {
5590
+ "from": "extractImports__extractor",
5591
+ "to": "lineOf__helpers",
5592
+ "type": "imports",
5593
+ "description": "extractImports imports lineOf from helpers.ts"
5594
+ },
5595
+ {
5596
+ "from": "extractExports__extractor",
5597
+ "to": "lineOf__helpers",
5598
+ "type": "imports",
5599
+ "description": "extractExports imports lineOf from helpers.ts"
5600
+ },
5601
+ {
5602
+ "from": "extractEntities__extractor",
5603
+ "to": "collectCteNames__helpers",
5604
+ "type": "imports",
5605
+ "description": "extractEntities imports collectCteNames from helpers.ts"
5606
+ },
5607
+ {
5608
+ "from": "extractImports__extractor",
5609
+ "to": "collectCteNames__helpers",
5610
+ "type": "imports",
5611
+ "description": "extractImports imports collectCteNames from helpers.ts"
5612
+ },
5613
+ {
5614
+ "from": "extractExports__extractor",
5615
+ "to": "collectCteNames__helpers",
5616
+ "type": "imports",
5617
+ "description": "extractExports imports collectCteNames from helpers.ts"
5618
+ },
5619
+ {
5620
+ "from": "extractEntities__extractor",
5621
+ "to": "collectTableRefs__helpers",
5622
+ "type": "imports",
5623
+ "description": "extractEntities imports collectTableRefs from helpers.ts"
5624
+ },
5625
+ {
5626
+ "from": "extractImports__extractor",
5627
+ "to": "collectTableRefs__helpers",
5628
+ "type": "imports",
5629
+ "description": "extractImports imports collectTableRefs from helpers.ts"
5630
+ },
5631
+ {
5632
+ "from": "extractExports__extractor",
5633
+ "to": "collectTableRefs__helpers",
5634
+ "type": "imports",
5635
+ "description": "extractExports imports collectTableRefs from helpers.ts"
5636
+ },
5637
+ {
5638
+ "from": "extractEntities__extractor",
5639
+ "to": "collectFkRefs__helpers",
5640
+ "type": "imports",
5641
+ "description": "extractEntities imports collectFkRefs from helpers.ts"
5642
+ },
5643
+ {
5644
+ "from": "extractImports__extractor",
5645
+ "to": "collectFkRefs__helpers",
5646
+ "type": "imports",
5647
+ "description": "extractImports imports collectFkRefs from helpers.ts"
5648
+ },
5649
+ {
5650
+ "from": "extractExports__extractor",
5651
+ "to": "collectFkRefs__helpers",
5652
+ "type": "imports",
5653
+ "description": "extractExports imports collectFkRefs from helpers.ts"
5654
+ },
5655
+ {
5656
+ "from": "extractEntities__extractor",
5657
+ "to": "normIdent__helpers",
5658
+ "type": "imports",
5659
+ "description": "extractEntities imports normIdent from helpers.ts"
5660
+ },
5661
+ {
5662
+ "from": "extractImports__extractor",
5663
+ "to": "normIdent__helpers",
5664
+ "type": "imports",
5665
+ "description": "extractImports imports normIdent from helpers.ts"
5666
+ },
5667
+ {
5668
+ "from": "extractExports__extractor",
5669
+ "to": "normIdent__helpers",
5670
+ "type": "imports",
5671
+ "description": "extractExports imports normIdent from helpers.ts"
5672
+ },
5673
+ {
5674
+ "from": "lineOf__helpers",
5675
+ "to": "RawEntity__types",
5676
+ "type": "imports",
5677
+ "description": "lineOf imports RawEntity from types.ts"
5678
+ },
5679
+ {
5680
+ "from": "normIdent__helpers",
5681
+ "to": "RawEntity__types",
5682
+ "type": "imports",
5683
+ "description": "normIdent imports RawEntity from types.ts"
5684
+ },
5685
+ {
5686
+ "from": "maskSqlComments__helpers",
5687
+ "to": "RawEntity__types",
5688
+ "type": "imports",
5689
+ "description": "maskSqlComments imports RawEntity from types.ts"
5690
+ },
5691
+ {
5692
+ "from": "collectCteNames__helpers",
5693
+ "to": "RawEntity__types",
5694
+ "type": "imports",
5695
+ "description": "collectCteNames imports RawEntity from types.ts"
5696
+ },
5697
+ {
5698
+ "from": "collectTableRefs__helpers",
5699
+ "to": "RawEntity__types",
5700
+ "type": "imports",
5701
+ "description": "collectTableRefs imports RawEntity from types.ts"
5702
+ },
5703
+ {
5704
+ "from": "collectFkRefs__helpers",
5705
+ "to": "RawEntity__types",
5706
+ "type": "imports",
5707
+ "description": "collectFkRefs imports RawEntity from types.ts"
5708
+ },
4412
5709
  {
4413
5710
  "from": "color__main",
4414
5711
  "to": "collectFiles__collector",
@@ -5009,6 +6306,18 @@
5009
6306
  "type": "imports",
5010
6307
  "description": "main imports getGraphSummary from api.ts"
5011
6308
  },
6309
+ {
6310
+ "from": "main__mcp_server",
6311
+ "to": "describeNode__api",
6312
+ "type": "imports",
6313
+ "description": "main imports describeNode from api.ts"
6314
+ },
6315
+ {
6316
+ "from": "main__mcp_server",
6317
+ "to": "buildProseSummary__api",
6318
+ "type": "imports",
6319
+ "description": "main imports buildProseSummary from api.ts"
6320
+ },
5012
6321
  {
5013
6322
  "from": "getChangedEntities__gitdiff",
5014
6323
  "to": "getLanguageParser__registry",
@@ -5464,50 +6773,100 @@
5464
6773
  {
5465
6774
  "filePath": "/Users/betopia/Desktop/Arafat/depgraph/depgraph.js",
5466
6775
  "lang": "js",
5467
- "lines": 4348,
6776
+ "lines": 4667,
5468
6777
  "entities": [
5469
6778
  {
5470
6779
  "name": "color",
5471
6780
  "type": "function",
5472
- "line": 4159,
6781
+ "line": 4478,
5473
6782
  "complexity": "low"
5474
6783
  },
5475
6784
  {
5476
6785
  "name": "getFlag",
5477
6786
  "type": "function",
5478
- "line": 4170,
6787
+ "line": 4489,
5479
6788
  "complexity": "low"
5480
6789
  },
5481
6790
  {
5482
6791
  "name": "printHelp",
5483
6792
  "type": "function",
5484
- "line": 4174,
6793
+ "line": 4493,
5485
6794
  "complexity": "low"
5486
6795
  },
5487
6796
  {
5488
6797
  "name": "printBanner",
5489
6798
  "type": "function",
5490
- "line": 4222,
6799
+ "line": 4541,
5491
6800
  "complexity": "low"
5492
6801
  },
5493
6802
  {
5494
- "name": "printSummary",
6803
+ "name": "printSummary",
6804
+ "type": "function",
6805
+ "line": 4548,
6806
+ "complexity": "low"
6807
+ },
6808
+ {
6809
+ "name": "printImpact",
6810
+ "type": "function",
6811
+ "line": 4561,
6812
+ "complexity": "medium"
6813
+ }
6814
+ ],
6815
+ "imports": [
6816
+ {
6817
+ "source": "child_process",
6818
+ "names": [
6819
+ "child_process_1"
6820
+ ],
6821
+ "isLocal": false
6822
+ }
6823
+ ],
6824
+ "exports": []
6825
+ },
6826
+ {
6827
+ "filePath": "/Users/betopia/Desktop/Arafat/depgraph/scripts/benchmark.js",
6828
+ "lang": "js",
6829
+ "lines": 139,
6830
+ "entities": [
6831
+ {
6832
+ "name": "call",
5495
6833
  "type": "function",
5496
- "line": 4229,
6834
+ "line": 17,
5497
6835
  "complexity": "low"
5498
6836
  },
5499
6837
  {
5500
- "name": "printImpact",
6838
+ "name": "tokEst",
5501
6839
  "type": "function",
5502
- "line": 4242,
5503
- "complexity": "medium"
6840
+ "line": 43,
6841
+ "complexity": "low"
5504
6842
  }
5505
6843
  ],
5506
6844
  "imports": [
5507
6845
  {
5508
6846
  "source": "child_process",
5509
6847
  "names": [
5510
- "child_process_1"
6848
+ "execSync"
6849
+ ],
6850
+ "isLocal": false
6851
+ },
6852
+ {
6853
+ "source": "path",
6854
+ "names": [
6855
+ "path"
6856
+ ],
6857
+ "isLocal": false
6858
+ },
6859
+ {
6860
+ "source": "os",
6861
+ "names": [
6862
+ "os"
6863
+ ],
6864
+ "isLocal": false
6865
+ },
6866
+ {
6867
+ "source": "fs",
6868
+ "names": [
6869
+ "fs"
5511
6870
  ],
5512
6871
  "isLocal": false
5513
6872
  }
@@ -6397,6 +7756,34 @@
6397
7756
  ],
6398
7757
  "exports": []
6399
7758
  },
7759
+ {
7760
+ "filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/__tests__/sql.test.ts",
7761
+ "lang": "js",
7762
+ "lines": 117,
7763
+ "entities": [],
7764
+ "imports": [
7765
+ {
7766
+ "source": "vitest",
7767
+ "names": [
7768
+ "describe",
7769
+ "it",
7770
+ "expect",
7771
+ "beforeEach"
7772
+ ],
7773
+ "isLocal": false
7774
+ },
7775
+ {
7776
+ "source": "../languages/sql/extractor",
7777
+ "names": [
7778
+ "extractEntities",
7779
+ "extractImports",
7780
+ "extractExports"
7781
+ ],
7782
+ "isLocal": true
7783
+ }
7784
+ ],
7785
+ "exports": []
7786
+ },
6400
7787
  {
6401
7788
  "filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/__tests__/swift.test.ts",
6402
7789
  "lang": "js",
@@ -6448,54 +7835,90 @@
6448
7835
  {
6449
7836
  "filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
6450
7837
  "lang": "js",
6451
- "lines": 150,
7838
+ "lines": 345,
6452
7839
  "entities": [
6453
7840
  {
6454
7841
  "name": "buildPipeline",
6455
7842
  "type": "function",
6456
- "line": 60,
7843
+ "line": 110,
6457
7844
  "complexity": "low"
6458
7845
  },
7846
+ {
7847
+ "name": "buildSubgraph",
7848
+ "type": "function",
7849
+ "line": 122,
7850
+ "complexity": "high"
7851
+ },
7852
+ {
7853
+ "name": "buildProseSummary",
7854
+ "type": "function",
7855
+ "line": 157,
7856
+ "complexity": "medium"
7857
+ },
6459
7858
  {
6460
7859
  "name": "analyzeProject",
6461
7860
  "type": "function",
6462
- "line": 74,
7861
+ "line": 195,
6463
7862
  "complexity": "low"
6464
7863
  },
6465
7864
  {
6466
7865
  "name": "analyzeImpact",
6467
7866
  "type": "function",
6468
- "line": 103,
7867
+ "line": 232,
6469
7868
  "complexity": "low"
6470
7869
  },
6471
7870
  {
6472
7871
  "name": "analyzeGitImpact",
6473
7872
  "type": "function",
6474
- "line": 116,
7873
+ "line": 245,
6475
7874
  "complexity": "low"
6476
7875
  },
6477
7876
  {
6478
7877
  "name": "getGraphSummary",
6479
7878
  "type": "function",
6480
- "line": 137,
7879
+ "line": 270,
7880
+ "complexity": "low"
7881
+ },
7882
+ {
7883
+ "name": "describeNode",
7884
+ "type": "function",
7885
+ "line": 296,
7886
+ "complexity": "high"
7887
+ },
7888
+ {
7889
+ "name": "AnalyzeOptions",
7890
+ "type": "interface",
7891
+ "line": 47,
6481
7892
  "complexity": "low"
6482
7893
  },
6483
7894
  {
6484
7895
  "name": "AnalyzeResult",
6485
7896
  "type": "interface",
6486
- "line": 35,
7897
+ "line": 67,
6487
7898
  "complexity": "low"
6488
7899
  },
6489
7900
  {
6490
7901
  "name": "GitImpactResult",
6491
7902
  "type": "interface",
6492
- "line": 43,
7903
+ "line": 75,
6493
7904
  "complexity": "low"
6494
7905
  },
6495
7906
  {
6496
7907
  "name": "GraphSummary",
6497
7908
  "type": "interface",
6498
- "line": 48,
7909
+ "line": 80,
7910
+ "complexity": "low"
7911
+ },
7912
+ {
7913
+ "name": "NodeDescription",
7914
+ "type": "interface",
7915
+ "line": 90,
7916
+ "complexity": "low"
7917
+ },
7918
+ {
7919
+ "name": "Verbosity",
7920
+ "type": "type",
7921
+ "line": 42,
6499
7922
  "complexity": "low"
6500
7923
  }
6501
7924
  ],
@@ -6553,7 +7976,9 @@
6553
7976
  "source": "./types",
6554
7977
  "names": [
6555
7978
  "ImpactReport",
6556
- "OutputJSON"
7979
+ "OutputJSON",
7980
+ "DepGraph",
7981
+ "DepNode"
6557
7982
  ],
6558
7983
  "isLocal": true
6559
7984
  },
@@ -6566,13 +7991,18 @@
6566
7991
  }
6567
7992
  ],
6568
7993
  "exports": [
7994
+ "Verbosity",
7995
+ "AnalyzeOptions",
6569
7996
  "AnalyzeResult",
6570
7997
  "GitImpactResult",
6571
7998
  "GraphSummary",
7999
+ "NodeDescription",
8000
+ "buildProseSummary",
6572
8001
  "analyzeProject",
6573
8002
  "analyzeImpact",
6574
8003
  "analyzeGitImpact",
6575
- "getGraphSummary"
8004
+ "getGraphSummary",
8005
+ "describeNode"
6576
8006
  ]
6577
8007
  },
6578
8008
  {
@@ -8572,6 +10002,198 @@
8572
10002
  "RustGraphResult"
8573
10003
  ]
8574
10004
  },
10005
+ {
10006
+ "filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/sql/extractor.ts",
10007
+ "lang": "js",
10008
+ "lines": 102,
10009
+ "entities": [
10010
+ {
10011
+ "name": "extractEntities",
10012
+ "type": "function",
10013
+ "line": 20,
10014
+ "complexity": "medium"
10015
+ },
10016
+ {
10017
+ "name": "extractImports",
10018
+ "type": "function",
10019
+ "line": 57,
10020
+ "complexity": "low"
10021
+ },
10022
+ {
10023
+ "name": "extractExports",
10024
+ "type": "function",
10025
+ "line": 85,
10026
+ "complexity": "low"
10027
+ }
10028
+ ],
10029
+ "imports": [
10030
+ {
10031
+ "source": "../../types",
10032
+ "names": [
10033
+ "RawEntity",
10034
+ "RawImport"
10035
+ ],
10036
+ "isLocal": true
10037
+ },
10038
+ {
10039
+ "source": "./patterns",
10040
+ "names": [
10041
+ "sqlEntityPatterns"
10042
+ ],
10043
+ "isLocal": true
10044
+ },
10045
+ {
10046
+ "source": "./helpers",
10047
+ "names": [
10048
+ "maskSqlComments",
10049
+ "lineOf",
10050
+ "collectCteNames",
10051
+ "collectTableRefs",
10052
+ "collectFkRefs",
10053
+ "ROUTINE_RECOVERY_RX",
10054
+ "normIdent",
10055
+ ""
10056
+ ],
10057
+ "isLocal": true
10058
+ },
10059
+ {
10060
+ "source": "path",
10061
+ "names": [
10062
+ "path"
10063
+ ],
10064
+ "isLocal": false
10065
+ }
10066
+ ],
10067
+ "exports": [
10068
+ "extractEntities",
10069
+ "extractImports",
10070
+ "extractExports"
10071
+ ]
10072
+ },
10073
+ {
10074
+ "filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/sql/helpers.ts",
10075
+ "lang": "js",
10076
+ "lines": 201,
10077
+ "entities": [
10078
+ {
10079
+ "name": "lineOf",
10080
+ "type": "function",
10081
+ "line": 23,
10082
+ "complexity": "low"
10083
+ },
10084
+ {
10085
+ "name": "normIdent",
10086
+ "type": "function",
10087
+ "line": 32,
10088
+ "complexity": "low"
10089
+ },
10090
+ {
10091
+ "name": "maskSqlComments",
10092
+ "type": "function",
10093
+ "line": 61,
10094
+ "complexity": "high"
10095
+ },
10096
+ {
10097
+ "name": "collectCteNames",
10098
+ "type": "function",
10099
+ "line": 146,
10100
+ "complexity": "low"
10101
+ },
10102
+ {
10103
+ "name": "collectTableRefs",
10104
+ "type": "function",
10105
+ "line": 159,
10106
+ "complexity": "low"
10107
+ },
10108
+ {
10109
+ "name": "collectFkRefs",
10110
+ "type": "function",
10111
+ "line": 186,
10112
+ "complexity": "low"
10113
+ }
10114
+ ],
10115
+ "imports": [
10116
+ {
10117
+ "source": "../../types",
10118
+ "names": [
10119
+ "RawEntity"
10120
+ ],
10121
+ "isLocal": true
10122
+ }
10123
+ ],
10124
+ "exports": [
10125
+ "NAME_PART",
10126
+ "QUAL_NAME",
10127
+ "ROUTINE_RECOVERY_RX",
10128
+ "lineOf",
10129
+ "normIdent",
10130
+ "maskSqlComments",
10131
+ "collectCteNames",
10132
+ "collectTableRefs",
10133
+ "collectFkRefs",
10134
+ "NON_TABLES"
10135
+ ]
10136
+ },
10137
+ {
10138
+ "filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/sql/index.ts",
10139
+ "lang": "js",
10140
+ "lines": 19,
10141
+ "entities": [],
10142
+ "imports": [
10143
+ {
10144
+ "source": "../registry",
10145
+ "names": [
10146
+ "LanguageParser",
10147
+ "registerParser"
10148
+ ],
10149
+ "isLocal": true
10150
+ },
10151
+ {
10152
+ "source": "./patterns",
10153
+ "names": [
10154
+ "sqlEntityPatterns"
10155
+ ],
10156
+ "isLocal": true
10157
+ },
10158
+ {
10159
+ "source": "./extractor",
10160
+ "names": [
10161
+ "extractEntities",
10162
+ "extractImports",
10163
+ "extractExports"
10164
+ ],
10165
+ "isLocal": true
10166
+ }
10167
+ ],
10168
+ "exports": [
10169
+ "SqlParser"
10170
+ ]
10171
+ },
10172
+ {
10173
+ "filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/sql/patterns.ts",
10174
+ "lang": "js",
10175
+ "lines": 51,
10176
+ "entities": [],
10177
+ "imports": [
10178
+ {
10179
+ "source": "../registry",
10180
+ "names": [
10181
+ "EntityPattern"
10182
+ ],
10183
+ "isLocal": true
10184
+ },
10185
+ {
10186
+ "source": "./helpers",
10187
+ "names": [
10188
+ "QUAL_NAME"
10189
+ ],
10190
+ "isLocal": true
10191
+ }
10192
+ ],
10193
+ "exports": [
10194
+ "sqlEntityPatterns"
10195
+ ]
10196
+ },
8575
10197
  {
8576
10198
  "filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/languages/swift/extractor.ts",
8577
10199
  "lang": "js",
@@ -8745,78 +10367,78 @@
8745
10367
  {
8746
10368
  "filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/main.ts",
8747
10369
  "lang": "js",
8748
- "lines": 298,
10370
+ "lines": 299,
8749
10371
  "entities": [
8750
10372
  {
8751
10373
  "name": "color",
8752
10374
  "type": "function",
8753
- "line": 37,
10375
+ "line": 38,
8754
10376
  "complexity": "low"
8755
10377
  },
8756
10378
  {
8757
10379
  "name": "getFlag",
8758
10380
  "type": "function",
8759
- "line": 57,
10381
+ "line": 58,
8760
10382
  "complexity": "low"
8761
10383
  },
8762
10384
  {
8763
10385
  "name": "printHelp",
8764
10386
  "type": "function",
8765
- "line": 65,
10387
+ "line": 66,
8766
10388
  "complexity": "low"
8767
10389
  },
8768
10390
  {
8769
10391
  "name": "printBanner",
8770
10392
  "type": "function",
8771
- "line": 117,
10393
+ "line": 118,
8772
10394
  "complexity": "low"
8773
10395
  },
8774
10396
  {
8775
10397
  "name": "printSummary",
8776
10398
  "type": "function",
8777
- "line": 133,
10399
+ "line": 134,
8778
10400
  "complexity": "low"
8779
10401
  },
8780
10402
  {
8781
10403
  "name": "printImpact",
8782
10404
  "type": "function",
8783
- "line": 157,
10405
+ "line": 158,
8784
10406
  "complexity": "medium"
8785
10407
  },
8786
10408
  {
8787
10409
  "name": "dim",
8788
10410
  "type": "function",
8789
- "line": 41,
10411
+ "line": 42,
8790
10412
  "complexity": "low"
8791
10413
  },
8792
10414
  {
8793
10415
  "name": "bold",
8794
10416
  "type": "function",
8795
- "line": 42,
10417
+ "line": 43,
8796
10418
  "complexity": "low"
8797
10419
  },
8798
10420
  {
8799
10421
  "name": "green",
8800
10422
  "type": "function",
8801
- "line": 43,
10423
+ "line": 44,
8802
10424
  "complexity": "low"
8803
10425
  },
8804
10426
  {
8805
10427
  "name": "yellow",
8806
10428
  "type": "function",
8807
- "line": 44,
10429
+ "line": 45,
8808
10430
  "complexity": "low"
8809
10431
  },
8810
10432
  {
8811
10433
  "name": "red",
8812
10434
  "type": "function",
8813
- "line": 45,
10435
+ "line": 46,
8814
10436
  "complexity": "low"
8815
10437
  },
8816
10438
  {
8817
10439
  "name": "cyan",
8818
10440
  "type": "function",
8819
- "line": 46,
10441
+ "line": 47,
8820
10442
  "complexity": "low"
8821
10443
  }
8822
10444
  ],
@@ -8884,12 +10506,12 @@
8884
10506
  {
8885
10507
  "filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/mcp-server.ts",
8886
10508
  "lang": "js",
8887
- "lines": 141,
10509
+ "lines": 183,
8888
10510
  "entities": [
8889
10511
  {
8890
10512
  "name": "main",
8891
10513
  "type": "function",
8892
- "line": 132,
10514
+ "line": 174,
8893
10515
  "complexity": "low"
8894
10516
  }
8895
10517
  ],
@@ -8921,7 +10543,9 @@
8921
10543
  "analyzeProject",
8922
10544
  "analyzeImpact",
8923
10545
  "analyzeGitImpact",
8924
- "getGraphSummary"
10546
+ "getGraphSummary",
10547
+ "describeNode",
10548
+ "buildProseSummary"
8925
10549
  ],
8926
10550
  "isLocal": true
8927
10551
  },
@@ -9056,7 +10680,7 @@
9056
10680
  {
9057
10681
  "filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/stages/graph.ts",
9058
10682
  "lang": "js",
9059
- "lines": 197,
10683
+ "lines": 198,
9060
10684
  "entities": [
9061
10685
  {
9062
10686
  "name": "buildGraph",