-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchitecture-dependency-graph.dot
More file actions
553 lines (551 loc) · 22.3 KB
/
Copy patharchitecture-dependency-graph.dot
File metadata and controls
553 lines (551 loc) · 22.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
digraph spanda_arch {
rankdir=TB;
node [shape=box, fontsize=10];
"spanda-audit" [style=filled, fillcolor="#e8e8e8"];
"spanda-connectivity" [style=filled, fillcolor="#e8e8e8"];
"spanda-deploy-http" [style=filled, fillcolor="#e8e8e8"];
"spanda-ast" [style=filled, fillcolor="#d4e4ff"];
"spanda-codegen" [style=filled, fillcolor="#d4e4ff"];
"spanda-docs" [style=filled, fillcolor="#d4e4ff"];
"spanda-error" [style=filled, fillcolor="#d4e4ff"];
"spanda-format" [style=filled, fillcolor="#d4e4ff"];
"spanda-lexer" [style=filled, fillcolor="#d4e4ff"];
"spanda-lint" [style=filled, fillcolor="#d4e4ff"];
"spanda-llvm" [style=filled, fillcolor="#d4e4ff"];
"spanda-modules" [style=filled, fillcolor="#d4e4ff"];
"spanda-parser" [style=filled, fillcolor="#d4e4ff"];
"spanda-regex-lang" [style=filled, fillcolor="#d4e4ff"];
"spanda-rt" [style=filled, fillcolor="#d4e4ff"];
"spanda-sir" [style=filled, fillcolor="#d4e4ff"];
"spanda-typecheck" [style=filled, fillcolor="#d4e4ff"];
"spanda-ai" [style=filled, fillcolor="#c8f0c8"];
"spanda-bridge" [style=filled, fillcolor="#c8f0c8"];
"spanda-comm" [style=filled, fillcolor="#c8f0c8"];
"spanda-concurrency" [style=filled, fillcolor="#c8f0c8"];
"spanda-connectivity-runtime" [style=filled, fillcolor="#c8f0c8"];
"spanda-debug" [style=filled, fillcolor="#c8f0c8"];
"spanda-driver" [style=filled, fillcolor="#c8f0c8"];
"spanda-ffi" [style=filled, fillcolor="#c8f0c8"];
"spanda-hal" [style=filled, fillcolor="#c8f0c8"];
"spanda-interpreter" [style=filled, fillcolor="#c8f0c8"];
"spanda-lib-registry" [style=filled, fillcolor="#c8f0c8"];
"spanda-runtime" [style=filled, fillcolor="#c8f0c8"];
"spanda-runtime-host" [style=filled, fillcolor="#c8f0c8"];
"spanda-safety" [style=filled, fillcolor="#c8f0c8"];
"spanda-capability" [style=filled, fillcolor="#fff0c8"];
"spanda-certify" [style=filled, fillcolor="#fff0c8"];
"spanda-config" [style=filled, fillcolor="#fff0c8"];
"spanda-core" [style=filled, fillcolor="#fff0c8"];
"spanda-fleet" [style=filled, fillcolor="#fff0c8"];
"spanda-hardware" [style=filled, fillcolor="#fff0c8"];
"spanda-ota" [style=filled, fillcolor="#fff0c8"];
"spanda-package" [style=filled, fillcolor="#fff0c8"];
"spanda-providers" [style=filled, fillcolor="#fff0c8"];
"spanda-ros2-rclrs-native" [style=filled, fillcolor="#fff0c8"];
"spanda-transport" [style=filled, fillcolor="#fff0c8"];
"spanda-transport-dds" [style=filled, fillcolor="#fff0c8"];
"spanda-transport-mqtt" [style=filled, fillcolor="#fff0c8"];
"spanda-transport-ros2" [style=filled, fillcolor="#fff0c8"];
"spanda-transport-routing" [style=filled, fillcolor="#fff0c8"];
"spanda-transport-websocket" [style=filled, fillcolor="#fff0c8"];
"spanda-adr" [style=filled, fillcolor="#ffd4d4"];
"spanda-assurance" [style=filled, fillcolor="#ffd4d4"];
"spanda-chaos" [style=filled, fillcolor="#ffd4d4"];
"spanda-compliance" [style=filled, fillcolor="#ffd4d4"];
"spanda-contract" [style=filled, fillcolor="#ffd4d4"];
"spanda-decision" [style=filled, fillcolor="#ffd4d4"];
"spanda-diff" [style=filled, fillcolor="#ffd4d4"];
"spanda-estimate" [style=filled, fillcolor="#ffd4d4"];
"spanda-explain" [style=filled, fillcolor="#ffd4d4"];
"spanda-generate" [style=filled, fillcolor="#ffd4d4"];
"spanda-graph" [style=filled, fillcolor="#ffd4d4"];
"spanda-ops" [style=filled, fillcolor="#ffd4d4"];
"spanda-policy" [style=filled, fillcolor="#ffd4d4"];
"spanda-readiness" [style=filled, fillcolor="#ffd4d4"];
"spanda-runtime-faults" [style=filled, fillcolor="#ffd4d4"];
"spanda-score" [style=filled, fillcolor="#ffd4d4"];
"spanda-security" [style=filled, fillcolor="#ffd4d4"];
"spanda-spoofing" [style=filled, fillcolor="#ffd4d4"];
"spanda-tamper" [style=filled, fillcolor="#ffd4d4"];
"spanda-telemetry-store" [style=filled, fillcolor="#ffd4d4"];
"spanda-threat" [style=filled, fillcolor="#ffd4d4"];
"spanda-trust" [style=filled, fillcolor="#ffd4d4"];
"spanda" [style=filled, fillcolor="#e8d4ff"];
"spanda-api" [style=filled, fillcolor="#e8d4ff"];
"spanda-cli" [style=filled, fillcolor="#e8d4ff"];
"spanda-dap" [style=filled, fillcolor="#e8d4ff"];
"spanda-node" [style=filled, fillcolor="#e8d4ff"];
"spanda-sdk" [style=filled, fillcolor="#e8d4ff"];
"spanda-wasm" [style=filled, fillcolor="#e8d4ff"];
"spanda" -> "spanda-adr";
"spanda" -> "spanda-api";
"spanda" -> "spanda-assurance";
"spanda" -> "spanda-ast";
"spanda" -> "spanda-capability";
"spanda" -> "spanda-certify";
"spanda" -> "spanda-chaos";
"spanda" -> "spanda-codegen";
"spanda" -> "spanda-compliance";
"spanda" -> "spanda-config";
"spanda" -> "spanda-contract";
"spanda" -> "spanda-debug";
"spanda" -> "spanda-decision";
"spanda" -> "spanda-deploy-http";
"spanda" -> "spanda-diff";
"spanda" -> "spanda-docs";
"spanda" -> "spanda-driver";
"spanda" -> "spanda-error";
"spanda" -> "spanda-estimate";
"spanda" -> "spanda-explain";
"spanda" -> "spanda-fleet";
"spanda" -> "spanda-format";
"spanda" -> "spanda-generate";
"spanda" -> "spanda-graph";
"spanda" -> "spanda-hardware";
"spanda" -> "spanda-lexer";
"spanda" -> "spanda-lint";
"spanda" -> "spanda-llvm";
"spanda" -> "spanda-modules";
"spanda" -> "spanda-ops";
"spanda" -> "spanda-ota";
"spanda" -> "spanda-package";
"spanda" -> "spanda-parser";
"spanda" -> "spanda-policy";
"spanda" -> "spanda-readiness";
"spanda" -> "spanda-runtime";
"spanda" -> "spanda-runtime-faults";
"spanda" -> "spanda-score";
"spanda" -> "spanda-security";
"spanda" -> "spanda-sir";
"spanda" -> "spanda-spoofing";
"spanda" -> "spanda-tamper";
"spanda" -> "spanda-telemetry-store";
"spanda" -> "spanda-threat";
"spanda" -> "spanda-trust";
"spanda" -> "spanda-typecheck";
"spanda-adr" -> "spanda-ast";
"spanda-adr" -> "spanda-lexer";
"spanda-adr" -> "spanda-parser";
"spanda-ai" -> "spanda-ast";
"spanda-ai" -> "spanda-error";
"spanda-ai" -> "spanda-runtime";
"spanda-api" -> "spanda-assurance";
"spanda-api" -> "spanda-ast";
"spanda-api" -> "spanda-audit";
"spanda-api" -> "spanda-capability";
"spanda-api" -> "spanda-certify";
"spanda-api" -> "spanda-compliance";
"spanda-api" -> "spanda-config";
"spanda-api" -> "spanda-deploy-http";
"spanda-api" -> "spanda-driver";
"spanda-api" -> "spanda-fleet";
"spanda-api" -> "spanda-graph";
"spanda-api" -> "spanda-hardware";
"spanda-api" -> "spanda-interpreter";
"spanda-api" -> "spanda-lexer";
"spanda-api" -> "spanda-ops";
"spanda-api" -> "spanda-ota";
"spanda-api" -> "spanda-package";
"spanda-api" -> "spanda-parser";
"spanda-api" -> "spanda-readiness";
"spanda-api" -> "spanda-runtime";
"spanda-api" -> "spanda-score";
"spanda-api" -> "spanda-security";
"spanda-api" -> "spanda-telemetry-store";
"spanda-api" -> "spanda-trust";
"spanda-assurance" -> "spanda-ast";
"spanda-assurance" -> "spanda-capability";
"spanda-assurance" -> "spanda-config";
"spanda-assurance" -> "spanda-error";
"spanda-assurance" -> "spanda-hardware";
"spanda-assurance" -> "spanda-lexer";
"spanda-assurance" -> "spanda-parser";
"spanda-assurance" -> "spanda-readiness";
"spanda-assurance" -> "spanda-runtime";
"spanda-ast" -> "spanda-connectivity";
"spanda-bridge" -> "spanda-ast";
"spanda-bridge" -> "spanda-error";
"spanda-bridge" -> "spanda-ffi";
"spanda-bridge" -> "spanda-runtime";
"spanda-capability" -> "spanda-ast";
"spanda-capability" -> "spanda-driver";
"spanda-capability" -> "spanda-hardware";
"spanda-capability" -> "spanda-lexer";
"spanda-capability" -> "spanda-parser";
"spanda-capability" -> "spanda-runtime";
"spanda-certify" -> "spanda-ast";
"spanda-certify" -> "spanda-driver";
"spanda-certify" -> "spanda-error";
"spanda-certify" -> "spanda-hardware";
"spanda-chaos" -> "spanda-assurance";
"spanda-chaos" -> "spanda-ast";
"spanda-chaos" -> "spanda-capability";
"spanda-chaos" -> "spanda-lexer";
"spanda-chaos" -> "spanda-parser";
"spanda-chaos" -> "spanda-readiness";
"spanda-codegen" -> "spanda-ast";
"spanda-codegen" -> "spanda-driver";
"spanda-codegen" -> "spanda-error";
"spanda-codegen" -> "spanda-lexer";
"spanda-codegen" -> "spanda-parser";
"spanda-codegen" -> "spanda-sir";
"spanda-comm" -> "spanda-ast";
"spanda-comm" -> "spanda-runtime";
"spanda-comm" -> "spanda-typecheck";
"spanda-compliance" -> "spanda-ast";
"spanda-compliance" -> "spanda-audit";
"spanda-compliance" -> "spanda-lexer";
"spanda-compliance" -> "spanda-parser";
"spanda-compliance" -> "spanda-readiness";
"spanda-compliance" -> "spanda-tamper";
"spanda-concurrency" -> "spanda-error";
"spanda-concurrency" -> "spanda-runtime";
"spanda-config" -> "spanda-ast";
"spanda-config" -> "spanda-hardware";
"spanda-config" -> "spanda-package";
"spanda-config" -> "spanda-security";
"spanda-connectivity-runtime" -> "spanda-ast";
"spanda-connectivity-runtime" -> "spanda-comm";
"spanda-connectivity-runtime" -> "spanda-connectivity";
"spanda-connectivity-runtime" -> "spanda-hardware";
"spanda-connectivity-runtime" -> "spanda-runtime";
"spanda-contract" -> "spanda-assurance";
"spanda-contract" -> "spanda-ast";
"spanda-contract" -> "spanda-lexer";
"spanda-contract" -> "spanda-parser";
"spanda-contract" -> "spanda-readiness";
"spanda-core" -> "spanda-ai";
"spanda-core" -> "spanda-ast";
"spanda-core" -> "spanda-audit";
"spanda-core" -> "spanda-bridge";
"spanda-core" -> "spanda-capability";
"spanda-core" -> "spanda-certify";
"spanda-core" -> "spanda-codegen";
"spanda-core" -> "spanda-comm";
"spanda-core" -> "spanda-concurrency";
"spanda-core" -> "spanda-connectivity";
"spanda-core" -> "spanda-connectivity-runtime";
"spanda-core" -> "spanda-debug";
"spanda-core" -> "spanda-deploy-http";
"spanda-core" -> "spanda-docs";
"spanda-core" -> "spanda-driver";
"spanda-core" -> "spanda-error";
"spanda-core" -> "spanda-ffi";
"spanda-core" -> "spanda-fleet";
"spanda-core" -> "spanda-format";
"spanda-core" -> "spanda-hal";
"spanda-core" -> "spanda-hardware";
"spanda-core" -> "spanda-interpreter";
"spanda-core" -> "spanda-lexer";
"spanda-core" -> "spanda-lib-registry";
"spanda-core" -> "spanda-lint";
"spanda-core" -> "spanda-modules";
"spanda-core" -> "spanda-ota";
"spanda-core" -> "spanda-package";
"spanda-core" -> "spanda-parser";
"spanda-core" -> "spanda-providers";
"spanda-core" -> "spanda-regex-lang";
"spanda-core" -> "spanda-runtime";
"spanda-core" -> "spanda-runtime-host";
"spanda-core" -> "spanda-safety";
"spanda-core" -> "spanda-security";
"spanda-core" -> "spanda-sir";
"spanda-core" -> "spanda-transport";
"spanda-core" -> "spanda-transport-ros2";
"spanda-core" -> "spanda-transport-routing";
"spanda-core" -> "spanda-typecheck";
"spanda-dap" -> "spanda-debug";
"spanda-dap" -> "spanda-driver";
"spanda-dap" -> "spanda-error";
"spanda-debug" -> "spanda-ast";
"spanda-decision" -> "spanda-runtime";
"spanda-diff" -> "spanda-ast";
"spanda-diff" -> "spanda-capability";
"spanda-diff" -> "spanda-lexer";
"spanda-diff" -> "spanda-parser";
"spanda-docs" -> "spanda-ast";
"spanda-docs" -> "spanda-error";
"spanda-docs" -> "spanda-lexer";
"spanda-docs" -> "spanda-lib-registry";
"spanda-docs" -> "spanda-parser";
"spanda-docs" -> "spanda-runtime-host";
"spanda-docs" -> "spanda-typecheck";
"spanda-driver" -> "spanda-ast";
"spanda-driver" -> "spanda-bridge";
"spanda-driver" -> "spanda-certify";
"spanda-driver" -> "spanda-debug";
"spanda-driver" -> "spanda-error";
"spanda-driver" -> "spanda-hardware";
"spanda-driver" -> "spanda-interpreter";
"spanda-driver" -> "spanda-lexer";
"spanda-driver" -> "spanda-ota";
"spanda-driver" -> "spanda-parser";
"spanda-driver" -> "spanda-runtime";
"spanda-driver" -> "spanda-runtime-host";
"spanda-driver" -> "spanda-sir";
"spanda-driver" -> "spanda-typecheck";
"spanda-error" -> "spanda-ast";
"spanda-error" -> "spanda-lexer";
"spanda-error" -> "spanda-runtime";
"spanda-error" -> "spanda-typecheck";
"spanda-estimate" -> "spanda-ast";
"spanda-estimate" -> "spanda-hardware";
"spanda-estimate" -> "spanda-lexer";
"spanda-estimate" -> "spanda-parser";
"spanda-explain" -> "spanda-assurance";
"spanda-explain" -> "spanda-ast";
"spanda-explain" -> "spanda-config";
"spanda-explain" -> "spanda-contract";
"spanda-explain" -> "spanda-decision";
"spanda-explain" -> "spanda-hardware";
"spanda-explain" -> "spanda-lexer";
"spanda-explain" -> "spanda-package";
"spanda-explain" -> "spanda-parser";
"spanda-explain" -> "spanda-readiness";
"spanda-explain" -> "spanda-runtime";
"spanda-explain" -> "spanda-tamper";
"spanda-explain" -> "spanda-trust";
"spanda-ffi" -> "spanda-ast";
"spanda-ffi" -> "spanda-error";
"spanda-ffi" -> "spanda-runtime";
"spanda-fleet" -> "spanda-assurance";
"spanda-fleet" -> "spanda-ast";
"spanda-fleet" -> "spanda-deploy-http";
"spanda-fleet" -> "spanda-driver";
"spanda-fleet" -> "spanda-interpreter";
"spanda-fleet" -> "spanda-lexer";
"spanda-fleet" -> "spanda-parser";
"spanda-fleet" -> "spanda-readiness";
"spanda-fleet" -> "spanda-runtime";
"spanda-fleet" -> "spanda-tamper";
"spanda-fleet" -> "spanda-telemetry-store";
"spanda-format" -> "spanda-ast";
"spanda-format" -> "spanda-comm";
"spanda-format" -> "spanda-driver";
"spanda-format" -> "spanda-error";
"spanda-format" -> "spanda-lexer";
"spanda-format" -> "spanda-parser";
"spanda-generate" -> "spanda-ast";
"spanda-generate" -> "spanda-lexer";
"spanda-generate" -> "spanda-parser";
"spanda-generate" -> "spanda-policy";
"spanda-generate" -> "spanda-readiness";
"spanda-generate" -> "spanda-runtime-host";
"spanda-generate" -> "spanda-typecheck";
"spanda-graph" -> "spanda-ast";
"spanda-graph" -> "spanda-capability";
"spanda-graph" -> "spanda-config";
"spanda-graph" -> "spanda-lexer";
"spanda-graph" -> "spanda-parser";
"spanda-hal" -> "spanda-ast";
"spanda-hal" -> "spanda-runtime";
"spanda-hardware" -> "spanda-ast";
"spanda-hardware" -> "spanda-comm";
"spanda-hardware" -> "spanda-connectivity";
"spanda-hardware" -> "spanda-driver";
"spanda-hardware" -> "spanda-lexer";
"spanda-hardware" -> "spanda-parser";
"spanda-interpreter" -> "spanda-ai";
"spanda-interpreter" -> "spanda-assurance";
"spanda-interpreter" -> "spanda-ast";
"spanda-interpreter" -> "spanda-audit";
"spanda-interpreter" -> "spanda-capability";
"spanda-interpreter" -> "spanda-comm";
"spanda-interpreter" -> "spanda-concurrency";
"spanda-interpreter" -> "spanda-config";
"spanda-interpreter" -> "spanda-connectivity";
"spanda-interpreter" -> "spanda-connectivity-runtime";
"spanda-interpreter" -> "spanda-debug";
"spanda-interpreter" -> "spanda-deploy-http";
"spanda-interpreter" -> "spanda-error";
"spanda-interpreter" -> "spanda-ffi";
"spanda-interpreter" -> "spanda-fleet";
"spanda-interpreter" -> "spanda-hal";
"spanda-interpreter" -> "spanda-lexer";
"spanda-interpreter" -> "spanda-lib-registry";
"spanda-interpreter" -> "spanda-parser";
"spanda-interpreter" -> "spanda-policy";
"spanda-interpreter" -> "spanda-providers";
"spanda-interpreter" -> "spanda-regex-lang";
"spanda-interpreter" -> "spanda-runtime";
"spanda-interpreter" -> "spanda-runtime-faults";
"spanda-interpreter" -> "spanda-runtime-host";
"spanda-interpreter" -> "spanda-safety";
"spanda-interpreter" -> "spanda-security";
"spanda-interpreter" -> "spanda-tamper";
"spanda-interpreter" -> "spanda-telemetry-store";
"spanda-interpreter" -> "spanda-transport";
"spanda-interpreter" -> "spanda-transport-routing";
"spanda-interpreter" -> "spanda-typecheck";
"spanda-lexer" -> "spanda-ast";
"spanda-lib-registry" -> "spanda-ast";
"spanda-lib-registry" -> "spanda-hal";
"spanda-lib-registry" -> "spanda-runtime";
"spanda-lint" -> "spanda-ast";
"spanda-lint" -> "spanda-error";
"spanda-lint" -> "spanda-lexer";
"spanda-lint" -> "spanda-parser";
"spanda-llvm" -> "spanda-ast";
"spanda-llvm" -> "spanda-driver";
"spanda-llvm" -> "spanda-lexer";
"spanda-llvm" -> "spanda-parser";
"spanda-llvm" -> "spanda-rt";
"spanda-llvm" -> "spanda-sir";
"spanda-modules" -> "spanda-ast";
"spanda-modules" -> "spanda-error";
"spanda-modules" -> "spanda-lexer";
"spanda-modules" -> "spanda-parser";
"spanda-modules" -> "spanda-typecheck";
"spanda-node" -> "spanda-driver";
"spanda-node" -> "spanda-error";
"spanda-node" -> "spanda-format";
"spanda-node" -> "spanda-hardware";
"spanda-ops" -> "spanda-audit";
"spanda-ops" -> "spanda-deploy-http";
"spanda-ota" -> "spanda-ast";
"spanda-ota" -> "spanda-audit";
"spanda-ota" -> "spanda-deploy-http";
"spanda-ota" -> "spanda-driver";
"spanda-ota" -> "spanda-readiness";
"spanda-ota" -> "spanda-telemetry-store";
"spanda-package" -> "spanda-audit";
"spanda-package" -> "spanda-hardware";
"spanda-parser" -> "spanda-ast";
"spanda-parser" -> "spanda-connectivity-runtime";
"spanda-parser" -> "spanda-error";
"spanda-parser" -> "spanda-lexer";
"spanda-parser" -> "spanda-regex-lang";
"spanda-parser" -> "spanda-typecheck";
"spanda-policy" -> "spanda-ast";
"spanda-policy" -> "spanda-lexer";
"spanda-policy" -> "spanda-parser";
"spanda-policy" -> "spanda-readiness";
"spanda-providers" -> "spanda-ast";
"spanda-providers" -> "spanda-audit";
"spanda-providers" -> "spanda-comm";
"spanda-providers" -> "spanda-runtime";
"spanda-providers" -> "spanda-telemetry-store";
"spanda-providers" -> "spanda-transport";
"spanda-providers" -> "spanda-transport-dds";
"spanda-providers" -> "spanda-transport-mqtt";
"spanda-providers" -> "spanda-transport-ros2";
"spanda-providers" -> "spanda-transport-routing";
"spanda-providers" -> "spanda-transport-websocket";
"spanda-readiness" -> "spanda-ast";
"spanda-readiness" -> "spanda-capability";
"spanda-readiness" -> "spanda-certify";
"spanda-readiness" -> "spanda-config";
"spanda-readiness" -> "spanda-error";
"spanda-readiness" -> "spanda-hal";
"spanda-readiness" -> "spanda-hardware";
"spanda-readiness" -> "spanda-lexer";
"spanda-readiness" -> "spanda-package";
"spanda-readiness" -> "spanda-parser";
"spanda-readiness" -> "spanda-runtime";
"spanda-readiness" -> "spanda-security";
"spanda-regex-lang" -> "spanda-ast";
"spanda-regex-lang" -> "spanda-error";
"spanda-runtime" -> "spanda-ast";
"spanda-runtime-faults" -> "spanda-assurance";
"spanda-runtime-faults" -> "spanda-ast";
"spanda-runtime-faults" -> "spanda-capability";
"spanda-runtime-faults" -> "spanda-error";
"spanda-runtime-faults" -> "spanda-lexer";
"spanda-runtime-faults" -> "spanda-parser";
"spanda-runtime-faults" -> "spanda-readiness";
"spanda-runtime-faults" -> "spanda-runtime";
"spanda-runtime-host" -> "spanda-ai";
"spanda-runtime-host" -> "spanda-ast";
"spanda-runtime-host" -> "spanda-comm";
"spanda-runtime-host" -> "spanda-connectivity";
"spanda-runtime-host" -> "spanda-connectivity-runtime";
"spanda-runtime-host" -> "spanda-ffi";
"spanda-runtime-host" -> "spanda-hal";
"spanda-runtime-host" -> "spanda-lib-registry";
"spanda-runtime-host" -> "spanda-package";
"spanda-runtime-host" -> "spanda-runtime";
"spanda-runtime-host" -> "spanda-security";
"spanda-runtime-host" -> "spanda-typecheck";
"spanda-safety" -> "spanda-ast";
"spanda-safety" -> "spanda-runtime";
"spanda-score" -> "spanda-assurance";
"spanda-score" -> "spanda-ast";
"spanda-score" -> "spanda-capability";
"spanda-score" -> "spanda-config";
"spanda-score" -> "spanda-hardware";
"spanda-score" -> "spanda-lexer";
"spanda-score" -> "spanda-parser";
"spanda-score" -> "spanda-readiness";
"spanda-score" -> "spanda-tamper";
"spanda-score" -> "spanda-threat";
"spanda-score" -> "spanda-trust";
"spanda-security" -> "spanda-ast";
"spanda-security" -> "spanda-audit";
"spanda-security" -> "spanda-comm";
"spanda-security" -> "spanda-error";
"spanda-security" -> "spanda-lexer";
"spanda-security" -> "spanda-parser";
"spanda-sir" -> "spanda-ast";
"spanda-sir" -> "spanda-driver";
"spanda-spoofing" -> "spanda-ast";
"spanda-spoofing" -> "spanda-connectivity";
"spanda-spoofing" -> "spanda-deploy-http";
"spanda-spoofing" -> "spanda-lexer";
"spanda-spoofing" -> "spanda-parser";
"spanda-tamper" -> "spanda-ast";
"spanda-tamper" -> "spanda-deploy-http";
"spanda-tamper" -> "spanda-lexer";
"spanda-tamper" -> "spanda-package";
"spanda-tamper" -> "spanda-parser";
"spanda-tamper" -> "spanda-readiness";
"spanda-tamper" -> "spanda-security";
"spanda-tamper" -> "spanda-spoofing";
"spanda-tamper" -> "spanda-threat";
"spanda-telemetry-store" -> "spanda-deploy-http";
"spanda-telemetry-store" -> "spanda-runtime";
"spanda-threat" -> "spanda-ast";
"spanda-threat" -> "spanda-lexer";
"spanda-threat" -> "spanda-parser";
"spanda-threat" -> "spanda-security";
"spanda-transport" -> "spanda-ast";
"spanda-transport" -> "spanda-comm";
"spanda-transport" -> "spanda-runtime";
"spanda-transport" -> "spanda-security";
"spanda-transport-dds" -> "spanda-ast";
"spanda-transport-dds" -> "spanda-runtime";
"spanda-transport-dds" -> "spanda-security";
"spanda-transport-dds" -> "spanda-transport";
"spanda-transport-mqtt" -> "spanda-ast";
"spanda-transport-mqtt" -> "spanda-runtime";
"spanda-transport-mqtt" -> "spanda-security";
"spanda-transport-mqtt" -> "spanda-transport";
"spanda-transport-ros2" -> "spanda-ast";
"spanda-transport-ros2" -> "spanda-runtime";
"spanda-transport-ros2" -> "spanda-transport";
"spanda-transport-routing" -> "spanda-comm";
"spanda-transport-routing" -> "spanda-runtime";
"spanda-transport-routing" -> "spanda-security";
"spanda-transport-routing" -> "spanda-transport";
"spanda-transport-routing" -> "spanda-transport-dds";
"spanda-transport-routing" -> "spanda-transport-mqtt";
"spanda-transport-routing" -> "spanda-transport-ros2";
"spanda-transport-routing" -> "spanda-transport-websocket";
"spanda-transport-websocket" -> "spanda-ast";
"spanda-transport-websocket" -> "spanda-runtime";
"spanda-transport-websocket" -> "spanda-security";
"spanda-transport-websocket" -> "spanda-transport";
"spanda-trust" -> "spanda-ast";
"spanda-trust" -> "spanda-config";
"spanda-trust" -> "spanda-lexer";
"spanda-trust" -> "spanda-package";
"spanda-trust" -> "spanda-parser";
"spanda-trust" -> "spanda-readiness";
"spanda-trust" -> "spanda-security";
"spanda-trust" -> "spanda-tamper";
"spanda-typecheck" -> "spanda-ast";
"spanda-wasm" -> "spanda-driver";
"spanda-wasm" -> "spanda-error";
"spanda-wasm" -> "spanda-format";
"spanda-wasm" -> "spanda-hardware";
"spanda-wasm" -> "spanda-telemetry-store";
}