@cleocode/cleo 2026.3.15 → 2026.3.17

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,3388 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "sqlite",
4
+ "id": "0ecc1bc9-f372-4f9e-91c2-cf616bc18ac2",
5
+ "prevIds": [
6
+ "0bd5e7d1-24e0-4a98-9799-9ec58327342f"
7
+ ],
8
+ "ddl": [
9
+ {
10
+ "name": "adr_relations",
11
+ "entityType": "tables"
12
+ },
13
+ {
14
+ "name": "adr_task_links",
15
+ "entityType": "tables"
16
+ },
17
+ {
18
+ "name": "architecture_decisions",
19
+ "entityType": "tables"
20
+ },
21
+ {
22
+ "name": "audit_log",
23
+ "entityType": "tables"
24
+ },
25
+ {
26
+ "name": "lifecycle_evidence",
27
+ "entityType": "tables"
28
+ },
29
+ {
30
+ "name": "lifecycle_gate_results",
31
+ "entityType": "tables"
32
+ },
33
+ {
34
+ "name": "lifecycle_pipelines",
35
+ "entityType": "tables"
36
+ },
37
+ {
38
+ "name": "lifecycle_stages",
39
+ "entityType": "tables"
40
+ },
41
+ {
42
+ "name": "lifecycle_transitions",
43
+ "entityType": "tables"
44
+ },
45
+ {
46
+ "name": "manifest_entries",
47
+ "entityType": "tables"
48
+ },
49
+ {
50
+ "name": "pipeline_manifest",
51
+ "entityType": "tables"
52
+ },
53
+ {
54
+ "name": "release_manifests",
55
+ "entityType": "tables"
56
+ },
57
+ {
58
+ "name": "schema_meta",
59
+ "entityType": "tables"
60
+ },
61
+ {
62
+ "name": "sessions",
63
+ "entityType": "tables"
64
+ },
65
+ {
66
+ "name": "status_registry",
67
+ "entityType": "tables"
68
+ },
69
+ {
70
+ "name": "task_dependencies",
71
+ "entityType": "tables"
72
+ },
73
+ {
74
+ "name": "task_relations",
75
+ "entityType": "tables"
76
+ },
77
+ {
78
+ "name": "task_work_history",
79
+ "entityType": "tables"
80
+ },
81
+ {
82
+ "name": "tasks",
83
+ "entityType": "tables"
84
+ },
85
+ {
86
+ "name": "warp_chain_instances",
87
+ "entityType": "tables"
88
+ },
89
+ {
90
+ "name": "warp_chains",
91
+ "entityType": "tables"
92
+ },
93
+ {
94
+ "type": "text",
95
+ "notNull": true,
96
+ "autoincrement": false,
97
+ "default": null,
98
+ "generated": null,
99
+ "name": "from_adr_id",
100
+ "entityType": "columns",
101
+ "table": "adr_relations"
102
+ },
103
+ {
104
+ "type": "text",
105
+ "notNull": true,
106
+ "autoincrement": false,
107
+ "default": null,
108
+ "generated": null,
109
+ "name": "to_adr_id",
110
+ "entityType": "columns",
111
+ "table": "adr_relations"
112
+ },
113
+ {
114
+ "type": "text",
115
+ "notNull": true,
116
+ "autoincrement": false,
117
+ "default": null,
118
+ "generated": null,
119
+ "name": "relation_type",
120
+ "entityType": "columns",
121
+ "table": "adr_relations"
122
+ },
123
+ {
124
+ "type": "text",
125
+ "notNull": true,
126
+ "autoincrement": false,
127
+ "default": null,
128
+ "generated": null,
129
+ "name": "adr_id",
130
+ "entityType": "columns",
131
+ "table": "adr_task_links"
132
+ },
133
+ {
134
+ "type": "text",
135
+ "notNull": true,
136
+ "autoincrement": false,
137
+ "default": null,
138
+ "generated": null,
139
+ "name": "task_id",
140
+ "entityType": "columns",
141
+ "table": "adr_task_links"
142
+ },
143
+ {
144
+ "type": "text",
145
+ "notNull": true,
146
+ "autoincrement": false,
147
+ "default": "'related'",
148
+ "generated": null,
149
+ "name": "link_type",
150
+ "entityType": "columns",
151
+ "table": "adr_task_links"
152
+ },
153
+ {
154
+ "type": "text",
155
+ "notNull": false,
156
+ "autoincrement": false,
157
+ "default": null,
158
+ "generated": null,
159
+ "name": "id",
160
+ "entityType": "columns",
161
+ "table": "architecture_decisions"
162
+ },
163
+ {
164
+ "type": "text",
165
+ "notNull": true,
166
+ "autoincrement": false,
167
+ "default": null,
168
+ "generated": null,
169
+ "name": "title",
170
+ "entityType": "columns",
171
+ "table": "architecture_decisions"
172
+ },
173
+ {
174
+ "type": "text",
175
+ "notNull": true,
176
+ "autoincrement": false,
177
+ "default": "'proposed'",
178
+ "generated": null,
179
+ "name": "status",
180
+ "entityType": "columns",
181
+ "table": "architecture_decisions"
182
+ },
183
+ {
184
+ "type": "text",
185
+ "notNull": false,
186
+ "autoincrement": false,
187
+ "default": null,
188
+ "generated": null,
189
+ "name": "supersedes_id",
190
+ "entityType": "columns",
191
+ "table": "architecture_decisions"
192
+ },
193
+ {
194
+ "type": "text",
195
+ "notNull": false,
196
+ "autoincrement": false,
197
+ "default": null,
198
+ "generated": null,
199
+ "name": "superseded_by_id",
200
+ "entityType": "columns",
201
+ "table": "architecture_decisions"
202
+ },
203
+ {
204
+ "type": "text",
205
+ "notNull": false,
206
+ "autoincrement": false,
207
+ "default": null,
208
+ "generated": null,
209
+ "name": "consensus_manifest_id",
210
+ "entityType": "columns",
211
+ "table": "architecture_decisions"
212
+ },
213
+ {
214
+ "type": "text",
215
+ "notNull": true,
216
+ "autoincrement": false,
217
+ "default": null,
218
+ "generated": null,
219
+ "name": "content",
220
+ "entityType": "columns",
221
+ "table": "architecture_decisions"
222
+ },
223
+ {
224
+ "type": "text",
225
+ "notNull": true,
226
+ "autoincrement": false,
227
+ "default": "(datetime('now'))",
228
+ "generated": null,
229
+ "name": "created_at",
230
+ "entityType": "columns",
231
+ "table": "architecture_decisions"
232
+ },
233
+ {
234
+ "type": "text",
235
+ "notNull": false,
236
+ "autoincrement": false,
237
+ "default": null,
238
+ "generated": null,
239
+ "name": "updated_at",
240
+ "entityType": "columns",
241
+ "table": "architecture_decisions"
242
+ },
243
+ {
244
+ "type": "text",
245
+ "notNull": true,
246
+ "autoincrement": false,
247
+ "default": "''",
248
+ "generated": null,
249
+ "name": "date",
250
+ "entityType": "columns",
251
+ "table": "architecture_decisions"
252
+ },
253
+ {
254
+ "type": "text",
255
+ "notNull": false,
256
+ "autoincrement": false,
257
+ "default": null,
258
+ "generated": null,
259
+ "name": "accepted_at",
260
+ "entityType": "columns",
261
+ "table": "architecture_decisions"
262
+ },
263
+ {
264
+ "type": "text",
265
+ "notNull": false,
266
+ "autoincrement": false,
267
+ "default": null,
268
+ "generated": null,
269
+ "name": "gate",
270
+ "entityType": "columns",
271
+ "table": "architecture_decisions"
272
+ },
273
+ {
274
+ "type": "text",
275
+ "notNull": false,
276
+ "autoincrement": false,
277
+ "default": null,
278
+ "generated": null,
279
+ "name": "gate_status",
280
+ "entityType": "columns",
281
+ "table": "architecture_decisions"
282
+ },
283
+ {
284
+ "type": "text",
285
+ "notNull": false,
286
+ "autoincrement": false,
287
+ "default": null,
288
+ "generated": null,
289
+ "name": "amends_id",
290
+ "entityType": "columns",
291
+ "table": "architecture_decisions"
292
+ },
293
+ {
294
+ "type": "text",
295
+ "notNull": true,
296
+ "autoincrement": false,
297
+ "default": "''",
298
+ "generated": null,
299
+ "name": "file_path",
300
+ "entityType": "columns",
301
+ "table": "architecture_decisions"
302
+ },
303
+ {
304
+ "type": "text",
305
+ "notNull": false,
306
+ "autoincrement": false,
307
+ "default": null,
308
+ "generated": null,
309
+ "name": "summary",
310
+ "entityType": "columns",
311
+ "table": "architecture_decisions"
312
+ },
313
+ {
314
+ "type": "text",
315
+ "notNull": false,
316
+ "autoincrement": false,
317
+ "default": null,
318
+ "generated": null,
319
+ "name": "keywords",
320
+ "entityType": "columns",
321
+ "table": "architecture_decisions"
322
+ },
323
+ {
324
+ "type": "text",
325
+ "notNull": false,
326
+ "autoincrement": false,
327
+ "default": null,
328
+ "generated": null,
329
+ "name": "topics",
330
+ "entityType": "columns",
331
+ "table": "architecture_decisions"
332
+ },
333
+ {
334
+ "type": "text",
335
+ "notNull": false,
336
+ "autoincrement": false,
337
+ "default": null,
338
+ "generated": null,
339
+ "name": "id",
340
+ "entityType": "columns",
341
+ "table": "audit_log"
342
+ },
343
+ {
344
+ "type": "text",
345
+ "notNull": true,
346
+ "autoincrement": false,
347
+ "default": "(datetime('now'))",
348
+ "generated": null,
349
+ "name": "timestamp",
350
+ "entityType": "columns",
351
+ "table": "audit_log"
352
+ },
353
+ {
354
+ "type": "text",
355
+ "notNull": true,
356
+ "autoincrement": false,
357
+ "default": null,
358
+ "generated": null,
359
+ "name": "action",
360
+ "entityType": "columns",
361
+ "table": "audit_log"
362
+ },
363
+ {
364
+ "type": "text",
365
+ "notNull": true,
366
+ "autoincrement": false,
367
+ "default": null,
368
+ "generated": null,
369
+ "name": "task_id",
370
+ "entityType": "columns",
371
+ "table": "audit_log"
372
+ },
373
+ {
374
+ "type": "text",
375
+ "notNull": true,
376
+ "autoincrement": false,
377
+ "default": "'system'",
378
+ "generated": null,
379
+ "name": "actor",
380
+ "entityType": "columns",
381
+ "table": "audit_log"
382
+ },
383
+ {
384
+ "type": "text",
385
+ "notNull": false,
386
+ "autoincrement": false,
387
+ "default": "'{}'",
388
+ "generated": null,
389
+ "name": "details_json",
390
+ "entityType": "columns",
391
+ "table": "audit_log"
392
+ },
393
+ {
394
+ "type": "text",
395
+ "notNull": false,
396
+ "autoincrement": false,
397
+ "default": null,
398
+ "generated": null,
399
+ "name": "before_json",
400
+ "entityType": "columns",
401
+ "table": "audit_log"
402
+ },
403
+ {
404
+ "type": "text",
405
+ "notNull": false,
406
+ "autoincrement": false,
407
+ "default": null,
408
+ "generated": null,
409
+ "name": "after_json",
410
+ "entityType": "columns",
411
+ "table": "audit_log"
412
+ },
413
+ {
414
+ "type": "text",
415
+ "notNull": false,
416
+ "autoincrement": false,
417
+ "default": null,
418
+ "generated": null,
419
+ "name": "domain",
420
+ "entityType": "columns",
421
+ "table": "audit_log"
422
+ },
423
+ {
424
+ "type": "text",
425
+ "notNull": false,
426
+ "autoincrement": false,
427
+ "default": null,
428
+ "generated": null,
429
+ "name": "operation",
430
+ "entityType": "columns",
431
+ "table": "audit_log"
432
+ },
433
+ {
434
+ "type": "text",
435
+ "notNull": false,
436
+ "autoincrement": false,
437
+ "default": null,
438
+ "generated": null,
439
+ "name": "session_id",
440
+ "entityType": "columns",
441
+ "table": "audit_log"
442
+ },
443
+ {
444
+ "type": "text",
445
+ "notNull": false,
446
+ "autoincrement": false,
447
+ "default": null,
448
+ "generated": null,
449
+ "name": "request_id",
450
+ "entityType": "columns",
451
+ "table": "audit_log"
452
+ },
453
+ {
454
+ "type": "integer",
455
+ "notNull": false,
456
+ "autoincrement": false,
457
+ "default": null,
458
+ "generated": null,
459
+ "name": "duration_ms",
460
+ "entityType": "columns",
461
+ "table": "audit_log"
462
+ },
463
+ {
464
+ "type": "integer",
465
+ "notNull": false,
466
+ "autoincrement": false,
467
+ "default": null,
468
+ "generated": null,
469
+ "name": "success",
470
+ "entityType": "columns",
471
+ "table": "audit_log"
472
+ },
473
+ {
474
+ "type": "text",
475
+ "notNull": false,
476
+ "autoincrement": false,
477
+ "default": null,
478
+ "generated": null,
479
+ "name": "source",
480
+ "entityType": "columns",
481
+ "table": "audit_log"
482
+ },
483
+ {
484
+ "type": "text",
485
+ "notNull": false,
486
+ "autoincrement": false,
487
+ "default": null,
488
+ "generated": null,
489
+ "name": "gateway",
490
+ "entityType": "columns",
491
+ "table": "audit_log"
492
+ },
493
+ {
494
+ "type": "text",
495
+ "notNull": false,
496
+ "autoincrement": false,
497
+ "default": null,
498
+ "generated": null,
499
+ "name": "error_message",
500
+ "entityType": "columns",
501
+ "table": "audit_log"
502
+ },
503
+ {
504
+ "type": "text",
505
+ "notNull": false,
506
+ "autoincrement": false,
507
+ "default": null,
508
+ "generated": null,
509
+ "name": "project_hash",
510
+ "entityType": "columns",
511
+ "table": "audit_log"
512
+ },
513
+ {
514
+ "type": "text",
515
+ "notNull": false,
516
+ "autoincrement": false,
517
+ "default": null,
518
+ "generated": null,
519
+ "name": "id",
520
+ "entityType": "columns",
521
+ "table": "lifecycle_evidence"
522
+ },
523
+ {
524
+ "type": "text",
525
+ "notNull": true,
526
+ "autoincrement": false,
527
+ "default": null,
528
+ "generated": null,
529
+ "name": "stage_id",
530
+ "entityType": "columns",
531
+ "table": "lifecycle_evidence"
532
+ },
533
+ {
534
+ "type": "text",
535
+ "notNull": true,
536
+ "autoincrement": false,
537
+ "default": null,
538
+ "generated": null,
539
+ "name": "uri",
540
+ "entityType": "columns",
541
+ "table": "lifecycle_evidence"
542
+ },
543
+ {
544
+ "type": "text",
545
+ "notNull": true,
546
+ "autoincrement": false,
547
+ "default": null,
548
+ "generated": null,
549
+ "name": "type",
550
+ "entityType": "columns",
551
+ "table": "lifecycle_evidence"
552
+ },
553
+ {
554
+ "type": "text",
555
+ "notNull": true,
556
+ "autoincrement": false,
557
+ "default": "(datetime('now'))",
558
+ "generated": null,
559
+ "name": "recorded_at",
560
+ "entityType": "columns",
561
+ "table": "lifecycle_evidence"
562
+ },
563
+ {
564
+ "type": "text",
565
+ "notNull": false,
566
+ "autoincrement": false,
567
+ "default": null,
568
+ "generated": null,
569
+ "name": "recorded_by",
570
+ "entityType": "columns",
571
+ "table": "lifecycle_evidence"
572
+ },
573
+ {
574
+ "type": "text",
575
+ "notNull": false,
576
+ "autoincrement": false,
577
+ "default": null,
578
+ "generated": null,
579
+ "name": "description",
580
+ "entityType": "columns",
581
+ "table": "lifecycle_evidence"
582
+ },
583
+ {
584
+ "type": "text",
585
+ "notNull": false,
586
+ "autoincrement": false,
587
+ "default": null,
588
+ "generated": null,
589
+ "name": "id",
590
+ "entityType": "columns",
591
+ "table": "lifecycle_gate_results"
592
+ },
593
+ {
594
+ "type": "text",
595
+ "notNull": true,
596
+ "autoincrement": false,
597
+ "default": null,
598
+ "generated": null,
599
+ "name": "stage_id",
600
+ "entityType": "columns",
601
+ "table": "lifecycle_gate_results"
602
+ },
603
+ {
604
+ "type": "text",
605
+ "notNull": true,
606
+ "autoincrement": false,
607
+ "default": null,
608
+ "generated": null,
609
+ "name": "gate_name",
610
+ "entityType": "columns",
611
+ "table": "lifecycle_gate_results"
612
+ },
613
+ {
614
+ "type": "text",
615
+ "notNull": true,
616
+ "autoincrement": false,
617
+ "default": null,
618
+ "generated": null,
619
+ "name": "result",
620
+ "entityType": "columns",
621
+ "table": "lifecycle_gate_results"
622
+ },
623
+ {
624
+ "type": "text",
625
+ "notNull": true,
626
+ "autoincrement": false,
627
+ "default": "(datetime('now'))",
628
+ "generated": null,
629
+ "name": "checked_at",
630
+ "entityType": "columns",
631
+ "table": "lifecycle_gate_results"
632
+ },
633
+ {
634
+ "type": "text",
635
+ "notNull": true,
636
+ "autoincrement": false,
637
+ "default": null,
638
+ "generated": null,
639
+ "name": "checked_by",
640
+ "entityType": "columns",
641
+ "table": "lifecycle_gate_results"
642
+ },
643
+ {
644
+ "type": "text",
645
+ "notNull": false,
646
+ "autoincrement": false,
647
+ "default": null,
648
+ "generated": null,
649
+ "name": "details",
650
+ "entityType": "columns",
651
+ "table": "lifecycle_gate_results"
652
+ },
653
+ {
654
+ "type": "text",
655
+ "notNull": false,
656
+ "autoincrement": false,
657
+ "default": null,
658
+ "generated": null,
659
+ "name": "reason",
660
+ "entityType": "columns",
661
+ "table": "lifecycle_gate_results"
662
+ },
663
+ {
664
+ "type": "text",
665
+ "notNull": false,
666
+ "autoincrement": false,
667
+ "default": null,
668
+ "generated": null,
669
+ "name": "id",
670
+ "entityType": "columns",
671
+ "table": "lifecycle_pipelines"
672
+ },
673
+ {
674
+ "type": "text",
675
+ "notNull": true,
676
+ "autoincrement": false,
677
+ "default": null,
678
+ "generated": null,
679
+ "name": "task_id",
680
+ "entityType": "columns",
681
+ "table": "lifecycle_pipelines"
682
+ },
683
+ {
684
+ "type": "text",
685
+ "notNull": true,
686
+ "autoincrement": false,
687
+ "default": "'active'",
688
+ "generated": null,
689
+ "name": "status",
690
+ "entityType": "columns",
691
+ "table": "lifecycle_pipelines"
692
+ },
693
+ {
694
+ "type": "text",
695
+ "notNull": false,
696
+ "autoincrement": false,
697
+ "default": null,
698
+ "generated": null,
699
+ "name": "current_stage_id",
700
+ "entityType": "columns",
701
+ "table": "lifecycle_pipelines"
702
+ },
703
+ {
704
+ "type": "text",
705
+ "notNull": true,
706
+ "autoincrement": false,
707
+ "default": "(datetime('now'))",
708
+ "generated": null,
709
+ "name": "started_at",
710
+ "entityType": "columns",
711
+ "table": "lifecycle_pipelines"
712
+ },
713
+ {
714
+ "type": "text",
715
+ "notNull": false,
716
+ "autoincrement": false,
717
+ "default": null,
718
+ "generated": null,
719
+ "name": "completed_at",
720
+ "entityType": "columns",
721
+ "table": "lifecycle_pipelines"
722
+ },
723
+ {
724
+ "type": "text",
725
+ "notNull": false,
726
+ "autoincrement": false,
727
+ "default": "(datetime('now'))",
728
+ "generated": null,
729
+ "name": "updated_at",
730
+ "entityType": "columns",
731
+ "table": "lifecycle_pipelines"
732
+ },
733
+ {
734
+ "type": "integer",
735
+ "notNull": true,
736
+ "autoincrement": false,
737
+ "default": "1",
738
+ "generated": null,
739
+ "name": "version",
740
+ "entityType": "columns",
741
+ "table": "lifecycle_pipelines"
742
+ },
743
+ {
744
+ "type": "text",
745
+ "notNull": false,
746
+ "autoincrement": false,
747
+ "default": null,
748
+ "generated": null,
749
+ "name": "id",
750
+ "entityType": "columns",
751
+ "table": "lifecycle_stages"
752
+ },
753
+ {
754
+ "type": "text",
755
+ "notNull": true,
756
+ "autoincrement": false,
757
+ "default": null,
758
+ "generated": null,
759
+ "name": "pipeline_id",
760
+ "entityType": "columns",
761
+ "table": "lifecycle_stages"
762
+ },
763
+ {
764
+ "type": "text",
765
+ "notNull": true,
766
+ "autoincrement": false,
767
+ "default": null,
768
+ "generated": null,
769
+ "name": "stage_name",
770
+ "entityType": "columns",
771
+ "table": "lifecycle_stages"
772
+ },
773
+ {
774
+ "type": "text",
775
+ "notNull": true,
776
+ "autoincrement": false,
777
+ "default": "'not_started'",
778
+ "generated": null,
779
+ "name": "status",
780
+ "entityType": "columns",
781
+ "table": "lifecycle_stages"
782
+ },
783
+ {
784
+ "type": "integer",
785
+ "notNull": true,
786
+ "autoincrement": false,
787
+ "default": null,
788
+ "generated": null,
789
+ "name": "sequence",
790
+ "entityType": "columns",
791
+ "table": "lifecycle_stages"
792
+ },
793
+ {
794
+ "type": "text",
795
+ "notNull": false,
796
+ "autoincrement": false,
797
+ "default": null,
798
+ "generated": null,
799
+ "name": "started_at",
800
+ "entityType": "columns",
801
+ "table": "lifecycle_stages"
802
+ },
803
+ {
804
+ "type": "text",
805
+ "notNull": false,
806
+ "autoincrement": false,
807
+ "default": null,
808
+ "generated": null,
809
+ "name": "completed_at",
810
+ "entityType": "columns",
811
+ "table": "lifecycle_stages"
812
+ },
813
+ {
814
+ "type": "text",
815
+ "notNull": false,
816
+ "autoincrement": false,
817
+ "default": null,
818
+ "generated": null,
819
+ "name": "blocked_at",
820
+ "entityType": "columns",
821
+ "table": "lifecycle_stages"
822
+ },
823
+ {
824
+ "type": "text",
825
+ "notNull": false,
826
+ "autoincrement": false,
827
+ "default": null,
828
+ "generated": null,
829
+ "name": "block_reason",
830
+ "entityType": "columns",
831
+ "table": "lifecycle_stages"
832
+ },
833
+ {
834
+ "type": "text",
835
+ "notNull": false,
836
+ "autoincrement": false,
837
+ "default": null,
838
+ "generated": null,
839
+ "name": "skipped_at",
840
+ "entityType": "columns",
841
+ "table": "lifecycle_stages"
842
+ },
843
+ {
844
+ "type": "text",
845
+ "notNull": false,
846
+ "autoincrement": false,
847
+ "default": null,
848
+ "generated": null,
849
+ "name": "skip_reason",
850
+ "entityType": "columns",
851
+ "table": "lifecycle_stages"
852
+ },
853
+ {
854
+ "type": "text",
855
+ "notNull": false,
856
+ "autoincrement": false,
857
+ "default": "'[]'",
858
+ "generated": null,
859
+ "name": "notes_json",
860
+ "entityType": "columns",
861
+ "table": "lifecycle_stages"
862
+ },
863
+ {
864
+ "type": "text",
865
+ "notNull": false,
866
+ "autoincrement": false,
867
+ "default": "'{}'",
868
+ "generated": null,
869
+ "name": "metadata_json",
870
+ "entityType": "columns",
871
+ "table": "lifecycle_stages"
872
+ },
873
+ {
874
+ "type": "text",
875
+ "notNull": false,
876
+ "autoincrement": false,
877
+ "default": null,
878
+ "generated": null,
879
+ "name": "output_file",
880
+ "entityType": "columns",
881
+ "table": "lifecycle_stages"
882
+ },
883
+ {
884
+ "type": "text",
885
+ "notNull": false,
886
+ "autoincrement": false,
887
+ "default": null,
888
+ "generated": null,
889
+ "name": "created_by",
890
+ "entityType": "columns",
891
+ "table": "lifecycle_stages"
892
+ },
893
+ {
894
+ "type": "text",
895
+ "notNull": false,
896
+ "autoincrement": false,
897
+ "default": null,
898
+ "generated": null,
899
+ "name": "validated_by",
900
+ "entityType": "columns",
901
+ "table": "lifecycle_stages"
902
+ },
903
+ {
904
+ "type": "text",
905
+ "notNull": false,
906
+ "autoincrement": false,
907
+ "default": null,
908
+ "generated": null,
909
+ "name": "validated_at",
910
+ "entityType": "columns",
911
+ "table": "lifecycle_stages"
912
+ },
913
+ {
914
+ "type": "text",
915
+ "notNull": false,
916
+ "autoincrement": false,
917
+ "default": null,
918
+ "generated": null,
919
+ "name": "validation_status",
920
+ "entityType": "columns",
921
+ "table": "lifecycle_stages"
922
+ },
923
+ {
924
+ "type": "text",
925
+ "notNull": false,
926
+ "autoincrement": false,
927
+ "default": null,
928
+ "generated": null,
929
+ "name": "provenance_chain_json",
930
+ "entityType": "columns",
931
+ "table": "lifecycle_stages"
932
+ },
933
+ {
934
+ "type": "text",
935
+ "notNull": false,
936
+ "autoincrement": false,
937
+ "default": null,
938
+ "generated": null,
939
+ "name": "id",
940
+ "entityType": "columns",
941
+ "table": "lifecycle_transitions"
942
+ },
943
+ {
944
+ "type": "text",
945
+ "notNull": true,
946
+ "autoincrement": false,
947
+ "default": null,
948
+ "generated": null,
949
+ "name": "pipeline_id",
950
+ "entityType": "columns",
951
+ "table": "lifecycle_transitions"
952
+ },
953
+ {
954
+ "type": "text",
955
+ "notNull": true,
956
+ "autoincrement": false,
957
+ "default": null,
958
+ "generated": null,
959
+ "name": "from_stage_id",
960
+ "entityType": "columns",
961
+ "table": "lifecycle_transitions"
962
+ },
963
+ {
964
+ "type": "text",
965
+ "notNull": true,
966
+ "autoincrement": false,
967
+ "default": null,
968
+ "generated": null,
969
+ "name": "to_stage_id",
970
+ "entityType": "columns",
971
+ "table": "lifecycle_transitions"
972
+ },
973
+ {
974
+ "type": "text",
975
+ "notNull": true,
976
+ "autoincrement": false,
977
+ "default": "'automatic'",
978
+ "generated": null,
979
+ "name": "transition_type",
980
+ "entityType": "columns",
981
+ "table": "lifecycle_transitions"
982
+ },
983
+ {
984
+ "type": "text",
985
+ "notNull": false,
986
+ "autoincrement": false,
987
+ "default": null,
988
+ "generated": null,
989
+ "name": "transitioned_by",
990
+ "entityType": "columns",
991
+ "table": "lifecycle_transitions"
992
+ },
993
+ {
994
+ "type": "text",
995
+ "notNull": true,
996
+ "autoincrement": false,
997
+ "default": "(datetime('now'))",
998
+ "generated": null,
999
+ "name": "created_at",
1000
+ "entityType": "columns",
1001
+ "table": "lifecycle_transitions"
1002
+ },
1003
+ {
1004
+ "type": "text",
1005
+ "notNull": false,
1006
+ "autoincrement": false,
1007
+ "default": null,
1008
+ "generated": null,
1009
+ "name": "id",
1010
+ "entityType": "columns",
1011
+ "table": "manifest_entries"
1012
+ },
1013
+ {
1014
+ "type": "text",
1015
+ "notNull": false,
1016
+ "autoincrement": false,
1017
+ "default": null,
1018
+ "generated": null,
1019
+ "name": "pipeline_id",
1020
+ "entityType": "columns",
1021
+ "table": "manifest_entries"
1022
+ },
1023
+ {
1024
+ "type": "text",
1025
+ "notNull": false,
1026
+ "autoincrement": false,
1027
+ "default": null,
1028
+ "generated": null,
1029
+ "name": "stage_id",
1030
+ "entityType": "columns",
1031
+ "table": "manifest_entries"
1032
+ },
1033
+ {
1034
+ "type": "text",
1035
+ "notNull": true,
1036
+ "autoincrement": false,
1037
+ "default": null,
1038
+ "generated": null,
1039
+ "name": "title",
1040
+ "entityType": "columns",
1041
+ "table": "manifest_entries"
1042
+ },
1043
+ {
1044
+ "type": "text",
1045
+ "notNull": true,
1046
+ "autoincrement": false,
1047
+ "default": null,
1048
+ "generated": null,
1049
+ "name": "date",
1050
+ "entityType": "columns",
1051
+ "table": "manifest_entries"
1052
+ },
1053
+ {
1054
+ "type": "text",
1055
+ "notNull": true,
1056
+ "autoincrement": false,
1057
+ "default": null,
1058
+ "generated": null,
1059
+ "name": "status",
1060
+ "entityType": "columns",
1061
+ "table": "manifest_entries"
1062
+ },
1063
+ {
1064
+ "type": "text",
1065
+ "notNull": false,
1066
+ "autoincrement": false,
1067
+ "default": null,
1068
+ "generated": null,
1069
+ "name": "agent_type",
1070
+ "entityType": "columns",
1071
+ "table": "manifest_entries"
1072
+ },
1073
+ {
1074
+ "type": "text",
1075
+ "notNull": false,
1076
+ "autoincrement": false,
1077
+ "default": null,
1078
+ "generated": null,
1079
+ "name": "output_file",
1080
+ "entityType": "columns",
1081
+ "table": "manifest_entries"
1082
+ },
1083
+ {
1084
+ "type": "text",
1085
+ "notNull": false,
1086
+ "autoincrement": false,
1087
+ "default": "'[]'",
1088
+ "generated": null,
1089
+ "name": "topics_json",
1090
+ "entityType": "columns",
1091
+ "table": "manifest_entries"
1092
+ },
1093
+ {
1094
+ "type": "text",
1095
+ "notNull": false,
1096
+ "autoincrement": false,
1097
+ "default": "'[]'",
1098
+ "generated": null,
1099
+ "name": "findings_json",
1100
+ "entityType": "columns",
1101
+ "table": "manifest_entries"
1102
+ },
1103
+ {
1104
+ "type": "text",
1105
+ "notNull": false,
1106
+ "autoincrement": false,
1107
+ "default": "'[]'",
1108
+ "generated": null,
1109
+ "name": "linked_tasks_json",
1110
+ "entityType": "columns",
1111
+ "table": "manifest_entries"
1112
+ },
1113
+ {
1114
+ "type": "text",
1115
+ "notNull": false,
1116
+ "autoincrement": false,
1117
+ "default": null,
1118
+ "generated": null,
1119
+ "name": "created_by",
1120
+ "entityType": "columns",
1121
+ "table": "manifest_entries"
1122
+ },
1123
+ {
1124
+ "type": "text",
1125
+ "notNull": true,
1126
+ "autoincrement": false,
1127
+ "default": "(datetime('now'))",
1128
+ "generated": null,
1129
+ "name": "created_at",
1130
+ "entityType": "columns",
1131
+ "table": "manifest_entries"
1132
+ },
1133
+ {
1134
+ "type": "text",
1135
+ "notNull": false,
1136
+ "autoincrement": false,
1137
+ "default": null,
1138
+ "generated": null,
1139
+ "name": "id",
1140
+ "entityType": "columns",
1141
+ "table": "pipeline_manifest"
1142
+ },
1143
+ {
1144
+ "type": "text",
1145
+ "notNull": false,
1146
+ "autoincrement": false,
1147
+ "default": null,
1148
+ "generated": null,
1149
+ "name": "session_id",
1150
+ "entityType": "columns",
1151
+ "table": "pipeline_manifest"
1152
+ },
1153
+ {
1154
+ "type": "text",
1155
+ "notNull": false,
1156
+ "autoincrement": false,
1157
+ "default": null,
1158
+ "generated": null,
1159
+ "name": "task_id",
1160
+ "entityType": "columns",
1161
+ "table": "pipeline_manifest"
1162
+ },
1163
+ {
1164
+ "type": "text",
1165
+ "notNull": false,
1166
+ "autoincrement": false,
1167
+ "default": null,
1168
+ "generated": null,
1169
+ "name": "epic_id",
1170
+ "entityType": "columns",
1171
+ "table": "pipeline_manifest"
1172
+ },
1173
+ {
1174
+ "type": "text",
1175
+ "notNull": true,
1176
+ "autoincrement": false,
1177
+ "default": null,
1178
+ "generated": null,
1179
+ "name": "type",
1180
+ "entityType": "columns",
1181
+ "table": "pipeline_manifest"
1182
+ },
1183
+ {
1184
+ "type": "text",
1185
+ "notNull": true,
1186
+ "autoincrement": false,
1187
+ "default": null,
1188
+ "generated": null,
1189
+ "name": "content",
1190
+ "entityType": "columns",
1191
+ "table": "pipeline_manifest"
1192
+ },
1193
+ {
1194
+ "type": "text",
1195
+ "notNull": false,
1196
+ "autoincrement": false,
1197
+ "default": null,
1198
+ "generated": null,
1199
+ "name": "content_hash",
1200
+ "entityType": "columns",
1201
+ "table": "pipeline_manifest"
1202
+ },
1203
+ {
1204
+ "type": "text",
1205
+ "notNull": true,
1206
+ "autoincrement": false,
1207
+ "default": "'active'",
1208
+ "generated": null,
1209
+ "name": "status",
1210
+ "entityType": "columns",
1211
+ "table": "pipeline_manifest"
1212
+ },
1213
+ {
1214
+ "type": "integer",
1215
+ "notNull": true,
1216
+ "autoincrement": false,
1217
+ "default": "false",
1218
+ "generated": null,
1219
+ "name": "distilled",
1220
+ "entityType": "columns",
1221
+ "table": "pipeline_manifest"
1222
+ },
1223
+ {
1224
+ "type": "text",
1225
+ "notNull": false,
1226
+ "autoincrement": false,
1227
+ "default": null,
1228
+ "generated": null,
1229
+ "name": "brain_obs_id",
1230
+ "entityType": "columns",
1231
+ "table": "pipeline_manifest"
1232
+ },
1233
+ {
1234
+ "type": "text",
1235
+ "notNull": false,
1236
+ "autoincrement": false,
1237
+ "default": null,
1238
+ "generated": null,
1239
+ "name": "source_file",
1240
+ "entityType": "columns",
1241
+ "table": "pipeline_manifest"
1242
+ },
1243
+ {
1244
+ "type": "text",
1245
+ "notNull": false,
1246
+ "autoincrement": false,
1247
+ "default": null,
1248
+ "generated": null,
1249
+ "name": "metadata_json",
1250
+ "entityType": "columns",
1251
+ "table": "pipeline_manifest"
1252
+ },
1253
+ {
1254
+ "type": "text",
1255
+ "notNull": true,
1256
+ "autoincrement": false,
1257
+ "default": null,
1258
+ "generated": null,
1259
+ "name": "created_at",
1260
+ "entityType": "columns",
1261
+ "table": "pipeline_manifest"
1262
+ },
1263
+ {
1264
+ "type": "text",
1265
+ "notNull": false,
1266
+ "autoincrement": false,
1267
+ "default": null,
1268
+ "generated": null,
1269
+ "name": "archived_at",
1270
+ "entityType": "columns",
1271
+ "table": "pipeline_manifest"
1272
+ },
1273
+ {
1274
+ "type": "text",
1275
+ "notNull": false,
1276
+ "autoincrement": false,
1277
+ "default": null,
1278
+ "generated": null,
1279
+ "name": "id",
1280
+ "entityType": "columns",
1281
+ "table": "release_manifests"
1282
+ },
1283
+ {
1284
+ "type": "text",
1285
+ "notNull": true,
1286
+ "autoincrement": false,
1287
+ "default": null,
1288
+ "generated": null,
1289
+ "name": "version",
1290
+ "entityType": "columns",
1291
+ "table": "release_manifests"
1292
+ },
1293
+ {
1294
+ "type": "text",
1295
+ "notNull": true,
1296
+ "autoincrement": false,
1297
+ "default": "'draft'",
1298
+ "generated": null,
1299
+ "name": "status",
1300
+ "entityType": "columns",
1301
+ "table": "release_manifests"
1302
+ },
1303
+ {
1304
+ "type": "text",
1305
+ "notNull": false,
1306
+ "autoincrement": false,
1307
+ "default": null,
1308
+ "generated": null,
1309
+ "name": "pipeline_id",
1310
+ "entityType": "columns",
1311
+ "table": "release_manifests"
1312
+ },
1313
+ {
1314
+ "type": "text",
1315
+ "notNull": false,
1316
+ "autoincrement": false,
1317
+ "default": null,
1318
+ "generated": null,
1319
+ "name": "epic_id",
1320
+ "entityType": "columns",
1321
+ "table": "release_manifests"
1322
+ },
1323
+ {
1324
+ "type": "text",
1325
+ "notNull": true,
1326
+ "autoincrement": false,
1327
+ "default": "'[]'",
1328
+ "generated": null,
1329
+ "name": "tasks_json",
1330
+ "entityType": "columns",
1331
+ "table": "release_manifests"
1332
+ },
1333
+ {
1334
+ "type": "text",
1335
+ "notNull": false,
1336
+ "autoincrement": false,
1337
+ "default": null,
1338
+ "generated": null,
1339
+ "name": "changelog",
1340
+ "entityType": "columns",
1341
+ "table": "release_manifests"
1342
+ },
1343
+ {
1344
+ "type": "text",
1345
+ "notNull": false,
1346
+ "autoincrement": false,
1347
+ "default": null,
1348
+ "generated": null,
1349
+ "name": "notes",
1350
+ "entityType": "columns",
1351
+ "table": "release_manifests"
1352
+ },
1353
+ {
1354
+ "type": "text",
1355
+ "notNull": false,
1356
+ "autoincrement": false,
1357
+ "default": null,
1358
+ "generated": null,
1359
+ "name": "previous_version",
1360
+ "entityType": "columns",
1361
+ "table": "release_manifests"
1362
+ },
1363
+ {
1364
+ "type": "text",
1365
+ "notNull": false,
1366
+ "autoincrement": false,
1367
+ "default": null,
1368
+ "generated": null,
1369
+ "name": "commit_sha",
1370
+ "entityType": "columns",
1371
+ "table": "release_manifests"
1372
+ },
1373
+ {
1374
+ "type": "text",
1375
+ "notNull": false,
1376
+ "autoincrement": false,
1377
+ "default": null,
1378
+ "generated": null,
1379
+ "name": "git_tag",
1380
+ "entityType": "columns",
1381
+ "table": "release_manifests"
1382
+ },
1383
+ {
1384
+ "type": "text",
1385
+ "notNull": false,
1386
+ "autoincrement": false,
1387
+ "default": null,
1388
+ "generated": null,
1389
+ "name": "npm_dist_tag",
1390
+ "entityType": "columns",
1391
+ "table": "release_manifests"
1392
+ },
1393
+ {
1394
+ "type": "text",
1395
+ "notNull": true,
1396
+ "autoincrement": false,
1397
+ "default": null,
1398
+ "generated": null,
1399
+ "name": "created_at",
1400
+ "entityType": "columns",
1401
+ "table": "release_manifests"
1402
+ },
1403
+ {
1404
+ "type": "text",
1405
+ "notNull": false,
1406
+ "autoincrement": false,
1407
+ "default": null,
1408
+ "generated": null,
1409
+ "name": "prepared_at",
1410
+ "entityType": "columns",
1411
+ "table": "release_manifests"
1412
+ },
1413
+ {
1414
+ "type": "text",
1415
+ "notNull": false,
1416
+ "autoincrement": false,
1417
+ "default": null,
1418
+ "generated": null,
1419
+ "name": "committed_at",
1420
+ "entityType": "columns",
1421
+ "table": "release_manifests"
1422
+ },
1423
+ {
1424
+ "type": "text",
1425
+ "notNull": false,
1426
+ "autoincrement": false,
1427
+ "default": null,
1428
+ "generated": null,
1429
+ "name": "tagged_at",
1430
+ "entityType": "columns",
1431
+ "table": "release_manifests"
1432
+ },
1433
+ {
1434
+ "type": "text",
1435
+ "notNull": false,
1436
+ "autoincrement": false,
1437
+ "default": null,
1438
+ "generated": null,
1439
+ "name": "pushed_at",
1440
+ "entityType": "columns",
1441
+ "table": "release_manifests"
1442
+ },
1443
+ {
1444
+ "type": "text",
1445
+ "notNull": false,
1446
+ "autoincrement": false,
1447
+ "default": null,
1448
+ "generated": null,
1449
+ "name": "key",
1450
+ "entityType": "columns",
1451
+ "table": "schema_meta"
1452
+ },
1453
+ {
1454
+ "type": "text",
1455
+ "notNull": true,
1456
+ "autoincrement": false,
1457
+ "default": null,
1458
+ "generated": null,
1459
+ "name": "value",
1460
+ "entityType": "columns",
1461
+ "table": "schema_meta"
1462
+ },
1463
+ {
1464
+ "type": "text",
1465
+ "notNull": false,
1466
+ "autoincrement": false,
1467
+ "default": null,
1468
+ "generated": null,
1469
+ "name": "id",
1470
+ "entityType": "columns",
1471
+ "table": "sessions"
1472
+ },
1473
+ {
1474
+ "type": "text",
1475
+ "notNull": true,
1476
+ "autoincrement": false,
1477
+ "default": null,
1478
+ "generated": null,
1479
+ "name": "name",
1480
+ "entityType": "columns",
1481
+ "table": "sessions"
1482
+ },
1483
+ {
1484
+ "type": "text",
1485
+ "notNull": true,
1486
+ "autoincrement": false,
1487
+ "default": "'active'",
1488
+ "generated": null,
1489
+ "name": "status",
1490
+ "entityType": "columns",
1491
+ "table": "sessions"
1492
+ },
1493
+ {
1494
+ "type": "text",
1495
+ "notNull": true,
1496
+ "autoincrement": false,
1497
+ "default": "'{}'",
1498
+ "generated": null,
1499
+ "name": "scope_json",
1500
+ "entityType": "columns",
1501
+ "table": "sessions"
1502
+ },
1503
+ {
1504
+ "type": "text",
1505
+ "notNull": false,
1506
+ "autoincrement": false,
1507
+ "default": null,
1508
+ "generated": null,
1509
+ "name": "current_task",
1510
+ "entityType": "columns",
1511
+ "table": "sessions"
1512
+ },
1513
+ {
1514
+ "type": "text",
1515
+ "notNull": false,
1516
+ "autoincrement": false,
1517
+ "default": null,
1518
+ "generated": null,
1519
+ "name": "task_started_at",
1520
+ "entityType": "columns",
1521
+ "table": "sessions"
1522
+ },
1523
+ {
1524
+ "type": "text",
1525
+ "notNull": false,
1526
+ "autoincrement": false,
1527
+ "default": null,
1528
+ "generated": null,
1529
+ "name": "agent",
1530
+ "entityType": "columns",
1531
+ "table": "sessions"
1532
+ },
1533
+ {
1534
+ "type": "text",
1535
+ "notNull": false,
1536
+ "autoincrement": false,
1537
+ "default": "'[]'",
1538
+ "generated": null,
1539
+ "name": "notes_json",
1540
+ "entityType": "columns",
1541
+ "table": "sessions"
1542
+ },
1543
+ {
1544
+ "type": "text",
1545
+ "notNull": false,
1546
+ "autoincrement": false,
1547
+ "default": "'[]'",
1548
+ "generated": null,
1549
+ "name": "tasks_completed_json",
1550
+ "entityType": "columns",
1551
+ "table": "sessions"
1552
+ },
1553
+ {
1554
+ "type": "text",
1555
+ "notNull": false,
1556
+ "autoincrement": false,
1557
+ "default": "'[]'",
1558
+ "generated": null,
1559
+ "name": "tasks_created_json",
1560
+ "entityType": "columns",
1561
+ "table": "sessions"
1562
+ },
1563
+ {
1564
+ "type": "text",
1565
+ "notNull": false,
1566
+ "autoincrement": false,
1567
+ "default": null,
1568
+ "generated": null,
1569
+ "name": "handoff_json",
1570
+ "entityType": "columns",
1571
+ "table": "sessions"
1572
+ },
1573
+ {
1574
+ "type": "text",
1575
+ "notNull": true,
1576
+ "autoincrement": false,
1577
+ "default": "(datetime('now'))",
1578
+ "generated": null,
1579
+ "name": "started_at",
1580
+ "entityType": "columns",
1581
+ "table": "sessions"
1582
+ },
1583
+ {
1584
+ "type": "text",
1585
+ "notNull": false,
1586
+ "autoincrement": false,
1587
+ "default": null,
1588
+ "generated": null,
1589
+ "name": "ended_at",
1590
+ "entityType": "columns",
1591
+ "table": "sessions"
1592
+ },
1593
+ {
1594
+ "type": "text",
1595
+ "notNull": false,
1596
+ "autoincrement": false,
1597
+ "default": null,
1598
+ "generated": null,
1599
+ "name": "previous_session_id",
1600
+ "entityType": "columns",
1601
+ "table": "sessions"
1602
+ },
1603
+ {
1604
+ "type": "text",
1605
+ "notNull": false,
1606
+ "autoincrement": false,
1607
+ "default": null,
1608
+ "generated": null,
1609
+ "name": "next_session_id",
1610
+ "entityType": "columns",
1611
+ "table": "sessions"
1612
+ },
1613
+ {
1614
+ "type": "text",
1615
+ "notNull": false,
1616
+ "autoincrement": false,
1617
+ "default": null,
1618
+ "generated": null,
1619
+ "name": "agent_identifier",
1620
+ "entityType": "columns",
1621
+ "table": "sessions"
1622
+ },
1623
+ {
1624
+ "type": "text",
1625
+ "notNull": false,
1626
+ "autoincrement": false,
1627
+ "default": null,
1628
+ "generated": null,
1629
+ "name": "handoff_consumed_at",
1630
+ "entityType": "columns",
1631
+ "table": "sessions"
1632
+ },
1633
+ {
1634
+ "type": "text",
1635
+ "notNull": false,
1636
+ "autoincrement": false,
1637
+ "default": null,
1638
+ "generated": null,
1639
+ "name": "handoff_consumed_by",
1640
+ "entityType": "columns",
1641
+ "table": "sessions"
1642
+ },
1643
+ {
1644
+ "type": "text",
1645
+ "notNull": false,
1646
+ "autoincrement": false,
1647
+ "default": null,
1648
+ "generated": null,
1649
+ "name": "debrief_json",
1650
+ "entityType": "columns",
1651
+ "table": "sessions"
1652
+ },
1653
+ {
1654
+ "type": "text",
1655
+ "notNull": false,
1656
+ "autoincrement": false,
1657
+ "default": null,
1658
+ "generated": null,
1659
+ "name": "stats_json",
1660
+ "entityType": "columns",
1661
+ "table": "sessions"
1662
+ },
1663
+ {
1664
+ "type": "integer",
1665
+ "notNull": false,
1666
+ "autoincrement": false,
1667
+ "default": null,
1668
+ "generated": null,
1669
+ "name": "resume_count",
1670
+ "entityType": "columns",
1671
+ "table": "sessions"
1672
+ },
1673
+ {
1674
+ "type": "integer",
1675
+ "notNull": false,
1676
+ "autoincrement": false,
1677
+ "default": null,
1678
+ "generated": null,
1679
+ "name": "grade_mode",
1680
+ "entityType": "columns",
1681
+ "table": "sessions"
1682
+ },
1683
+ {
1684
+ "type": "text",
1685
+ "notNull": true,
1686
+ "autoincrement": false,
1687
+ "default": null,
1688
+ "generated": null,
1689
+ "name": "name",
1690
+ "entityType": "columns",
1691
+ "table": "status_registry"
1692
+ },
1693
+ {
1694
+ "type": "text",
1695
+ "notNull": true,
1696
+ "autoincrement": false,
1697
+ "default": null,
1698
+ "generated": null,
1699
+ "name": "entity_type",
1700
+ "entityType": "columns",
1701
+ "table": "status_registry"
1702
+ },
1703
+ {
1704
+ "type": "text",
1705
+ "notNull": true,
1706
+ "autoincrement": false,
1707
+ "default": null,
1708
+ "generated": null,
1709
+ "name": "namespace",
1710
+ "entityType": "columns",
1711
+ "table": "status_registry"
1712
+ },
1713
+ {
1714
+ "type": "text",
1715
+ "notNull": true,
1716
+ "autoincrement": false,
1717
+ "default": null,
1718
+ "generated": null,
1719
+ "name": "description",
1720
+ "entityType": "columns",
1721
+ "table": "status_registry"
1722
+ },
1723
+ {
1724
+ "type": "integer",
1725
+ "notNull": true,
1726
+ "autoincrement": false,
1727
+ "default": "false",
1728
+ "generated": null,
1729
+ "name": "is_terminal",
1730
+ "entityType": "columns",
1731
+ "table": "status_registry"
1732
+ },
1733
+ {
1734
+ "type": "text",
1735
+ "notNull": true,
1736
+ "autoincrement": false,
1737
+ "default": null,
1738
+ "generated": null,
1739
+ "name": "task_id",
1740
+ "entityType": "columns",
1741
+ "table": "task_dependencies"
1742
+ },
1743
+ {
1744
+ "type": "text",
1745
+ "notNull": true,
1746
+ "autoincrement": false,
1747
+ "default": null,
1748
+ "generated": null,
1749
+ "name": "depends_on",
1750
+ "entityType": "columns",
1751
+ "table": "task_dependencies"
1752
+ },
1753
+ {
1754
+ "type": "text",
1755
+ "notNull": true,
1756
+ "autoincrement": false,
1757
+ "default": null,
1758
+ "generated": null,
1759
+ "name": "task_id",
1760
+ "entityType": "columns",
1761
+ "table": "task_relations"
1762
+ },
1763
+ {
1764
+ "type": "text",
1765
+ "notNull": true,
1766
+ "autoincrement": false,
1767
+ "default": null,
1768
+ "generated": null,
1769
+ "name": "related_to",
1770
+ "entityType": "columns",
1771
+ "table": "task_relations"
1772
+ },
1773
+ {
1774
+ "type": "text",
1775
+ "notNull": true,
1776
+ "autoincrement": false,
1777
+ "default": "'related'",
1778
+ "generated": null,
1779
+ "name": "relation_type",
1780
+ "entityType": "columns",
1781
+ "table": "task_relations"
1782
+ },
1783
+ {
1784
+ "type": "text",
1785
+ "notNull": false,
1786
+ "autoincrement": false,
1787
+ "default": null,
1788
+ "generated": null,
1789
+ "name": "reason",
1790
+ "entityType": "columns",
1791
+ "table": "task_relations"
1792
+ },
1793
+ {
1794
+ "type": "integer",
1795
+ "notNull": false,
1796
+ "autoincrement": true,
1797
+ "default": null,
1798
+ "generated": null,
1799
+ "name": "id",
1800
+ "entityType": "columns",
1801
+ "table": "task_work_history"
1802
+ },
1803
+ {
1804
+ "type": "text",
1805
+ "notNull": true,
1806
+ "autoincrement": false,
1807
+ "default": null,
1808
+ "generated": null,
1809
+ "name": "session_id",
1810
+ "entityType": "columns",
1811
+ "table": "task_work_history"
1812
+ },
1813
+ {
1814
+ "type": "text",
1815
+ "notNull": true,
1816
+ "autoincrement": false,
1817
+ "default": null,
1818
+ "generated": null,
1819
+ "name": "task_id",
1820
+ "entityType": "columns",
1821
+ "table": "task_work_history"
1822
+ },
1823
+ {
1824
+ "type": "text",
1825
+ "notNull": true,
1826
+ "autoincrement": false,
1827
+ "default": "(datetime('now'))",
1828
+ "generated": null,
1829
+ "name": "set_at",
1830
+ "entityType": "columns",
1831
+ "table": "task_work_history"
1832
+ },
1833
+ {
1834
+ "type": "text",
1835
+ "notNull": false,
1836
+ "autoincrement": false,
1837
+ "default": null,
1838
+ "generated": null,
1839
+ "name": "cleared_at",
1840
+ "entityType": "columns",
1841
+ "table": "task_work_history"
1842
+ },
1843
+ {
1844
+ "type": "text",
1845
+ "notNull": false,
1846
+ "autoincrement": false,
1847
+ "default": null,
1848
+ "generated": null,
1849
+ "name": "id",
1850
+ "entityType": "columns",
1851
+ "table": "tasks"
1852
+ },
1853
+ {
1854
+ "type": "text",
1855
+ "notNull": true,
1856
+ "autoincrement": false,
1857
+ "default": null,
1858
+ "generated": null,
1859
+ "name": "title",
1860
+ "entityType": "columns",
1861
+ "table": "tasks"
1862
+ },
1863
+ {
1864
+ "type": "text",
1865
+ "notNull": false,
1866
+ "autoincrement": false,
1867
+ "default": null,
1868
+ "generated": null,
1869
+ "name": "description",
1870
+ "entityType": "columns",
1871
+ "table": "tasks"
1872
+ },
1873
+ {
1874
+ "type": "text",
1875
+ "notNull": true,
1876
+ "autoincrement": false,
1877
+ "default": "'pending'",
1878
+ "generated": null,
1879
+ "name": "status",
1880
+ "entityType": "columns",
1881
+ "table": "tasks"
1882
+ },
1883
+ {
1884
+ "type": "text",
1885
+ "notNull": true,
1886
+ "autoincrement": false,
1887
+ "default": "'medium'",
1888
+ "generated": null,
1889
+ "name": "priority",
1890
+ "entityType": "columns",
1891
+ "table": "tasks"
1892
+ },
1893
+ {
1894
+ "type": "text",
1895
+ "notNull": false,
1896
+ "autoincrement": false,
1897
+ "default": null,
1898
+ "generated": null,
1899
+ "name": "type",
1900
+ "entityType": "columns",
1901
+ "table": "tasks"
1902
+ },
1903
+ {
1904
+ "type": "text",
1905
+ "notNull": false,
1906
+ "autoincrement": false,
1907
+ "default": null,
1908
+ "generated": null,
1909
+ "name": "parent_id",
1910
+ "entityType": "columns",
1911
+ "table": "tasks"
1912
+ },
1913
+ {
1914
+ "type": "text",
1915
+ "notNull": false,
1916
+ "autoincrement": false,
1917
+ "default": null,
1918
+ "generated": null,
1919
+ "name": "phase",
1920
+ "entityType": "columns",
1921
+ "table": "tasks"
1922
+ },
1923
+ {
1924
+ "type": "text",
1925
+ "notNull": false,
1926
+ "autoincrement": false,
1927
+ "default": null,
1928
+ "generated": null,
1929
+ "name": "size",
1930
+ "entityType": "columns",
1931
+ "table": "tasks"
1932
+ },
1933
+ {
1934
+ "type": "integer",
1935
+ "notNull": false,
1936
+ "autoincrement": false,
1937
+ "default": null,
1938
+ "generated": null,
1939
+ "name": "position",
1940
+ "entityType": "columns",
1941
+ "table": "tasks"
1942
+ },
1943
+ {
1944
+ "type": "integer",
1945
+ "notNull": false,
1946
+ "autoincrement": false,
1947
+ "default": "0",
1948
+ "generated": null,
1949
+ "name": "position_version",
1950
+ "entityType": "columns",
1951
+ "table": "tasks"
1952
+ },
1953
+ {
1954
+ "type": "text",
1955
+ "notNull": false,
1956
+ "autoincrement": false,
1957
+ "default": "'[]'",
1958
+ "generated": null,
1959
+ "name": "labels_json",
1960
+ "entityType": "columns",
1961
+ "table": "tasks"
1962
+ },
1963
+ {
1964
+ "type": "text",
1965
+ "notNull": false,
1966
+ "autoincrement": false,
1967
+ "default": "'[]'",
1968
+ "generated": null,
1969
+ "name": "notes_json",
1970
+ "entityType": "columns",
1971
+ "table": "tasks"
1972
+ },
1973
+ {
1974
+ "type": "text",
1975
+ "notNull": false,
1976
+ "autoincrement": false,
1977
+ "default": "'[]'",
1978
+ "generated": null,
1979
+ "name": "acceptance_json",
1980
+ "entityType": "columns",
1981
+ "table": "tasks"
1982
+ },
1983
+ {
1984
+ "type": "text",
1985
+ "notNull": false,
1986
+ "autoincrement": false,
1987
+ "default": "'[]'",
1988
+ "generated": null,
1989
+ "name": "files_json",
1990
+ "entityType": "columns",
1991
+ "table": "tasks"
1992
+ },
1993
+ {
1994
+ "type": "text",
1995
+ "notNull": false,
1996
+ "autoincrement": false,
1997
+ "default": null,
1998
+ "generated": null,
1999
+ "name": "origin",
2000
+ "entityType": "columns",
2001
+ "table": "tasks"
2002
+ },
2003
+ {
2004
+ "type": "text",
2005
+ "notNull": false,
2006
+ "autoincrement": false,
2007
+ "default": null,
2008
+ "generated": null,
2009
+ "name": "blocked_by",
2010
+ "entityType": "columns",
2011
+ "table": "tasks"
2012
+ },
2013
+ {
2014
+ "type": "text",
2015
+ "notNull": false,
2016
+ "autoincrement": false,
2017
+ "default": null,
2018
+ "generated": null,
2019
+ "name": "epic_lifecycle",
2020
+ "entityType": "columns",
2021
+ "table": "tasks"
2022
+ },
2023
+ {
2024
+ "type": "integer",
2025
+ "notNull": false,
2026
+ "autoincrement": false,
2027
+ "default": null,
2028
+ "generated": null,
2029
+ "name": "no_auto_complete",
2030
+ "entityType": "columns",
2031
+ "table": "tasks"
2032
+ },
2033
+ {
2034
+ "type": "text",
2035
+ "notNull": true,
2036
+ "autoincrement": false,
2037
+ "default": "(datetime('now'))",
2038
+ "generated": null,
2039
+ "name": "created_at",
2040
+ "entityType": "columns",
2041
+ "table": "tasks"
2042
+ },
2043
+ {
2044
+ "type": "text",
2045
+ "notNull": false,
2046
+ "autoincrement": false,
2047
+ "default": null,
2048
+ "generated": null,
2049
+ "name": "updated_at",
2050
+ "entityType": "columns",
2051
+ "table": "tasks"
2052
+ },
2053
+ {
2054
+ "type": "text",
2055
+ "notNull": false,
2056
+ "autoincrement": false,
2057
+ "default": null,
2058
+ "generated": null,
2059
+ "name": "completed_at",
2060
+ "entityType": "columns",
2061
+ "table": "tasks"
2062
+ },
2063
+ {
2064
+ "type": "text",
2065
+ "notNull": false,
2066
+ "autoincrement": false,
2067
+ "default": null,
2068
+ "generated": null,
2069
+ "name": "cancelled_at",
2070
+ "entityType": "columns",
2071
+ "table": "tasks"
2072
+ },
2073
+ {
2074
+ "type": "text",
2075
+ "notNull": false,
2076
+ "autoincrement": false,
2077
+ "default": null,
2078
+ "generated": null,
2079
+ "name": "cancellation_reason",
2080
+ "entityType": "columns",
2081
+ "table": "tasks"
2082
+ },
2083
+ {
2084
+ "type": "text",
2085
+ "notNull": false,
2086
+ "autoincrement": false,
2087
+ "default": null,
2088
+ "generated": null,
2089
+ "name": "archived_at",
2090
+ "entityType": "columns",
2091
+ "table": "tasks"
2092
+ },
2093
+ {
2094
+ "type": "text",
2095
+ "notNull": false,
2096
+ "autoincrement": false,
2097
+ "default": null,
2098
+ "generated": null,
2099
+ "name": "archive_reason",
2100
+ "entityType": "columns",
2101
+ "table": "tasks"
2102
+ },
2103
+ {
2104
+ "type": "integer",
2105
+ "notNull": false,
2106
+ "autoincrement": false,
2107
+ "default": null,
2108
+ "generated": null,
2109
+ "name": "cycle_time_days",
2110
+ "entityType": "columns",
2111
+ "table": "tasks"
2112
+ },
2113
+ {
2114
+ "type": "text",
2115
+ "notNull": false,
2116
+ "autoincrement": false,
2117
+ "default": null,
2118
+ "generated": null,
2119
+ "name": "verification_json",
2120
+ "entityType": "columns",
2121
+ "table": "tasks"
2122
+ },
2123
+ {
2124
+ "type": "text",
2125
+ "notNull": false,
2126
+ "autoincrement": false,
2127
+ "default": null,
2128
+ "generated": null,
2129
+ "name": "created_by",
2130
+ "entityType": "columns",
2131
+ "table": "tasks"
2132
+ },
2133
+ {
2134
+ "type": "text",
2135
+ "notNull": false,
2136
+ "autoincrement": false,
2137
+ "default": null,
2138
+ "generated": null,
2139
+ "name": "modified_by",
2140
+ "entityType": "columns",
2141
+ "table": "tasks"
2142
+ },
2143
+ {
2144
+ "type": "text",
2145
+ "notNull": false,
2146
+ "autoincrement": false,
2147
+ "default": null,
2148
+ "generated": null,
2149
+ "name": "session_id",
2150
+ "entityType": "columns",
2151
+ "table": "tasks"
2152
+ },
2153
+ {
2154
+ "type": "text",
2155
+ "notNull": false,
2156
+ "autoincrement": false,
2157
+ "default": null,
2158
+ "generated": null,
2159
+ "name": "id",
2160
+ "entityType": "columns",
2161
+ "table": "warp_chain_instances"
2162
+ },
2163
+ {
2164
+ "type": "text",
2165
+ "notNull": true,
2166
+ "autoincrement": false,
2167
+ "default": null,
2168
+ "generated": null,
2169
+ "name": "chain_id",
2170
+ "entityType": "columns",
2171
+ "table": "warp_chain_instances"
2172
+ },
2173
+ {
2174
+ "type": "text",
2175
+ "notNull": true,
2176
+ "autoincrement": false,
2177
+ "default": null,
2178
+ "generated": null,
2179
+ "name": "epic_id",
2180
+ "entityType": "columns",
2181
+ "table": "warp_chain_instances"
2182
+ },
2183
+ {
2184
+ "type": "text",
2185
+ "notNull": false,
2186
+ "autoincrement": false,
2187
+ "default": null,
2188
+ "generated": null,
2189
+ "name": "variables",
2190
+ "entityType": "columns",
2191
+ "table": "warp_chain_instances"
2192
+ },
2193
+ {
2194
+ "type": "text",
2195
+ "notNull": false,
2196
+ "autoincrement": false,
2197
+ "default": null,
2198
+ "generated": null,
2199
+ "name": "stage_to_task",
2200
+ "entityType": "columns",
2201
+ "table": "warp_chain_instances"
2202
+ },
2203
+ {
2204
+ "type": "text",
2205
+ "notNull": true,
2206
+ "autoincrement": false,
2207
+ "default": "'pending'",
2208
+ "generated": null,
2209
+ "name": "status",
2210
+ "entityType": "columns",
2211
+ "table": "warp_chain_instances"
2212
+ },
2213
+ {
2214
+ "type": "text",
2215
+ "notNull": false,
2216
+ "autoincrement": false,
2217
+ "default": null,
2218
+ "generated": null,
2219
+ "name": "current_stage",
2220
+ "entityType": "columns",
2221
+ "table": "warp_chain_instances"
2222
+ },
2223
+ {
2224
+ "type": "text",
2225
+ "notNull": false,
2226
+ "autoincrement": false,
2227
+ "default": null,
2228
+ "generated": null,
2229
+ "name": "gate_results",
2230
+ "entityType": "columns",
2231
+ "table": "warp_chain_instances"
2232
+ },
2233
+ {
2234
+ "type": "text",
2235
+ "notNull": false,
2236
+ "autoincrement": false,
2237
+ "default": "(datetime('now'))",
2238
+ "generated": null,
2239
+ "name": "created_at",
2240
+ "entityType": "columns",
2241
+ "table": "warp_chain_instances"
2242
+ },
2243
+ {
2244
+ "type": "text",
2245
+ "notNull": false,
2246
+ "autoincrement": false,
2247
+ "default": "(datetime('now'))",
2248
+ "generated": null,
2249
+ "name": "updated_at",
2250
+ "entityType": "columns",
2251
+ "table": "warp_chain_instances"
2252
+ },
2253
+ {
2254
+ "type": "text",
2255
+ "notNull": false,
2256
+ "autoincrement": false,
2257
+ "default": null,
2258
+ "generated": null,
2259
+ "name": "id",
2260
+ "entityType": "columns",
2261
+ "table": "warp_chains"
2262
+ },
2263
+ {
2264
+ "type": "text",
2265
+ "notNull": true,
2266
+ "autoincrement": false,
2267
+ "default": null,
2268
+ "generated": null,
2269
+ "name": "name",
2270
+ "entityType": "columns",
2271
+ "table": "warp_chains"
2272
+ },
2273
+ {
2274
+ "type": "text",
2275
+ "notNull": true,
2276
+ "autoincrement": false,
2277
+ "default": null,
2278
+ "generated": null,
2279
+ "name": "version",
2280
+ "entityType": "columns",
2281
+ "table": "warp_chains"
2282
+ },
2283
+ {
2284
+ "type": "text",
2285
+ "notNull": false,
2286
+ "autoincrement": false,
2287
+ "default": null,
2288
+ "generated": null,
2289
+ "name": "description",
2290
+ "entityType": "columns",
2291
+ "table": "warp_chains"
2292
+ },
2293
+ {
2294
+ "type": "text",
2295
+ "notNull": true,
2296
+ "autoincrement": false,
2297
+ "default": null,
2298
+ "generated": null,
2299
+ "name": "definition",
2300
+ "entityType": "columns",
2301
+ "table": "warp_chains"
2302
+ },
2303
+ {
2304
+ "type": "integer",
2305
+ "notNull": false,
2306
+ "autoincrement": false,
2307
+ "default": "false",
2308
+ "generated": null,
2309
+ "name": "validated",
2310
+ "entityType": "columns",
2311
+ "table": "warp_chains"
2312
+ },
2313
+ {
2314
+ "type": "text",
2315
+ "notNull": false,
2316
+ "autoincrement": false,
2317
+ "default": "(datetime('now'))",
2318
+ "generated": null,
2319
+ "name": "created_at",
2320
+ "entityType": "columns",
2321
+ "table": "warp_chains"
2322
+ },
2323
+ {
2324
+ "type": "text",
2325
+ "notNull": false,
2326
+ "autoincrement": false,
2327
+ "default": "(datetime('now'))",
2328
+ "generated": null,
2329
+ "name": "updated_at",
2330
+ "entityType": "columns",
2331
+ "table": "warp_chains"
2332
+ },
2333
+ {
2334
+ "columns": [
2335
+ "from_adr_id"
2336
+ ],
2337
+ "tableTo": "architecture_decisions",
2338
+ "columnsTo": [
2339
+ "id"
2340
+ ],
2341
+ "onUpdate": "NO ACTION",
2342
+ "onDelete": "CASCADE",
2343
+ "nameExplicit": false,
2344
+ "name": "fk_adr_relations_from_adr_id_architecture_decisions_id_fk",
2345
+ "entityType": "fks",
2346
+ "table": "adr_relations"
2347
+ },
2348
+ {
2349
+ "columns": [
2350
+ "to_adr_id"
2351
+ ],
2352
+ "tableTo": "architecture_decisions",
2353
+ "columnsTo": [
2354
+ "id"
2355
+ ],
2356
+ "onUpdate": "NO ACTION",
2357
+ "onDelete": "CASCADE",
2358
+ "nameExplicit": false,
2359
+ "name": "fk_adr_relations_to_adr_id_architecture_decisions_id_fk",
2360
+ "entityType": "fks",
2361
+ "table": "adr_relations"
2362
+ },
2363
+ {
2364
+ "columns": [
2365
+ "adr_id"
2366
+ ],
2367
+ "tableTo": "architecture_decisions",
2368
+ "columnsTo": [
2369
+ "id"
2370
+ ],
2371
+ "onUpdate": "NO ACTION",
2372
+ "onDelete": "CASCADE",
2373
+ "nameExplicit": false,
2374
+ "name": "fk_adr_task_links_adr_id_architecture_decisions_id_fk",
2375
+ "entityType": "fks",
2376
+ "table": "adr_task_links"
2377
+ },
2378
+ {
2379
+ "columns": [
2380
+ "stage_id"
2381
+ ],
2382
+ "tableTo": "lifecycle_stages",
2383
+ "columnsTo": [
2384
+ "id"
2385
+ ],
2386
+ "onUpdate": "NO ACTION",
2387
+ "onDelete": "CASCADE",
2388
+ "nameExplicit": false,
2389
+ "name": "fk_lifecycle_evidence_stage_id_lifecycle_stages_id_fk",
2390
+ "entityType": "fks",
2391
+ "table": "lifecycle_evidence"
2392
+ },
2393
+ {
2394
+ "columns": [
2395
+ "stage_id"
2396
+ ],
2397
+ "tableTo": "lifecycle_stages",
2398
+ "columnsTo": [
2399
+ "id"
2400
+ ],
2401
+ "onUpdate": "NO ACTION",
2402
+ "onDelete": "CASCADE",
2403
+ "nameExplicit": false,
2404
+ "name": "fk_lifecycle_gate_results_stage_id_lifecycle_stages_id_fk",
2405
+ "entityType": "fks",
2406
+ "table": "lifecycle_gate_results"
2407
+ },
2408
+ {
2409
+ "columns": [
2410
+ "task_id"
2411
+ ],
2412
+ "tableTo": "tasks",
2413
+ "columnsTo": [
2414
+ "id"
2415
+ ],
2416
+ "onUpdate": "NO ACTION",
2417
+ "onDelete": "CASCADE",
2418
+ "nameExplicit": false,
2419
+ "name": "fk_lifecycle_pipelines_task_id_tasks_id_fk",
2420
+ "entityType": "fks",
2421
+ "table": "lifecycle_pipelines"
2422
+ },
2423
+ {
2424
+ "columns": [
2425
+ "pipeline_id"
2426
+ ],
2427
+ "tableTo": "lifecycle_pipelines",
2428
+ "columnsTo": [
2429
+ "id"
2430
+ ],
2431
+ "onUpdate": "NO ACTION",
2432
+ "onDelete": "CASCADE",
2433
+ "nameExplicit": false,
2434
+ "name": "fk_lifecycle_stages_pipeline_id_lifecycle_pipelines_id_fk",
2435
+ "entityType": "fks",
2436
+ "table": "lifecycle_stages"
2437
+ },
2438
+ {
2439
+ "columns": [
2440
+ "pipeline_id"
2441
+ ],
2442
+ "tableTo": "lifecycle_pipelines",
2443
+ "columnsTo": [
2444
+ "id"
2445
+ ],
2446
+ "onUpdate": "NO ACTION",
2447
+ "onDelete": "CASCADE",
2448
+ "nameExplicit": false,
2449
+ "name": "fk_lifecycle_transitions_pipeline_id_lifecycle_pipelines_id_fk",
2450
+ "entityType": "fks",
2451
+ "table": "lifecycle_transitions"
2452
+ },
2453
+ {
2454
+ "columns": [
2455
+ "pipeline_id"
2456
+ ],
2457
+ "tableTo": "lifecycle_pipelines",
2458
+ "columnsTo": [
2459
+ "id"
2460
+ ],
2461
+ "onUpdate": "NO ACTION",
2462
+ "onDelete": "CASCADE",
2463
+ "nameExplicit": false,
2464
+ "name": "fk_manifest_entries_pipeline_id_lifecycle_pipelines_id_fk",
2465
+ "entityType": "fks",
2466
+ "table": "manifest_entries"
2467
+ },
2468
+ {
2469
+ "columns": [
2470
+ "stage_id"
2471
+ ],
2472
+ "tableTo": "lifecycle_stages",
2473
+ "columnsTo": [
2474
+ "id"
2475
+ ],
2476
+ "onUpdate": "NO ACTION",
2477
+ "onDelete": "CASCADE",
2478
+ "nameExplicit": false,
2479
+ "name": "fk_manifest_entries_stage_id_lifecycle_stages_id_fk",
2480
+ "entityType": "fks",
2481
+ "table": "manifest_entries"
2482
+ },
2483
+ {
2484
+ "columns": [
2485
+ "pipeline_id"
2486
+ ],
2487
+ "tableTo": "lifecycle_pipelines",
2488
+ "columnsTo": [
2489
+ "id"
2490
+ ],
2491
+ "onUpdate": "NO ACTION",
2492
+ "onDelete": "NO ACTION",
2493
+ "nameExplicit": false,
2494
+ "name": "fk_release_manifests_pipeline_id_lifecycle_pipelines_id_fk",
2495
+ "entityType": "fks",
2496
+ "table": "release_manifests"
2497
+ },
2498
+ {
2499
+ "columns": [
2500
+ "task_id"
2501
+ ],
2502
+ "tableTo": "tasks",
2503
+ "columnsTo": [
2504
+ "id"
2505
+ ],
2506
+ "onUpdate": "NO ACTION",
2507
+ "onDelete": "CASCADE",
2508
+ "nameExplicit": false,
2509
+ "name": "fk_task_dependencies_task_id_tasks_id_fk",
2510
+ "entityType": "fks",
2511
+ "table": "task_dependencies"
2512
+ },
2513
+ {
2514
+ "columns": [
2515
+ "depends_on"
2516
+ ],
2517
+ "tableTo": "tasks",
2518
+ "columnsTo": [
2519
+ "id"
2520
+ ],
2521
+ "onUpdate": "NO ACTION",
2522
+ "onDelete": "CASCADE",
2523
+ "nameExplicit": false,
2524
+ "name": "fk_task_dependencies_depends_on_tasks_id_fk",
2525
+ "entityType": "fks",
2526
+ "table": "task_dependencies"
2527
+ },
2528
+ {
2529
+ "columns": [
2530
+ "task_id"
2531
+ ],
2532
+ "tableTo": "tasks",
2533
+ "columnsTo": [
2534
+ "id"
2535
+ ],
2536
+ "onUpdate": "NO ACTION",
2537
+ "onDelete": "CASCADE",
2538
+ "nameExplicit": false,
2539
+ "name": "fk_task_relations_task_id_tasks_id_fk",
2540
+ "entityType": "fks",
2541
+ "table": "task_relations"
2542
+ },
2543
+ {
2544
+ "columns": [
2545
+ "related_to"
2546
+ ],
2547
+ "tableTo": "tasks",
2548
+ "columnsTo": [
2549
+ "id"
2550
+ ],
2551
+ "onUpdate": "NO ACTION",
2552
+ "onDelete": "CASCADE",
2553
+ "nameExplicit": false,
2554
+ "name": "fk_task_relations_related_to_tasks_id_fk",
2555
+ "entityType": "fks",
2556
+ "table": "task_relations"
2557
+ },
2558
+ {
2559
+ "columns": [
2560
+ "session_id"
2561
+ ],
2562
+ "tableTo": "sessions",
2563
+ "columnsTo": [
2564
+ "id"
2565
+ ],
2566
+ "onUpdate": "NO ACTION",
2567
+ "onDelete": "CASCADE",
2568
+ "nameExplicit": false,
2569
+ "name": "fk_task_work_history_session_id_sessions_id_fk",
2570
+ "entityType": "fks",
2571
+ "table": "task_work_history"
2572
+ },
2573
+ {
2574
+ "columns": [
2575
+ "parent_id"
2576
+ ],
2577
+ "tableTo": "tasks",
2578
+ "columnsTo": [
2579
+ "id"
2580
+ ],
2581
+ "onUpdate": "NO ACTION",
2582
+ "onDelete": "SET NULL",
2583
+ "nameExplicit": false,
2584
+ "name": "fk_tasks_parent_id_tasks_id_fk",
2585
+ "entityType": "fks",
2586
+ "table": "tasks"
2587
+ },
2588
+ {
2589
+ "columns": [
2590
+ "chain_id"
2591
+ ],
2592
+ "tableTo": "warp_chains",
2593
+ "columnsTo": [
2594
+ "id"
2595
+ ],
2596
+ "onUpdate": "NO ACTION",
2597
+ "onDelete": "NO ACTION",
2598
+ "nameExplicit": false,
2599
+ "name": "fk_warp_chain_instances_chain_id_warp_chains_id_fk",
2600
+ "entityType": "fks",
2601
+ "table": "warp_chain_instances"
2602
+ },
2603
+ {
2604
+ "columns": [
2605
+ "from_adr_id",
2606
+ "to_adr_id",
2607
+ "relation_type"
2608
+ ],
2609
+ "nameExplicit": false,
2610
+ "name": "adr_relations_pk",
2611
+ "entityType": "pks",
2612
+ "table": "adr_relations"
2613
+ },
2614
+ {
2615
+ "columns": [
2616
+ "adr_id",
2617
+ "task_id"
2618
+ ],
2619
+ "nameExplicit": false,
2620
+ "name": "adr_task_links_pk",
2621
+ "entityType": "pks",
2622
+ "table": "adr_task_links"
2623
+ },
2624
+ {
2625
+ "columns": [
2626
+ "name",
2627
+ "entity_type"
2628
+ ],
2629
+ "nameExplicit": false,
2630
+ "name": "status_registry_pk",
2631
+ "entityType": "pks",
2632
+ "table": "status_registry"
2633
+ },
2634
+ {
2635
+ "columns": [
2636
+ "task_id",
2637
+ "depends_on"
2638
+ ],
2639
+ "nameExplicit": false,
2640
+ "name": "task_dependencies_pk",
2641
+ "entityType": "pks",
2642
+ "table": "task_dependencies"
2643
+ },
2644
+ {
2645
+ "columns": [
2646
+ "task_id",
2647
+ "related_to"
2648
+ ],
2649
+ "nameExplicit": false,
2650
+ "name": "task_relations_pk",
2651
+ "entityType": "pks",
2652
+ "table": "task_relations"
2653
+ },
2654
+ {
2655
+ "columns": [
2656
+ "id"
2657
+ ],
2658
+ "nameExplicit": false,
2659
+ "name": "architecture_decisions_pk",
2660
+ "table": "architecture_decisions",
2661
+ "entityType": "pks"
2662
+ },
2663
+ {
2664
+ "columns": [
2665
+ "id"
2666
+ ],
2667
+ "nameExplicit": false,
2668
+ "name": "audit_log_pk",
2669
+ "table": "audit_log",
2670
+ "entityType": "pks"
2671
+ },
2672
+ {
2673
+ "columns": [
2674
+ "id"
2675
+ ],
2676
+ "nameExplicit": false,
2677
+ "name": "lifecycle_evidence_pk",
2678
+ "table": "lifecycle_evidence",
2679
+ "entityType": "pks"
2680
+ },
2681
+ {
2682
+ "columns": [
2683
+ "id"
2684
+ ],
2685
+ "nameExplicit": false,
2686
+ "name": "lifecycle_gate_results_pk",
2687
+ "table": "lifecycle_gate_results",
2688
+ "entityType": "pks"
2689
+ },
2690
+ {
2691
+ "columns": [
2692
+ "id"
2693
+ ],
2694
+ "nameExplicit": false,
2695
+ "name": "lifecycle_pipelines_pk",
2696
+ "table": "lifecycle_pipelines",
2697
+ "entityType": "pks"
2698
+ },
2699
+ {
2700
+ "columns": [
2701
+ "id"
2702
+ ],
2703
+ "nameExplicit": false,
2704
+ "name": "lifecycle_stages_pk",
2705
+ "table": "lifecycle_stages",
2706
+ "entityType": "pks"
2707
+ },
2708
+ {
2709
+ "columns": [
2710
+ "id"
2711
+ ],
2712
+ "nameExplicit": false,
2713
+ "name": "lifecycle_transitions_pk",
2714
+ "table": "lifecycle_transitions",
2715
+ "entityType": "pks"
2716
+ },
2717
+ {
2718
+ "columns": [
2719
+ "id"
2720
+ ],
2721
+ "nameExplicit": false,
2722
+ "name": "manifest_entries_pk",
2723
+ "table": "manifest_entries",
2724
+ "entityType": "pks"
2725
+ },
2726
+ {
2727
+ "columns": [
2728
+ "id"
2729
+ ],
2730
+ "nameExplicit": false,
2731
+ "name": "pipeline_manifest_pk",
2732
+ "table": "pipeline_manifest",
2733
+ "entityType": "pks"
2734
+ },
2735
+ {
2736
+ "columns": [
2737
+ "id"
2738
+ ],
2739
+ "nameExplicit": false,
2740
+ "name": "release_manifests_pk",
2741
+ "table": "release_manifests",
2742
+ "entityType": "pks"
2743
+ },
2744
+ {
2745
+ "columns": [
2746
+ "key"
2747
+ ],
2748
+ "nameExplicit": false,
2749
+ "name": "schema_meta_pk",
2750
+ "table": "schema_meta",
2751
+ "entityType": "pks"
2752
+ },
2753
+ {
2754
+ "columns": [
2755
+ "id"
2756
+ ],
2757
+ "nameExplicit": false,
2758
+ "name": "sessions_pk",
2759
+ "table": "sessions",
2760
+ "entityType": "pks"
2761
+ },
2762
+ {
2763
+ "columns": [
2764
+ "id"
2765
+ ],
2766
+ "nameExplicit": false,
2767
+ "name": "task_work_history_pk",
2768
+ "table": "task_work_history",
2769
+ "entityType": "pks"
2770
+ },
2771
+ {
2772
+ "columns": [
2773
+ "id"
2774
+ ],
2775
+ "nameExplicit": false,
2776
+ "name": "tasks_pk",
2777
+ "table": "tasks",
2778
+ "entityType": "pks"
2779
+ },
2780
+ {
2781
+ "columns": [
2782
+ "id"
2783
+ ],
2784
+ "nameExplicit": false,
2785
+ "name": "warp_chain_instances_pk",
2786
+ "table": "warp_chain_instances",
2787
+ "entityType": "pks"
2788
+ },
2789
+ {
2790
+ "columns": [
2791
+ "id"
2792
+ ],
2793
+ "nameExplicit": false,
2794
+ "name": "warp_chains_pk",
2795
+ "table": "warp_chains",
2796
+ "entityType": "pks"
2797
+ },
2798
+ {
2799
+ "columns": [
2800
+ {
2801
+ "value": "task_id",
2802
+ "isExpression": false
2803
+ }
2804
+ ],
2805
+ "isUnique": false,
2806
+ "where": null,
2807
+ "origin": "manual",
2808
+ "name": "idx_adr_task_links_task_id",
2809
+ "entityType": "indexes",
2810
+ "table": "adr_task_links"
2811
+ },
2812
+ {
2813
+ "columns": [
2814
+ {
2815
+ "value": "status",
2816
+ "isExpression": false
2817
+ }
2818
+ ],
2819
+ "isUnique": false,
2820
+ "where": null,
2821
+ "origin": "manual",
2822
+ "name": "idx_arch_decisions_status",
2823
+ "entityType": "indexes",
2824
+ "table": "architecture_decisions"
2825
+ },
2826
+ {
2827
+ "columns": [
2828
+ {
2829
+ "value": "task_id",
2830
+ "isExpression": false
2831
+ }
2832
+ ],
2833
+ "isUnique": false,
2834
+ "where": null,
2835
+ "origin": "manual",
2836
+ "name": "idx_audit_log_task_id",
2837
+ "entityType": "indexes",
2838
+ "table": "audit_log"
2839
+ },
2840
+ {
2841
+ "columns": [
2842
+ {
2843
+ "value": "action",
2844
+ "isExpression": false
2845
+ }
2846
+ ],
2847
+ "isUnique": false,
2848
+ "where": null,
2849
+ "origin": "manual",
2850
+ "name": "idx_audit_log_action",
2851
+ "entityType": "indexes",
2852
+ "table": "audit_log"
2853
+ },
2854
+ {
2855
+ "columns": [
2856
+ {
2857
+ "value": "timestamp",
2858
+ "isExpression": false
2859
+ }
2860
+ ],
2861
+ "isUnique": false,
2862
+ "where": null,
2863
+ "origin": "manual",
2864
+ "name": "idx_audit_log_timestamp",
2865
+ "entityType": "indexes",
2866
+ "table": "audit_log"
2867
+ },
2868
+ {
2869
+ "columns": [
2870
+ {
2871
+ "value": "domain",
2872
+ "isExpression": false
2873
+ }
2874
+ ],
2875
+ "isUnique": false,
2876
+ "where": null,
2877
+ "origin": "manual",
2878
+ "name": "idx_audit_log_domain",
2879
+ "entityType": "indexes",
2880
+ "table": "audit_log"
2881
+ },
2882
+ {
2883
+ "columns": [
2884
+ {
2885
+ "value": "request_id",
2886
+ "isExpression": false
2887
+ }
2888
+ ],
2889
+ "isUnique": false,
2890
+ "where": null,
2891
+ "origin": "manual",
2892
+ "name": "idx_audit_log_request_id",
2893
+ "entityType": "indexes",
2894
+ "table": "audit_log"
2895
+ },
2896
+ {
2897
+ "columns": [
2898
+ {
2899
+ "value": "project_hash",
2900
+ "isExpression": false
2901
+ }
2902
+ ],
2903
+ "isUnique": false,
2904
+ "where": null,
2905
+ "origin": "manual",
2906
+ "name": "idx_audit_log_project_hash",
2907
+ "entityType": "indexes",
2908
+ "table": "audit_log"
2909
+ },
2910
+ {
2911
+ "columns": [
2912
+ {
2913
+ "value": "stage_id",
2914
+ "isExpression": false
2915
+ }
2916
+ ],
2917
+ "isUnique": false,
2918
+ "where": null,
2919
+ "origin": "manual",
2920
+ "name": "idx_lifecycle_evidence_stage_id",
2921
+ "entityType": "indexes",
2922
+ "table": "lifecycle_evidence"
2923
+ },
2924
+ {
2925
+ "columns": [
2926
+ {
2927
+ "value": "stage_id",
2928
+ "isExpression": false
2929
+ }
2930
+ ],
2931
+ "isUnique": false,
2932
+ "where": null,
2933
+ "origin": "manual",
2934
+ "name": "idx_lifecycle_gate_results_stage_id",
2935
+ "entityType": "indexes",
2936
+ "table": "lifecycle_gate_results"
2937
+ },
2938
+ {
2939
+ "columns": [
2940
+ {
2941
+ "value": "task_id",
2942
+ "isExpression": false
2943
+ }
2944
+ ],
2945
+ "isUnique": false,
2946
+ "where": null,
2947
+ "origin": "manual",
2948
+ "name": "idx_lifecycle_pipelines_task_id",
2949
+ "entityType": "indexes",
2950
+ "table": "lifecycle_pipelines"
2951
+ },
2952
+ {
2953
+ "columns": [
2954
+ {
2955
+ "value": "status",
2956
+ "isExpression": false
2957
+ }
2958
+ ],
2959
+ "isUnique": false,
2960
+ "where": null,
2961
+ "origin": "manual",
2962
+ "name": "idx_lifecycle_pipelines_status",
2963
+ "entityType": "indexes",
2964
+ "table": "lifecycle_pipelines"
2965
+ },
2966
+ {
2967
+ "columns": [
2968
+ {
2969
+ "value": "pipeline_id",
2970
+ "isExpression": false
2971
+ }
2972
+ ],
2973
+ "isUnique": false,
2974
+ "where": null,
2975
+ "origin": "manual",
2976
+ "name": "idx_lifecycle_stages_pipeline_id",
2977
+ "entityType": "indexes",
2978
+ "table": "lifecycle_stages"
2979
+ },
2980
+ {
2981
+ "columns": [
2982
+ {
2983
+ "value": "stage_name",
2984
+ "isExpression": false
2985
+ }
2986
+ ],
2987
+ "isUnique": false,
2988
+ "where": null,
2989
+ "origin": "manual",
2990
+ "name": "idx_lifecycle_stages_stage_name",
2991
+ "entityType": "indexes",
2992
+ "table": "lifecycle_stages"
2993
+ },
2994
+ {
2995
+ "columns": [
2996
+ {
2997
+ "value": "status",
2998
+ "isExpression": false
2999
+ }
3000
+ ],
3001
+ "isUnique": false,
3002
+ "where": null,
3003
+ "origin": "manual",
3004
+ "name": "idx_lifecycle_stages_status",
3005
+ "entityType": "indexes",
3006
+ "table": "lifecycle_stages"
3007
+ },
3008
+ {
3009
+ "columns": [
3010
+ {
3011
+ "value": "pipeline_id",
3012
+ "isExpression": false
3013
+ }
3014
+ ],
3015
+ "isUnique": false,
3016
+ "where": null,
3017
+ "origin": "manual",
3018
+ "name": "idx_lifecycle_transitions_pipeline_id",
3019
+ "entityType": "indexes",
3020
+ "table": "lifecycle_transitions"
3021
+ },
3022
+ {
3023
+ "columns": [
3024
+ {
3025
+ "value": "pipeline_id",
3026
+ "isExpression": false
3027
+ }
3028
+ ],
3029
+ "isUnique": false,
3030
+ "where": null,
3031
+ "origin": "manual",
3032
+ "name": "idx_manifest_entries_pipeline_id",
3033
+ "entityType": "indexes",
3034
+ "table": "manifest_entries"
3035
+ },
3036
+ {
3037
+ "columns": [
3038
+ {
3039
+ "value": "stage_id",
3040
+ "isExpression": false
3041
+ }
3042
+ ],
3043
+ "isUnique": false,
3044
+ "where": null,
3045
+ "origin": "manual",
3046
+ "name": "idx_manifest_entries_stage_id",
3047
+ "entityType": "indexes",
3048
+ "table": "manifest_entries"
3049
+ },
3050
+ {
3051
+ "columns": [
3052
+ {
3053
+ "value": "status",
3054
+ "isExpression": false
3055
+ }
3056
+ ],
3057
+ "isUnique": false,
3058
+ "where": null,
3059
+ "origin": "manual",
3060
+ "name": "idx_manifest_entries_status",
3061
+ "entityType": "indexes",
3062
+ "table": "manifest_entries"
3063
+ },
3064
+ {
3065
+ "columns": [
3066
+ {
3067
+ "value": "task_id",
3068
+ "isExpression": false
3069
+ }
3070
+ ],
3071
+ "isUnique": false,
3072
+ "where": null,
3073
+ "origin": "manual",
3074
+ "name": "idx_pipeline_manifest_task_id",
3075
+ "entityType": "indexes",
3076
+ "table": "pipeline_manifest"
3077
+ },
3078
+ {
3079
+ "columns": [
3080
+ {
3081
+ "value": "session_id",
3082
+ "isExpression": false
3083
+ }
3084
+ ],
3085
+ "isUnique": false,
3086
+ "where": null,
3087
+ "origin": "manual",
3088
+ "name": "idx_pipeline_manifest_session_id",
3089
+ "entityType": "indexes",
3090
+ "table": "pipeline_manifest"
3091
+ },
3092
+ {
3093
+ "columns": [
3094
+ {
3095
+ "value": "distilled",
3096
+ "isExpression": false
3097
+ }
3098
+ ],
3099
+ "isUnique": false,
3100
+ "where": null,
3101
+ "origin": "manual",
3102
+ "name": "idx_pipeline_manifest_distilled",
3103
+ "entityType": "indexes",
3104
+ "table": "pipeline_manifest"
3105
+ },
3106
+ {
3107
+ "columns": [
3108
+ {
3109
+ "value": "status",
3110
+ "isExpression": false
3111
+ }
3112
+ ],
3113
+ "isUnique": false,
3114
+ "where": null,
3115
+ "origin": "manual",
3116
+ "name": "idx_pipeline_manifest_status",
3117
+ "entityType": "indexes",
3118
+ "table": "pipeline_manifest"
3119
+ },
3120
+ {
3121
+ "columns": [
3122
+ {
3123
+ "value": "content_hash",
3124
+ "isExpression": false
3125
+ }
3126
+ ],
3127
+ "isUnique": false,
3128
+ "where": null,
3129
+ "origin": "manual",
3130
+ "name": "idx_pipeline_manifest_content_hash",
3131
+ "entityType": "indexes",
3132
+ "table": "pipeline_manifest"
3133
+ },
3134
+ {
3135
+ "columns": [
3136
+ {
3137
+ "value": "status",
3138
+ "isExpression": false
3139
+ }
3140
+ ],
3141
+ "isUnique": false,
3142
+ "where": null,
3143
+ "origin": "manual",
3144
+ "name": "idx_release_manifests_status",
3145
+ "entityType": "indexes",
3146
+ "table": "release_manifests"
3147
+ },
3148
+ {
3149
+ "columns": [
3150
+ {
3151
+ "value": "version",
3152
+ "isExpression": false
3153
+ }
3154
+ ],
3155
+ "isUnique": false,
3156
+ "where": null,
3157
+ "origin": "manual",
3158
+ "name": "idx_release_manifests_version",
3159
+ "entityType": "indexes",
3160
+ "table": "release_manifests"
3161
+ },
3162
+ {
3163
+ "columns": [
3164
+ {
3165
+ "value": "status",
3166
+ "isExpression": false
3167
+ }
3168
+ ],
3169
+ "isUnique": false,
3170
+ "where": null,
3171
+ "origin": "manual",
3172
+ "name": "idx_sessions_status",
3173
+ "entityType": "indexes",
3174
+ "table": "sessions"
3175
+ },
3176
+ {
3177
+ "columns": [
3178
+ {
3179
+ "value": "previous_session_id",
3180
+ "isExpression": false
3181
+ }
3182
+ ],
3183
+ "isUnique": false,
3184
+ "where": null,
3185
+ "origin": "manual",
3186
+ "name": "idx_sessions_previous",
3187
+ "entityType": "indexes",
3188
+ "table": "sessions"
3189
+ },
3190
+ {
3191
+ "columns": [
3192
+ {
3193
+ "value": "agent_identifier",
3194
+ "isExpression": false
3195
+ }
3196
+ ],
3197
+ "isUnique": false,
3198
+ "where": null,
3199
+ "origin": "manual",
3200
+ "name": "idx_sessions_agent_identifier",
3201
+ "entityType": "indexes",
3202
+ "table": "sessions"
3203
+ },
3204
+ {
3205
+ "columns": [
3206
+ {
3207
+ "value": "entity_type",
3208
+ "isExpression": false
3209
+ }
3210
+ ],
3211
+ "isUnique": false,
3212
+ "where": null,
3213
+ "origin": "manual",
3214
+ "name": "idx_status_registry_entity_type",
3215
+ "entityType": "indexes",
3216
+ "table": "status_registry"
3217
+ },
3218
+ {
3219
+ "columns": [
3220
+ {
3221
+ "value": "namespace",
3222
+ "isExpression": false
3223
+ }
3224
+ ],
3225
+ "isUnique": false,
3226
+ "where": null,
3227
+ "origin": "manual",
3228
+ "name": "idx_status_registry_namespace",
3229
+ "entityType": "indexes",
3230
+ "table": "status_registry"
3231
+ },
3232
+ {
3233
+ "columns": [
3234
+ {
3235
+ "value": "depends_on",
3236
+ "isExpression": false
3237
+ }
3238
+ ],
3239
+ "isUnique": false,
3240
+ "where": null,
3241
+ "origin": "manual",
3242
+ "name": "idx_deps_depends_on",
3243
+ "entityType": "indexes",
3244
+ "table": "task_dependencies"
3245
+ },
3246
+ {
3247
+ "columns": [
3248
+ {
3249
+ "value": "session_id",
3250
+ "isExpression": false
3251
+ }
3252
+ ],
3253
+ "isUnique": false,
3254
+ "where": null,
3255
+ "origin": "manual",
3256
+ "name": "idx_work_history_session",
3257
+ "entityType": "indexes",
3258
+ "table": "task_work_history"
3259
+ },
3260
+ {
3261
+ "columns": [
3262
+ {
3263
+ "value": "status",
3264
+ "isExpression": false
3265
+ }
3266
+ ],
3267
+ "isUnique": false,
3268
+ "where": null,
3269
+ "origin": "manual",
3270
+ "name": "idx_tasks_status",
3271
+ "entityType": "indexes",
3272
+ "table": "tasks"
3273
+ },
3274
+ {
3275
+ "columns": [
3276
+ {
3277
+ "value": "parent_id",
3278
+ "isExpression": false
3279
+ }
3280
+ ],
3281
+ "isUnique": false,
3282
+ "where": null,
3283
+ "origin": "manual",
3284
+ "name": "idx_tasks_parent_id",
3285
+ "entityType": "indexes",
3286
+ "table": "tasks"
3287
+ },
3288
+ {
3289
+ "columns": [
3290
+ {
3291
+ "value": "phase",
3292
+ "isExpression": false
3293
+ }
3294
+ ],
3295
+ "isUnique": false,
3296
+ "where": null,
3297
+ "origin": "manual",
3298
+ "name": "idx_tasks_phase",
3299
+ "entityType": "indexes",
3300
+ "table": "tasks"
3301
+ },
3302
+ {
3303
+ "columns": [
3304
+ {
3305
+ "value": "type",
3306
+ "isExpression": false
3307
+ }
3308
+ ],
3309
+ "isUnique": false,
3310
+ "where": null,
3311
+ "origin": "manual",
3312
+ "name": "idx_tasks_type",
3313
+ "entityType": "indexes",
3314
+ "table": "tasks"
3315
+ },
3316
+ {
3317
+ "columns": [
3318
+ {
3319
+ "value": "priority",
3320
+ "isExpression": false
3321
+ }
3322
+ ],
3323
+ "isUnique": false,
3324
+ "where": null,
3325
+ "origin": "manual",
3326
+ "name": "idx_tasks_priority",
3327
+ "entityType": "indexes",
3328
+ "table": "tasks"
3329
+ },
3330
+ {
3331
+ "columns": [
3332
+ {
3333
+ "value": "chain_id",
3334
+ "isExpression": false
3335
+ }
3336
+ ],
3337
+ "isUnique": false,
3338
+ "where": null,
3339
+ "origin": "manual",
3340
+ "name": "idx_warp_instances_chain",
3341
+ "entityType": "indexes",
3342
+ "table": "warp_chain_instances"
3343
+ },
3344
+ {
3345
+ "columns": [
3346
+ {
3347
+ "value": "epic_id",
3348
+ "isExpression": false
3349
+ }
3350
+ ],
3351
+ "isUnique": false,
3352
+ "where": null,
3353
+ "origin": "manual",
3354
+ "name": "idx_warp_instances_epic",
3355
+ "entityType": "indexes",
3356
+ "table": "warp_chain_instances"
3357
+ },
3358
+ {
3359
+ "columns": [
3360
+ {
3361
+ "value": "status",
3362
+ "isExpression": false
3363
+ }
3364
+ ],
3365
+ "isUnique": false,
3366
+ "where": null,
3367
+ "origin": "manual",
3368
+ "name": "idx_warp_instances_status",
3369
+ "entityType": "indexes",
3370
+ "table": "warp_chain_instances"
3371
+ },
3372
+ {
3373
+ "columns": [
3374
+ {
3375
+ "value": "name",
3376
+ "isExpression": false
3377
+ }
3378
+ ],
3379
+ "isUnique": false,
3380
+ "where": null,
3381
+ "origin": "manual",
3382
+ "name": "idx_warp_chains_name",
3383
+ "entityType": "indexes",
3384
+ "table": "warp_chains"
3385
+ }
3386
+ ],
3387
+ "renames": []
3388
+ }