@cleocode/cleo 2026.4.107 → 2026.4.108

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.
@@ -0,0 +1,1372 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "sqlite",
4
+ "id": "81ff1c9a-7852-4840-b836-e9b90579b532",
5
+ "prevIds": [
6
+ "00000000-0000-0000-0000-000000000000"
7
+ ],
8
+ "ddl": [
9
+ {
10
+ "name": "nexus_audit_log",
11
+ "entityType": "tables"
12
+ },
13
+ {
14
+ "name": "nexus_contracts",
15
+ "entityType": "tables"
16
+ },
17
+ {
18
+ "name": "nexus_nodes",
19
+ "entityType": "tables"
20
+ },
21
+ {
22
+ "name": "nexus_relations",
23
+ "entityType": "tables"
24
+ },
25
+ {
26
+ "name": "nexus_schema_meta",
27
+ "entityType": "tables"
28
+ },
29
+ {
30
+ "name": "project_registry",
31
+ "entityType": "tables"
32
+ },
33
+ {
34
+ "type": "text",
35
+ "notNull": false,
36
+ "autoincrement": false,
37
+ "default": null,
38
+ "generated": null,
39
+ "name": "id",
40
+ "entityType": "columns",
41
+ "table": "nexus_audit_log"
42
+ },
43
+ {
44
+ "type": "text",
45
+ "notNull": true,
46
+ "autoincrement": false,
47
+ "default": "(datetime('now'))",
48
+ "generated": null,
49
+ "name": "timestamp",
50
+ "entityType": "columns",
51
+ "table": "nexus_audit_log"
52
+ },
53
+ {
54
+ "type": "text",
55
+ "notNull": true,
56
+ "autoincrement": false,
57
+ "default": null,
58
+ "generated": null,
59
+ "name": "action",
60
+ "entityType": "columns",
61
+ "table": "nexus_audit_log"
62
+ },
63
+ {
64
+ "type": "text",
65
+ "notNull": false,
66
+ "autoincrement": false,
67
+ "default": null,
68
+ "generated": null,
69
+ "name": "project_hash",
70
+ "entityType": "columns",
71
+ "table": "nexus_audit_log"
72
+ },
73
+ {
74
+ "type": "text",
75
+ "notNull": false,
76
+ "autoincrement": false,
77
+ "default": null,
78
+ "generated": null,
79
+ "name": "project_id",
80
+ "entityType": "columns",
81
+ "table": "nexus_audit_log"
82
+ },
83
+ {
84
+ "type": "text",
85
+ "notNull": false,
86
+ "autoincrement": false,
87
+ "default": null,
88
+ "generated": null,
89
+ "name": "domain",
90
+ "entityType": "columns",
91
+ "table": "nexus_audit_log"
92
+ },
93
+ {
94
+ "type": "text",
95
+ "notNull": false,
96
+ "autoincrement": false,
97
+ "default": null,
98
+ "generated": null,
99
+ "name": "operation",
100
+ "entityType": "columns",
101
+ "table": "nexus_audit_log"
102
+ },
103
+ {
104
+ "type": "text",
105
+ "notNull": false,
106
+ "autoincrement": false,
107
+ "default": null,
108
+ "generated": null,
109
+ "name": "session_id",
110
+ "entityType": "columns",
111
+ "table": "nexus_audit_log"
112
+ },
113
+ {
114
+ "type": "text",
115
+ "notNull": false,
116
+ "autoincrement": false,
117
+ "default": null,
118
+ "generated": null,
119
+ "name": "request_id",
120
+ "entityType": "columns",
121
+ "table": "nexus_audit_log"
122
+ },
123
+ {
124
+ "type": "text",
125
+ "notNull": false,
126
+ "autoincrement": false,
127
+ "default": null,
128
+ "generated": null,
129
+ "name": "source",
130
+ "entityType": "columns",
131
+ "table": "nexus_audit_log"
132
+ },
133
+ {
134
+ "type": "text",
135
+ "notNull": false,
136
+ "autoincrement": false,
137
+ "default": null,
138
+ "generated": null,
139
+ "name": "gateway",
140
+ "entityType": "columns",
141
+ "table": "nexus_audit_log"
142
+ },
143
+ {
144
+ "type": "integer",
145
+ "notNull": false,
146
+ "autoincrement": false,
147
+ "default": null,
148
+ "generated": null,
149
+ "name": "success",
150
+ "entityType": "columns",
151
+ "table": "nexus_audit_log"
152
+ },
153
+ {
154
+ "type": "integer",
155
+ "notNull": false,
156
+ "autoincrement": false,
157
+ "default": null,
158
+ "generated": null,
159
+ "name": "duration_ms",
160
+ "entityType": "columns",
161
+ "table": "nexus_audit_log"
162
+ },
163
+ {
164
+ "type": "text",
165
+ "notNull": false,
166
+ "autoincrement": false,
167
+ "default": "'{}'",
168
+ "generated": null,
169
+ "name": "details_json",
170
+ "entityType": "columns",
171
+ "table": "nexus_audit_log"
172
+ },
173
+ {
174
+ "type": "text",
175
+ "notNull": false,
176
+ "autoincrement": false,
177
+ "default": null,
178
+ "generated": null,
179
+ "name": "error_message",
180
+ "entityType": "columns",
181
+ "table": "nexus_audit_log"
182
+ },
183
+ {
184
+ "type": "text",
185
+ "notNull": false,
186
+ "autoincrement": false,
187
+ "default": null,
188
+ "generated": null,
189
+ "name": "contract_id",
190
+ "entityType": "columns",
191
+ "table": "nexus_contracts"
192
+ },
193
+ {
194
+ "type": "text",
195
+ "notNull": true,
196
+ "autoincrement": false,
197
+ "default": null,
198
+ "generated": null,
199
+ "name": "project_id",
200
+ "entityType": "columns",
201
+ "table": "nexus_contracts"
202
+ },
203
+ {
204
+ "type": "text",
205
+ "notNull": true,
206
+ "autoincrement": false,
207
+ "default": null,
208
+ "generated": null,
209
+ "name": "type",
210
+ "entityType": "columns",
211
+ "table": "nexus_contracts"
212
+ },
213
+ {
214
+ "type": "text",
215
+ "notNull": true,
216
+ "autoincrement": false,
217
+ "default": null,
218
+ "generated": null,
219
+ "name": "path",
220
+ "entityType": "columns",
221
+ "table": "nexus_contracts"
222
+ },
223
+ {
224
+ "type": "text",
225
+ "notNull": false,
226
+ "autoincrement": false,
227
+ "default": null,
228
+ "generated": null,
229
+ "name": "method",
230
+ "entityType": "columns",
231
+ "table": "nexus_contracts"
232
+ },
233
+ {
234
+ "type": "text",
235
+ "notNull": true,
236
+ "autoincrement": false,
237
+ "default": "'{}'",
238
+ "generated": null,
239
+ "name": "request_schema_json",
240
+ "entityType": "columns",
241
+ "table": "nexus_contracts"
242
+ },
243
+ {
244
+ "type": "text",
245
+ "notNull": true,
246
+ "autoincrement": false,
247
+ "default": "'{}'",
248
+ "generated": null,
249
+ "name": "response_schema_json",
250
+ "entityType": "columns",
251
+ "table": "nexus_contracts"
252
+ },
253
+ {
254
+ "type": "text",
255
+ "notNull": false,
256
+ "autoincrement": false,
257
+ "default": null,
258
+ "generated": null,
259
+ "name": "source_symbol_id",
260
+ "entityType": "columns",
261
+ "table": "nexus_contracts"
262
+ },
263
+ {
264
+ "type": "text",
265
+ "notNull": false,
266
+ "autoincrement": false,
267
+ "default": null,
268
+ "generated": null,
269
+ "name": "route_node_id",
270
+ "entityType": "columns",
271
+ "table": "nexus_contracts"
272
+ },
273
+ {
274
+ "type": "real",
275
+ "notNull": true,
276
+ "autoincrement": false,
277
+ "default": "1",
278
+ "generated": null,
279
+ "name": "confidence",
280
+ "entityType": "columns",
281
+ "table": "nexus_contracts"
282
+ },
283
+ {
284
+ "type": "text",
285
+ "notNull": false,
286
+ "autoincrement": false,
287
+ "default": null,
288
+ "generated": null,
289
+ "name": "description",
290
+ "entityType": "columns",
291
+ "table": "nexus_contracts"
292
+ },
293
+ {
294
+ "type": "text",
295
+ "notNull": true,
296
+ "autoincrement": false,
297
+ "default": "(datetime('now'))",
298
+ "generated": null,
299
+ "name": "created_at",
300
+ "entityType": "columns",
301
+ "table": "nexus_contracts"
302
+ },
303
+ {
304
+ "type": "text",
305
+ "notNull": true,
306
+ "autoincrement": false,
307
+ "default": "(datetime('now'))",
308
+ "generated": null,
309
+ "name": "updated_at",
310
+ "entityType": "columns",
311
+ "table": "nexus_contracts"
312
+ },
313
+ {
314
+ "type": "text",
315
+ "notNull": false,
316
+ "autoincrement": false,
317
+ "default": null,
318
+ "generated": null,
319
+ "name": "id",
320
+ "entityType": "columns",
321
+ "table": "nexus_nodes"
322
+ },
323
+ {
324
+ "type": "text",
325
+ "notNull": true,
326
+ "autoincrement": false,
327
+ "default": null,
328
+ "generated": null,
329
+ "name": "project_id",
330
+ "entityType": "columns",
331
+ "table": "nexus_nodes"
332
+ },
333
+ {
334
+ "type": "text",
335
+ "notNull": true,
336
+ "autoincrement": false,
337
+ "default": null,
338
+ "generated": null,
339
+ "name": "kind",
340
+ "entityType": "columns",
341
+ "table": "nexus_nodes"
342
+ },
343
+ {
344
+ "type": "text",
345
+ "notNull": true,
346
+ "autoincrement": false,
347
+ "default": null,
348
+ "generated": null,
349
+ "name": "label",
350
+ "entityType": "columns",
351
+ "table": "nexus_nodes"
352
+ },
353
+ {
354
+ "type": "text",
355
+ "notNull": false,
356
+ "autoincrement": false,
357
+ "default": null,
358
+ "generated": null,
359
+ "name": "name",
360
+ "entityType": "columns",
361
+ "table": "nexus_nodes"
362
+ },
363
+ {
364
+ "type": "text",
365
+ "notNull": false,
366
+ "autoincrement": false,
367
+ "default": null,
368
+ "generated": null,
369
+ "name": "file_path",
370
+ "entityType": "columns",
371
+ "table": "nexus_nodes"
372
+ },
373
+ {
374
+ "type": "integer",
375
+ "notNull": false,
376
+ "autoincrement": false,
377
+ "default": null,
378
+ "generated": null,
379
+ "name": "start_line",
380
+ "entityType": "columns",
381
+ "table": "nexus_nodes"
382
+ },
383
+ {
384
+ "type": "integer",
385
+ "notNull": false,
386
+ "autoincrement": false,
387
+ "default": null,
388
+ "generated": null,
389
+ "name": "end_line",
390
+ "entityType": "columns",
391
+ "table": "nexus_nodes"
392
+ },
393
+ {
394
+ "type": "text",
395
+ "notNull": false,
396
+ "autoincrement": false,
397
+ "default": null,
398
+ "generated": null,
399
+ "name": "language",
400
+ "entityType": "columns",
401
+ "table": "nexus_nodes"
402
+ },
403
+ {
404
+ "type": "integer",
405
+ "notNull": true,
406
+ "autoincrement": false,
407
+ "default": "false",
408
+ "generated": null,
409
+ "name": "is_exported",
410
+ "entityType": "columns",
411
+ "table": "nexus_nodes"
412
+ },
413
+ {
414
+ "type": "text",
415
+ "notNull": false,
416
+ "autoincrement": false,
417
+ "default": null,
418
+ "generated": null,
419
+ "name": "parent_id",
420
+ "entityType": "columns",
421
+ "table": "nexus_nodes"
422
+ },
423
+ {
424
+ "type": "text",
425
+ "notNull": false,
426
+ "autoincrement": false,
427
+ "default": null,
428
+ "generated": null,
429
+ "name": "parameters_json",
430
+ "entityType": "columns",
431
+ "table": "nexus_nodes"
432
+ },
433
+ {
434
+ "type": "text",
435
+ "notNull": false,
436
+ "autoincrement": false,
437
+ "default": null,
438
+ "generated": null,
439
+ "name": "return_type",
440
+ "entityType": "columns",
441
+ "table": "nexus_nodes"
442
+ },
443
+ {
444
+ "type": "text",
445
+ "notNull": false,
446
+ "autoincrement": false,
447
+ "default": null,
448
+ "generated": null,
449
+ "name": "doc_summary",
450
+ "entityType": "columns",
451
+ "table": "nexus_nodes"
452
+ },
453
+ {
454
+ "type": "text",
455
+ "notNull": false,
456
+ "autoincrement": false,
457
+ "default": null,
458
+ "generated": null,
459
+ "name": "community_id",
460
+ "entityType": "columns",
461
+ "table": "nexus_nodes"
462
+ },
463
+ {
464
+ "type": "text",
465
+ "notNull": false,
466
+ "autoincrement": false,
467
+ "default": null,
468
+ "generated": null,
469
+ "name": "meta_json",
470
+ "entityType": "columns",
471
+ "table": "nexus_nodes"
472
+ },
473
+ {
474
+ "type": "integer",
475
+ "notNull": true,
476
+ "autoincrement": false,
477
+ "default": "false",
478
+ "generated": null,
479
+ "name": "is_external",
480
+ "entityType": "columns",
481
+ "table": "nexus_nodes"
482
+ },
483
+ {
484
+ "type": "text",
485
+ "notNull": true,
486
+ "autoincrement": false,
487
+ "default": "(datetime('now'))",
488
+ "generated": null,
489
+ "name": "indexed_at",
490
+ "entityType": "columns",
491
+ "table": "nexus_nodes"
492
+ },
493
+ {
494
+ "type": "text",
495
+ "notNull": false,
496
+ "autoincrement": false,
497
+ "default": null,
498
+ "generated": null,
499
+ "name": "id",
500
+ "entityType": "columns",
501
+ "table": "nexus_relations"
502
+ },
503
+ {
504
+ "type": "text",
505
+ "notNull": true,
506
+ "autoincrement": false,
507
+ "default": null,
508
+ "generated": null,
509
+ "name": "project_id",
510
+ "entityType": "columns",
511
+ "table": "nexus_relations"
512
+ },
513
+ {
514
+ "type": "text",
515
+ "notNull": true,
516
+ "autoincrement": false,
517
+ "default": null,
518
+ "generated": null,
519
+ "name": "source_id",
520
+ "entityType": "columns",
521
+ "table": "nexus_relations"
522
+ },
523
+ {
524
+ "type": "text",
525
+ "notNull": true,
526
+ "autoincrement": false,
527
+ "default": null,
528
+ "generated": null,
529
+ "name": "target_id",
530
+ "entityType": "columns",
531
+ "table": "nexus_relations"
532
+ },
533
+ {
534
+ "type": "text",
535
+ "notNull": true,
536
+ "autoincrement": false,
537
+ "default": null,
538
+ "generated": null,
539
+ "name": "type",
540
+ "entityType": "columns",
541
+ "table": "nexus_relations"
542
+ },
543
+ {
544
+ "type": "real",
545
+ "notNull": true,
546
+ "autoincrement": false,
547
+ "default": null,
548
+ "generated": null,
549
+ "name": "confidence",
550
+ "entityType": "columns",
551
+ "table": "nexus_relations"
552
+ },
553
+ {
554
+ "type": "text",
555
+ "notNull": false,
556
+ "autoincrement": false,
557
+ "default": null,
558
+ "generated": null,
559
+ "name": "reason",
560
+ "entityType": "columns",
561
+ "table": "nexus_relations"
562
+ },
563
+ {
564
+ "type": "integer",
565
+ "notNull": false,
566
+ "autoincrement": false,
567
+ "default": null,
568
+ "generated": null,
569
+ "name": "step",
570
+ "entityType": "columns",
571
+ "table": "nexus_relations"
572
+ },
573
+ {
574
+ "type": "text",
575
+ "notNull": true,
576
+ "autoincrement": false,
577
+ "default": "(datetime('now'))",
578
+ "generated": null,
579
+ "name": "indexed_at",
580
+ "entityType": "columns",
581
+ "table": "nexus_relations"
582
+ },
583
+ {
584
+ "type": "real",
585
+ "notNull": false,
586
+ "autoincrement": false,
587
+ "default": "0",
588
+ "generated": null,
589
+ "name": "weight",
590
+ "entityType": "columns",
591
+ "table": "nexus_relations"
592
+ },
593
+ {
594
+ "type": "text",
595
+ "notNull": false,
596
+ "autoincrement": false,
597
+ "default": null,
598
+ "generated": null,
599
+ "name": "last_accessed_at",
600
+ "entityType": "columns",
601
+ "table": "nexus_relations"
602
+ },
603
+ {
604
+ "type": "integer",
605
+ "notNull": false,
606
+ "autoincrement": false,
607
+ "default": "0",
608
+ "generated": null,
609
+ "name": "co_accessed_count",
610
+ "entityType": "columns",
611
+ "table": "nexus_relations"
612
+ },
613
+ {
614
+ "type": "text",
615
+ "notNull": false,
616
+ "autoincrement": false,
617
+ "default": null,
618
+ "generated": null,
619
+ "name": "key",
620
+ "entityType": "columns",
621
+ "table": "nexus_schema_meta"
622
+ },
623
+ {
624
+ "type": "text",
625
+ "notNull": true,
626
+ "autoincrement": false,
627
+ "default": null,
628
+ "generated": null,
629
+ "name": "value",
630
+ "entityType": "columns",
631
+ "table": "nexus_schema_meta"
632
+ },
633
+ {
634
+ "type": "text",
635
+ "notNull": false,
636
+ "autoincrement": false,
637
+ "default": null,
638
+ "generated": null,
639
+ "name": "project_id",
640
+ "entityType": "columns",
641
+ "table": "project_registry"
642
+ },
643
+ {
644
+ "type": "text",
645
+ "notNull": true,
646
+ "autoincrement": false,
647
+ "default": null,
648
+ "generated": null,
649
+ "name": "project_hash",
650
+ "entityType": "columns",
651
+ "table": "project_registry"
652
+ },
653
+ {
654
+ "type": "text",
655
+ "notNull": true,
656
+ "autoincrement": false,
657
+ "default": null,
658
+ "generated": null,
659
+ "name": "project_path",
660
+ "entityType": "columns",
661
+ "table": "project_registry"
662
+ },
663
+ {
664
+ "type": "text",
665
+ "notNull": true,
666
+ "autoincrement": false,
667
+ "default": null,
668
+ "generated": null,
669
+ "name": "name",
670
+ "entityType": "columns",
671
+ "table": "project_registry"
672
+ },
673
+ {
674
+ "type": "text",
675
+ "notNull": true,
676
+ "autoincrement": false,
677
+ "default": "(datetime('now'))",
678
+ "generated": null,
679
+ "name": "registered_at",
680
+ "entityType": "columns",
681
+ "table": "project_registry"
682
+ },
683
+ {
684
+ "type": "text",
685
+ "notNull": true,
686
+ "autoincrement": false,
687
+ "default": "(datetime('now'))",
688
+ "generated": null,
689
+ "name": "last_seen",
690
+ "entityType": "columns",
691
+ "table": "project_registry"
692
+ },
693
+ {
694
+ "type": "text",
695
+ "notNull": true,
696
+ "autoincrement": false,
697
+ "default": "'unknown'",
698
+ "generated": null,
699
+ "name": "health_status",
700
+ "entityType": "columns",
701
+ "table": "project_registry"
702
+ },
703
+ {
704
+ "type": "text",
705
+ "notNull": false,
706
+ "autoincrement": false,
707
+ "default": null,
708
+ "generated": null,
709
+ "name": "health_last_check",
710
+ "entityType": "columns",
711
+ "table": "project_registry"
712
+ },
713
+ {
714
+ "type": "text",
715
+ "notNull": true,
716
+ "autoincrement": false,
717
+ "default": "'read'",
718
+ "generated": null,
719
+ "name": "permissions",
720
+ "entityType": "columns",
721
+ "table": "project_registry"
722
+ },
723
+ {
724
+ "type": "text",
725
+ "notNull": true,
726
+ "autoincrement": false,
727
+ "default": "(datetime('now'))",
728
+ "generated": null,
729
+ "name": "last_sync",
730
+ "entityType": "columns",
731
+ "table": "project_registry"
732
+ },
733
+ {
734
+ "type": "integer",
735
+ "notNull": true,
736
+ "autoincrement": false,
737
+ "default": "0",
738
+ "generated": null,
739
+ "name": "task_count",
740
+ "entityType": "columns",
741
+ "table": "project_registry"
742
+ },
743
+ {
744
+ "type": "text",
745
+ "notNull": true,
746
+ "autoincrement": false,
747
+ "default": "'[]'",
748
+ "generated": null,
749
+ "name": "labels_json",
750
+ "entityType": "columns",
751
+ "table": "project_registry"
752
+ },
753
+ {
754
+ "type": "text",
755
+ "notNull": false,
756
+ "autoincrement": false,
757
+ "default": null,
758
+ "generated": null,
759
+ "name": "brain_db_path",
760
+ "entityType": "columns",
761
+ "table": "project_registry"
762
+ },
763
+ {
764
+ "type": "text",
765
+ "notNull": false,
766
+ "autoincrement": false,
767
+ "default": null,
768
+ "generated": null,
769
+ "name": "tasks_db_path",
770
+ "entityType": "columns",
771
+ "table": "project_registry"
772
+ },
773
+ {
774
+ "type": "text",
775
+ "notNull": false,
776
+ "autoincrement": false,
777
+ "default": null,
778
+ "generated": null,
779
+ "name": "last_indexed",
780
+ "entityType": "columns",
781
+ "table": "project_registry"
782
+ },
783
+ {
784
+ "type": "text",
785
+ "notNull": true,
786
+ "autoincrement": false,
787
+ "default": "'{}'",
788
+ "generated": null,
789
+ "name": "stats_json",
790
+ "entityType": "columns",
791
+ "table": "project_registry"
792
+ },
793
+ {
794
+ "columns": [
795
+ "id"
796
+ ],
797
+ "nameExplicit": false,
798
+ "name": "nexus_audit_log_pk",
799
+ "table": "nexus_audit_log",
800
+ "entityType": "pks"
801
+ },
802
+ {
803
+ "columns": [
804
+ "contract_id"
805
+ ],
806
+ "nameExplicit": false,
807
+ "name": "nexus_contracts_pk",
808
+ "table": "nexus_contracts",
809
+ "entityType": "pks"
810
+ },
811
+ {
812
+ "columns": [
813
+ "id"
814
+ ],
815
+ "nameExplicit": false,
816
+ "name": "nexus_nodes_pk",
817
+ "table": "nexus_nodes",
818
+ "entityType": "pks"
819
+ },
820
+ {
821
+ "columns": [
822
+ "id"
823
+ ],
824
+ "nameExplicit": false,
825
+ "name": "nexus_relations_pk",
826
+ "table": "nexus_relations",
827
+ "entityType": "pks"
828
+ },
829
+ {
830
+ "columns": [
831
+ "key"
832
+ ],
833
+ "nameExplicit": false,
834
+ "name": "nexus_schema_meta_pk",
835
+ "table": "nexus_schema_meta",
836
+ "entityType": "pks"
837
+ },
838
+ {
839
+ "columns": [
840
+ "project_id"
841
+ ],
842
+ "nameExplicit": false,
843
+ "name": "project_registry_pk",
844
+ "table": "project_registry",
845
+ "entityType": "pks"
846
+ },
847
+ {
848
+ "columns": [
849
+ {
850
+ "value": "timestamp",
851
+ "isExpression": false
852
+ }
853
+ ],
854
+ "isUnique": false,
855
+ "where": null,
856
+ "origin": "manual",
857
+ "name": "idx_nexus_audit_timestamp",
858
+ "entityType": "indexes",
859
+ "table": "nexus_audit_log"
860
+ },
861
+ {
862
+ "columns": [
863
+ {
864
+ "value": "action",
865
+ "isExpression": false
866
+ }
867
+ ],
868
+ "isUnique": false,
869
+ "where": null,
870
+ "origin": "manual",
871
+ "name": "idx_nexus_audit_action",
872
+ "entityType": "indexes",
873
+ "table": "nexus_audit_log"
874
+ },
875
+ {
876
+ "columns": [
877
+ {
878
+ "value": "project_hash",
879
+ "isExpression": false
880
+ }
881
+ ],
882
+ "isUnique": false,
883
+ "where": null,
884
+ "origin": "manual",
885
+ "name": "idx_nexus_audit_project_hash",
886
+ "entityType": "indexes",
887
+ "table": "nexus_audit_log"
888
+ },
889
+ {
890
+ "columns": [
891
+ {
892
+ "value": "project_id",
893
+ "isExpression": false
894
+ }
895
+ ],
896
+ "isUnique": false,
897
+ "where": null,
898
+ "origin": "manual",
899
+ "name": "idx_nexus_audit_project_id",
900
+ "entityType": "indexes",
901
+ "table": "nexus_audit_log"
902
+ },
903
+ {
904
+ "columns": [
905
+ {
906
+ "value": "session_id",
907
+ "isExpression": false
908
+ }
909
+ ],
910
+ "isUnique": false,
911
+ "where": null,
912
+ "origin": "manual",
913
+ "name": "idx_nexus_audit_session",
914
+ "entityType": "indexes",
915
+ "table": "nexus_audit_log"
916
+ },
917
+ {
918
+ "columns": [
919
+ {
920
+ "value": "project_id",
921
+ "isExpression": false
922
+ }
923
+ ],
924
+ "isUnique": false,
925
+ "where": null,
926
+ "origin": "manual",
927
+ "name": "idx_nexus_contracts_project",
928
+ "entityType": "indexes",
929
+ "table": "nexus_contracts"
930
+ },
931
+ {
932
+ "columns": [
933
+ {
934
+ "value": "type",
935
+ "isExpression": false
936
+ }
937
+ ],
938
+ "isUnique": false,
939
+ "where": null,
940
+ "origin": "manual",
941
+ "name": "idx_nexus_contracts_type",
942
+ "entityType": "indexes",
943
+ "table": "nexus_contracts"
944
+ },
945
+ {
946
+ "columns": [
947
+ {
948
+ "value": "path",
949
+ "isExpression": false
950
+ }
951
+ ],
952
+ "isUnique": false,
953
+ "where": null,
954
+ "origin": "manual",
955
+ "name": "idx_nexus_contracts_path",
956
+ "entityType": "indexes",
957
+ "table": "nexus_contracts"
958
+ },
959
+ {
960
+ "columns": [
961
+ {
962
+ "value": "method",
963
+ "isExpression": false
964
+ }
965
+ ],
966
+ "isUnique": false,
967
+ "where": null,
968
+ "origin": "manual",
969
+ "name": "idx_nexus_contracts_method",
970
+ "entityType": "indexes",
971
+ "table": "nexus_contracts"
972
+ },
973
+ {
974
+ "columns": [
975
+ {
976
+ "value": "project_id",
977
+ "isExpression": false
978
+ },
979
+ {
980
+ "value": "type",
981
+ "isExpression": false
982
+ }
983
+ ],
984
+ "isUnique": false,
985
+ "where": null,
986
+ "origin": "manual",
987
+ "name": "idx_nexus_contracts_project_type",
988
+ "entityType": "indexes",
989
+ "table": "nexus_contracts"
990
+ },
991
+ {
992
+ "columns": [
993
+ {
994
+ "value": "source_symbol_id",
995
+ "isExpression": false
996
+ }
997
+ ],
998
+ "isUnique": false,
999
+ "where": null,
1000
+ "origin": "manual",
1001
+ "name": "idx_nexus_contracts_source_symbol",
1002
+ "entityType": "indexes",
1003
+ "table": "nexus_contracts"
1004
+ },
1005
+ {
1006
+ "columns": [
1007
+ {
1008
+ "value": "created_at",
1009
+ "isExpression": false
1010
+ }
1011
+ ],
1012
+ "isUnique": false,
1013
+ "where": null,
1014
+ "origin": "manual",
1015
+ "name": "idx_nexus_contracts_created",
1016
+ "entityType": "indexes",
1017
+ "table": "nexus_contracts"
1018
+ },
1019
+ {
1020
+ "columns": [
1021
+ {
1022
+ "value": "project_id",
1023
+ "isExpression": false
1024
+ }
1025
+ ],
1026
+ "isUnique": false,
1027
+ "where": null,
1028
+ "origin": "manual",
1029
+ "name": "idx_nexus_nodes_project",
1030
+ "entityType": "indexes",
1031
+ "table": "nexus_nodes"
1032
+ },
1033
+ {
1034
+ "columns": [
1035
+ {
1036
+ "value": "kind",
1037
+ "isExpression": false
1038
+ }
1039
+ ],
1040
+ "isUnique": false,
1041
+ "where": null,
1042
+ "origin": "manual",
1043
+ "name": "idx_nexus_nodes_kind",
1044
+ "entityType": "indexes",
1045
+ "table": "nexus_nodes"
1046
+ },
1047
+ {
1048
+ "columns": [
1049
+ {
1050
+ "value": "file_path",
1051
+ "isExpression": false
1052
+ }
1053
+ ],
1054
+ "isUnique": false,
1055
+ "where": null,
1056
+ "origin": "manual",
1057
+ "name": "idx_nexus_nodes_file",
1058
+ "entityType": "indexes",
1059
+ "table": "nexus_nodes"
1060
+ },
1061
+ {
1062
+ "columns": [
1063
+ {
1064
+ "value": "name",
1065
+ "isExpression": false
1066
+ }
1067
+ ],
1068
+ "isUnique": false,
1069
+ "where": null,
1070
+ "origin": "manual",
1071
+ "name": "idx_nexus_nodes_name",
1072
+ "entityType": "indexes",
1073
+ "table": "nexus_nodes"
1074
+ },
1075
+ {
1076
+ "columns": [
1077
+ {
1078
+ "value": "project_id",
1079
+ "isExpression": false
1080
+ },
1081
+ {
1082
+ "value": "kind",
1083
+ "isExpression": false
1084
+ }
1085
+ ],
1086
+ "isUnique": false,
1087
+ "where": null,
1088
+ "origin": "manual",
1089
+ "name": "idx_nexus_nodes_project_kind",
1090
+ "entityType": "indexes",
1091
+ "table": "nexus_nodes"
1092
+ },
1093
+ {
1094
+ "columns": [
1095
+ {
1096
+ "value": "project_id",
1097
+ "isExpression": false
1098
+ },
1099
+ {
1100
+ "value": "file_path",
1101
+ "isExpression": false
1102
+ }
1103
+ ],
1104
+ "isUnique": false,
1105
+ "where": null,
1106
+ "origin": "manual",
1107
+ "name": "idx_nexus_nodes_project_file",
1108
+ "entityType": "indexes",
1109
+ "table": "nexus_nodes"
1110
+ },
1111
+ {
1112
+ "columns": [
1113
+ {
1114
+ "value": "community_id",
1115
+ "isExpression": false
1116
+ }
1117
+ ],
1118
+ "isUnique": false,
1119
+ "where": null,
1120
+ "origin": "manual",
1121
+ "name": "idx_nexus_nodes_community",
1122
+ "entityType": "indexes",
1123
+ "table": "nexus_nodes"
1124
+ },
1125
+ {
1126
+ "columns": [
1127
+ {
1128
+ "value": "parent_id",
1129
+ "isExpression": false
1130
+ }
1131
+ ],
1132
+ "isUnique": false,
1133
+ "where": null,
1134
+ "origin": "manual",
1135
+ "name": "idx_nexus_nodes_parent",
1136
+ "entityType": "indexes",
1137
+ "table": "nexus_nodes"
1138
+ },
1139
+ {
1140
+ "columns": [
1141
+ {
1142
+ "value": "is_exported",
1143
+ "isExpression": false
1144
+ }
1145
+ ],
1146
+ "isUnique": false,
1147
+ "where": null,
1148
+ "origin": "manual",
1149
+ "name": "idx_nexus_nodes_exported",
1150
+ "entityType": "indexes",
1151
+ "table": "nexus_nodes"
1152
+ },
1153
+ {
1154
+ "columns": [
1155
+ {
1156
+ "value": "is_external",
1157
+ "isExpression": false
1158
+ }
1159
+ ],
1160
+ "isUnique": false,
1161
+ "where": null,
1162
+ "origin": "manual",
1163
+ "name": "idx_nexus_nodes_is_external",
1164
+ "entityType": "indexes",
1165
+ "table": "nexus_nodes"
1166
+ },
1167
+ {
1168
+ "columns": [
1169
+ {
1170
+ "value": "project_id",
1171
+ "isExpression": false
1172
+ }
1173
+ ],
1174
+ "isUnique": false,
1175
+ "where": null,
1176
+ "origin": "manual",
1177
+ "name": "idx_nexus_relations_project",
1178
+ "entityType": "indexes",
1179
+ "table": "nexus_relations"
1180
+ },
1181
+ {
1182
+ "columns": [
1183
+ {
1184
+ "value": "source_id",
1185
+ "isExpression": false
1186
+ }
1187
+ ],
1188
+ "isUnique": false,
1189
+ "where": null,
1190
+ "origin": "manual",
1191
+ "name": "idx_nexus_relations_source",
1192
+ "entityType": "indexes",
1193
+ "table": "nexus_relations"
1194
+ },
1195
+ {
1196
+ "columns": [
1197
+ {
1198
+ "value": "target_id",
1199
+ "isExpression": false
1200
+ }
1201
+ ],
1202
+ "isUnique": false,
1203
+ "where": null,
1204
+ "origin": "manual",
1205
+ "name": "idx_nexus_relations_target",
1206
+ "entityType": "indexes",
1207
+ "table": "nexus_relations"
1208
+ },
1209
+ {
1210
+ "columns": [
1211
+ {
1212
+ "value": "type",
1213
+ "isExpression": false
1214
+ }
1215
+ ],
1216
+ "isUnique": false,
1217
+ "where": null,
1218
+ "origin": "manual",
1219
+ "name": "idx_nexus_relations_type",
1220
+ "entityType": "indexes",
1221
+ "table": "nexus_relations"
1222
+ },
1223
+ {
1224
+ "columns": [
1225
+ {
1226
+ "value": "project_id",
1227
+ "isExpression": false
1228
+ },
1229
+ {
1230
+ "value": "type",
1231
+ "isExpression": false
1232
+ }
1233
+ ],
1234
+ "isUnique": false,
1235
+ "where": null,
1236
+ "origin": "manual",
1237
+ "name": "idx_nexus_relations_project_type",
1238
+ "entityType": "indexes",
1239
+ "table": "nexus_relations"
1240
+ },
1241
+ {
1242
+ "columns": [
1243
+ {
1244
+ "value": "source_id",
1245
+ "isExpression": false
1246
+ },
1247
+ {
1248
+ "value": "type",
1249
+ "isExpression": false
1250
+ }
1251
+ ],
1252
+ "isUnique": false,
1253
+ "where": null,
1254
+ "origin": "manual",
1255
+ "name": "idx_nexus_relations_source_type",
1256
+ "entityType": "indexes",
1257
+ "table": "nexus_relations"
1258
+ },
1259
+ {
1260
+ "columns": [
1261
+ {
1262
+ "value": "target_id",
1263
+ "isExpression": false
1264
+ },
1265
+ {
1266
+ "value": "type",
1267
+ "isExpression": false
1268
+ }
1269
+ ],
1270
+ "isUnique": false,
1271
+ "where": null,
1272
+ "origin": "manual",
1273
+ "name": "idx_nexus_relations_target_type",
1274
+ "entityType": "indexes",
1275
+ "table": "nexus_relations"
1276
+ },
1277
+ {
1278
+ "columns": [
1279
+ {
1280
+ "value": "confidence",
1281
+ "isExpression": false
1282
+ }
1283
+ ],
1284
+ "isUnique": false,
1285
+ "where": null,
1286
+ "origin": "manual",
1287
+ "name": "idx_nexus_relations_confidence",
1288
+ "entityType": "indexes",
1289
+ "table": "nexus_relations"
1290
+ },
1291
+ {
1292
+ "columns": [
1293
+ {
1294
+ "value": "last_accessed_at",
1295
+ "isExpression": false
1296
+ }
1297
+ ],
1298
+ "isUnique": false,
1299
+ "where": null,
1300
+ "origin": "manual",
1301
+ "name": "idx_nexus_relations_last_accessed",
1302
+ "entityType": "indexes",
1303
+ "table": "nexus_relations"
1304
+ },
1305
+ {
1306
+ "columns": [
1307
+ {
1308
+ "value": "project_hash",
1309
+ "isExpression": false
1310
+ }
1311
+ ],
1312
+ "isUnique": false,
1313
+ "where": null,
1314
+ "origin": "manual",
1315
+ "name": "idx_project_registry_hash",
1316
+ "entityType": "indexes",
1317
+ "table": "project_registry"
1318
+ },
1319
+ {
1320
+ "columns": [
1321
+ {
1322
+ "value": "health_status",
1323
+ "isExpression": false
1324
+ }
1325
+ ],
1326
+ "isUnique": false,
1327
+ "where": null,
1328
+ "origin": "manual",
1329
+ "name": "idx_project_registry_health",
1330
+ "entityType": "indexes",
1331
+ "table": "project_registry"
1332
+ },
1333
+ {
1334
+ "columns": [
1335
+ {
1336
+ "value": "name",
1337
+ "isExpression": false
1338
+ }
1339
+ ],
1340
+ "isUnique": false,
1341
+ "where": null,
1342
+ "origin": "manual",
1343
+ "name": "idx_project_registry_name",
1344
+ "entityType": "indexes",
1345
+ "table": "project_registry"
1346
+ },
1347
+ {
1348
+ "columns": [
1349
+ {
1350
+ "value": "last_indexed",
1351
+ "isExpression": false
1352
+ }
1353
+ ],
1354
+ "isUnique": false,
1355
+ "where": null,
1356
+ "origin": "manual",
1357
+ "name": "idx_project_registry_last_indexed",
1358
+ "entityType": "indexes",
1359
+ "table": "project_registry"
1360
+ },
1361
+ {
1362
+ "columns": [
1363
+ "project_path"
1364
+ ],
1365
+ "nameExplicit": false,
1366
+ "name": "project_registry_project_path_unique",
1367
+ "entityType": "uniques",
1368
+ "table": "project_registry"
1369
+ }
1370
+ ],
1371
+ "renames": []
1372
+ }