@cleocode/cleo 2026.3.7 → 2026.3.11

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,2628 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "sqlite",
4
+ "id": "8dcf75b7-92b7-409a-b5d2-018144d5e137",
5
+ "prevIds": [
6
+ "bc055c40-cadb-4422-bb33-b3fff33fc9ab"
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": "schema_meta",
51
+ "entityType": "tables"
52
+ },
53
+ {
54
+ "name": "sessions",
55
+ "entityType": "tables"
56
+ },
57
+ {
58
+ "name": "status_registry",
59
+ "entityType": "tables"
60
+ },
61
+ {
62
+ "name": "task_dependencies",
63
+ "entityType": "tables"
64
+ },
65
+ {
66
+ "name": "task_relations",
67
+ "entityType": "tables"
68
+ },
69
+ {
70
+ "name": "task_work_history",
71
+ "entityType": "tables"
72
+ },
73
+ {
74
+ "name": "tasks",
75
+ "entityType": "tables"
76
+ },
77
+ {
78
+ "type": "text",
79
+ "notNull": true,
80
+ "autoincrement": false,
81
+ "default": null,
82
+ "generated": null,
83
+ "name": "from_adr_id",
84
+ "entityType": "columns",
85
+ "table": "adr_relations"
86
+ },
87
+ {
88
+ "type": "text",
89
+ "notNull": true,
90
+ "autoincrement": false,
91
+ "default": null,
92
+ "generated": null,
93
+ "name": "to_adr_id",
94
+ "entityType": "columns",
95
+ "table": "adr_relations"
96
+ },
97
+ {
98
+ "type": "text",
99
+ "notNull": true,
100
+ "autoincrement": false,
101
+ "default": null,
102
+ "generated": null,
103
+ "name": "relation_type",
104
+ "entityType": "columns",
105
+ "table": "adr_relations"
106
+ },
107
+ {
108
+ "type": "text",
109
+ "notNull": true,
110
+ "autoincrement": false,
111
+ "default": null,
112
+ "generated": null,
113
+ "name": "adr_id",
114
+ "entityType": "columns",
115
+ "table": "adr_task_links"
116
+ },
117
+ {
118
+ "type": "text",
119
+ "notNull": true,
120
+ "autoincrement": false,
121
+ "default": null,
122
+ "generated": null,
123
+ "name": "task_id",
124
+ "entityType": "columns",
125
+ "table": "adr_task_links"
126
+ },
127
+ {
128
+ "type": "text",
129
+ "notNull": true,
130
+ "autoincrement": false,
131
+ "default": "'related'",
132
+ "generated": null,
133
+ "name": "link_type",
134
+ "entityType": "columns",
135
+ "table": "adr_task_links"
136
+ },
137
+ {
138
+ "type": "text",
139
+ "notNull": false,
140
+ "autoincrement": false,
141
+ "default": null,
142
+ "generated": null,
143
+ "name": "id",
144
+ "entityType": "columns",
145
+ "table": "architecture_decisions"
146
+ },
147
+ {
148
+ "type": "text",
149
+ "notNull": true,
150
+ "autoincrement": false,
151
+ "default": null,
152
+ "generated": null,
153
+ "name": "title",
154
+ "entityType": "columns",
155
+ "table": "architecture_decisions"
156
+ },
157
+ {
158
+ "type": "text",
159
+ "notNull": true,
160
+ "autoincrement": false,
161
+ "default": "'proposed'",
162
+ "generated": null,
163
+ "name": "status",
164
+ "entityType": "columns",
165
+ "table": "architecture_decisions"
166
+ },
167
+ {
168
+ "type": "text",
169
+ "notNull": false,
170
+ "autoincrement": false,
171
+ "default": null,
172
+ "generated": null,
173
+ "name": "supersedes_id",
174
+ "entityType": "columns",
175
+ "table": "architecture_decisions"
176
+ },
177
+ {
178
+ "type": "text",
179
+ "notNull": false,
180
+ "autoincrement": false,
181
+ "default": null,
182
+ "generated": null,
183
+ "name": "superseded_by_id",
184
+ "entityType": "columns",
185
+ "table": "architecture_decisions"
186
+ },
187
+ {
188
+ "type": "text",
189
+ "notNull": false,
190
+ "autoincrement": false,
191
+ "default": null,
192
+ "generated": null,
193
+ "name": "consensus_manifest_id",
194
+ "entityType": "columns",
195
+ "table": "architecture_decisions"
196
+ },
197
+ {
198
+ "type": "text",
199
+ "notNull": true,
200
+ "autoincrement": false,
201
+ "default": null,
202
+ "generated": null,
203
+ "name": "content",
204
+ "entityType": "columns",
205
+ "table": "architecture_decisions"
206
+ },
207
+ {
208
+ "type": "text",
209
+ "notNull": true,
210
+ "autoincrement": false,
211
+ "default": "(datetime('now'))",
212
+ "generated": null,
213
+ "name": "created_at",
214
+ "entityType": "columns",
215
+ "table": "architecture_decisions"
216
+ },
217
+ {
218
+ "type": "text",
219
+ "notNull": false,
220
+ "autoincrement": false,
221
+ "default": null,
222
+ "generated": null,
223
+ "name": "updated_at",
224
+ "entityType": "columns",
225
+ "table": "architecture_decisions"
226
+ },
227
+ {
228
+ "type": "text",
229
+ "notNull": true,
230
+ "autoincrement": false,
231
+ "default": "''",
232
+ "generated": null,
233
+ "name": "date",
234
+ "entityType": "columns",
235
+ "table": "architecture_decisions"
236
+ },
237
+ {
238
+ "type": "text",
239
+ "notNull": false,
240
+ "autoincrement": false,
241
+ "default": null,
242
+ "generated": null,
243
+ "name": "accepted_at",
244
+ "entityType": "columns",
245
+ "table": "architecture_decisions"
246
+ },
247
+ {
248
+ "type": "text",
249
+ "notNull": false,
250
+ "autoincrement": false,
251
+ "default": null,
252
+ "generated": null,
253
+ "name": "gate",
254
+ "entityType": "columns",
255
+ "table": "architecture_decisions"
256
+ },
257
+ {
258
+ "type": "text",
259
+ "notNull": false,
260
+ "autoincrement": false,
261
+ "default": null,
262
+ "generated": null,
263
+ "name": "gate_status",
264
+ "entityType": "columns",
265
+ "table": "architecture_decisions"
266
+ },
267
+ {
268
+ "type": "text",
269
+ "notNull": false,
270
+ "autoincrement": false,
271
+ "default": null,
272
+ "generated": null,
273
+ "name": "amends_id",
274
+ "entityType": "columns",
275
+ "table": "architecture_decisions"
276
+ },
277
+ {
278
+ "type": "text",
279
+ "notNull": true,
280
+ "autoincrement": false,
281
+ "default": "''",
282
+ "generated": null,
283
+ "name": "file_path",
284
+ "entityType": "columns",
285
+ "table": "architecture_decisions"
286
+ },
287
+ {
288
+ "type": "text",
289
+ "notNull": false,
290
+ "autoincrement": false,
291
+ "default": null,
292
+ "generated": null,
293
+ "name": "summary",
294
+ "entityType": "columns",
295
+ "table": "architecture_decisions"
296
+ },
297
+ {
298
+ "type": "text",
299
+ "notNull": false,
300
+ "autoincrement": false,
301
+ "default": null,
302
+ "generated": null,
303
+ "name": "keywords",
304
+ "entityType": "columns",
305
+ "table": "architecture_decisions"
306
+ },
307
+ {
308
+ "type": "text",
309
+ "notNull": false,
310
+ "autoincrement": false,
311
+ "default": null,
312
+ "generated": null,
313
+ "name": "topics",
314
+ "entityType": "columns",
315
+ "table": "architecture_decisions"
316
+ },
317
+ {
318
+ "type": "text",
319
+ "notNull": false,
320
+ "autoincrement": false,
321
+ "default": null,
322
+ "generated": null,
323
+ "name": "id",
324
+ "entityType": "columns",
325
+ "table": "audit_log"
326
+ },
327
+ {
328
+ "type": "text",
329
+ "notNull": true,
330
+ "autoincrement": false,
331
+ "default": "(datetime('now'))",
332
+ "generated": null,
333
+ "name": "timestamp",
334
+ "entityType": "columns",
335
+ "table": "audit_log"
336
+ },
337
+ {
338
+ "type": "text",
339
+ "notNull": true,
340
+ "autoincrement": false,
341
+ "default": null,
342
+ "generated": null,
343
+ "name": "action",
344
+ "entityType": "columns",
345
+ "table": "audit_log"
346
+ },
347
+ {
348
+ "type": "text",
349
+ "notNull": true,
350
+ "autoincrement": false,
351
+ "default": null,
352
+ "generated": null,
353
+ "name": "task_id",
354
+ "entityType": "columns",
355
+ "table": "audit_log"
356
+ },
357
+ {
358
+ "type": "text",
359
+ "notNull": true,
360
+ "autoincrement": false,
361
+ "default": "'system'",
362
+ "generated": null,
363
+ "name": "actor",
364
+ "entityType": "columns",
365
+ "table": "audit_log"
366
+ },
367
+ {
368
+ "type": "text",
369
+ "notNull": false,
370
+ "autoincrement": false,
371
+ "default": "'{}'",
372
+ "generated": null,
373
+ "name": "details_json",
374
+ "entityType": "columns",
375
+ "table": "audit_log"
376
+ },
377
+ {
378
+ "type": "text",
379
+ "notNull": false,
380
+ "autoincrement": false,
381
+ "default": null,
382
+ "generated": null,
383
+ "name": "before_json",
384
+ "entityType": "columns",
385
+ "table": "audit_log"
386
+ },
387
+ {
388
+ "type": "text",
389
+ "notNull": false,
390
+ "autoincrement": false,
391
+ "default": null,
392
+ "generated": null,
393
+ "name": "after_json",
394
+ "entityType": "columns",
395
+ "table": "audit_log"
396
+ },
397
+ {
398
+ "type": "text",
399
+ "notNull": false,
400
+ "autoincrement": false,
401
+ "default": null,
402
+ "generated": null,
403
+ "name": "domain",
404
+ "entityType": "columns",
405
+ "table": "audit_log"
406
+ },
407
+ {
408
+ "type": "text",
409
+ "notNull": false,
410
+ "autoincrement": false,
411
+ "default": null,
412
+ "generated": null,
413
+ "name": "operation",
414
+ "entityType": "columns",
415
+ "table": "audit_log"
416
+ },
417
+ {
418
+ "type": "text",
419
+ "notNull": false,
420
+ "autoincrement": false,
421
+ "default": null,
422
+ "generated": null,
423
+ "name": "session_id",
424
+ "entityType": "columns",
425
+ "table": "audit_log"
426
+ },
427
+ {
428
+ "type": "text",
429
+ "notNull": false,
430
+ "autoincrement": false,
431
+ "default": null,
432
+ "generated": null,
433
+ "name": "request_id",
434
+ "entityType": "columns",
435
+ "table": "audit_log"
436
+ },
437
+ {
438
+ "type": "integer",
439
+ "notNull": false,
440
+ "autoincrement": false,
441
+ "default": null,
442
+ "generated": null,
443
+ "name": "duration_ms",
444
+ "entityType": "columns",
445
+ "table": "audit_log"
446
+ },
447
+ {
448
+ "type": "integer",
449
+ "notNull": false,
450
+ "autoincrement": false,
451
+ "default": null,
452
+ "generated": null,
453
+ "name": "success",
454
+ "entityType": "columns",
455
+ "table": "audit_log"
456
+ },
457
+ {
458
+ "type": "text",
459
+ "notNull": false,
460
+ "autoincrement": false,
461
+ "default": null,
462
+ "generated": null,
463
+ "name": "source",
464
+ "entityType": "columns",
465
+ "table": "audit_log"
466
+ },
467
+ {
468
+ "type": "text",
469
+ "notNull": false,
470
+ "autoincrement": false,
471
+ "default": null,
472
+ "generated": null,
473
+ "name": "gateway",
474
+ "entityType": "columns",
475
+ "table": "audit_log"
476
+ },
477
+ {
478
+ "type": "text",
479
+ "notNull": false,
480
+ "autoincrement": false,
481
+ "default": null,
482
+ "generated": null,
483
+ "name": "error_message",
484
+ "entityType": "columns",
485
+ "table": "audit_log"
486
+ },
487
+ {
488
+ "type": "text",
489
+ "notNull": false,
490
+ "autoincrement": false,
491
+ "default": null,
492
+ "generated": null,
493
+ "name": "id",
494
+ "entityType": "columns",
495
+ "table": "lifecycle_evidence"
496
+ },
497
+ {
498
+ "type": "text",
499
+ "notNull": true,
500
+ "autoincrement": false,
501
+ "default": null,
502
+ "generated": null,
503
+ "name": "stage_id",
504
+ "entityType": "columns",
505
+ "table": "lifecycle_evidence"
506
+ },
507
+ {
508
+ "type": "text",
509
+ "notNull": true,
510
+ "autoincrement": false,
511
+ "default": null,
512
+ "generated": null,
513
+ "name": "uri",
514
+ "entityType": "columns",
515
+ "table": "lifecycle_evidence"
516
+ },
517
+ {
518
+ "type": "text",
519
+ "notNull": true,
520
+ "autoincrement": false,
521
+ "default": null,
522
+ "generated": null,
523
+ "name": "type",
524
+ "entityType": "columns",
525
+ "table": "lifecycle_evidence"
526
+ },
527
+ {
528
+ "type": "text",
529
+ "notNull": true,
530
+ "autoincrement": false,
531
+ "default": "(datetime('now'))",
532
+ "generated": null,
533
+ "name": "recorded_at",
534
+ "entityType": "columns",
535
+ "table": "lifecycle_evidence"
536
+ },
537
+ {
538
+ "type": "text",
539
+ "notNull": false,
540
+ "autoincrement": false,
541
+ "default": null,
542
+ "generated": null,
543
+ "name": "recorded_by",
544
+ "entityType": "columns",
545
+ "table": "lifecycle_evidence"
546
+ },
547
+ {
548
+ "type": "text",
549
+ "notNull": false,
550
+ "autoincrement": false,
551
+ "default": null,
552
+ "generated": null,
553
+ "name": "description",
554
+ "entityType": "columns",
555
+ "table": "lifecycle_evidence"
556
+ },
557
+ {
558
+ "type": "text",
559
+ "notNull": false,
560
+ "autoincrement": false,
561
+ "default": null,
562
+ "generated": null,
563
+ "name": "id",
564
+ "entityType": "columns",
565
+ "table": "lifecycle_gate_results"
566
+ },
567
+ {
568
+ "type": "text",
569
+ "notNull": true,
570
+ "autoincrement": false,
571
+ "default": null,
572
+ "generated": null,
573
+ "name": "stage_id",
574
+ "entityType": "columns",
575
+ "table": "lifecycle_gate_results"
576
+ },
577
+ {
578
+ "type": "text",
579
+ "notNull": true,
580
+ "autoincrement": false,
581
+ "default": null,
582
+ "generated": null,
583
+ "name": "gate_name",
584
+ "entityType": "columns",
585
+ "table": "lifecycle_gate_results"
586
+ },
587
+ {
588
+ "type": "text",
589
+ "notNull": true,
590
+ "autoincrement": false,
591
+ "default": null,
592
+ "generated": null,
593
+ "name": "result",
594
+ "entityType": "columns",
595
+ "table": "lifecycle_gate_results"
596
+ },
597
+ {
598
+ "type": "text",
599
+ "notNull": true,
600
+ "autoincrement": false,
601
+ "default": "(datetime('now'))",
602
+ "generated": null,
603
+ "name": "checked_at",
604
+ "entityType": "columns",
605
+ "table": "lifecycle_gate_results"
606
+ },
607
+ {
608
+ "type": "text",
609
+ "notNull": true,
610
+ "autoincrement": false,
611
+ "default": null,
612
+ "generated": null,
613
+ "name": "checked_by",
614
+ "entityType": "columns",
615
+ "table": "lifecycle_gate_results"
616
+ },
617
+ {
618
+ "type": "text",
619
+ "notNull": false,
620
+ "autoincrement": false,
621
+ "default": null,
622
+ "generated": null,
623
+ "name": "details",
624
+ "entityType": "columns",
625
+ "table": "lifecycle_gate_results"
626
+ },
627
+ {
628
+ "type": "text",
629
+ "notNull": false,
630
+ "autoincrement": false,
631
+ "default": null,
632
+ "generated": null,
633
+ "name": "reason",
634
+ "entityType": "columns",
635
+ "table": "lifecycle_gate_results"
636
+ },
637
+ {
638
+ "type": "text",
639
+ "notNull": false,
640
+ "autoincrement": false,
641
+ "default": null,
642
+ "generated": null,
643
+ "name": "id",
644
+ "entityType": "columns",
645
+ "table": "lifecycle_pipelines"
646
+ },
647
+ {
648
+ "type": "text",
649
+ "notNull": true,
650
+ "autoincrement": false,
651
+ "default": null,
652
+ "generated": null,
653
+ "name": "task_id",
654
+ "entityType": "columns",
655
+ "table": "lifecycle_pipelines"
656
+ },
657
+ {
658
+ "type": "text",
659
+ "notNull": true,
660
+ "autoincrement": false,
661
+ "default": "'active'",
662
+ "generated": null,
663
+ "name": "status",
664
+ "entityType": "columns",
665
+ "table": "lifecycle_pipelines"
666
+ },
667
+ {
668
+ "type": "text",
669
+ "notNull": false,
670
+ "autoincrement": false,
671
+ "default": null,
672
+ "generated": null,
673
+ "name": "current_stage_id",
674
+ "entityType": "columns",
675
+ "table": "lifecycle_pipelines"
676
+ },
677
+ {
678
+ "type": "text",
679
+ "notNull": true,
680
+ "autoincrement": false,
681
+ "default": "(datetime('now'))",
682
+ "generated": null,
683
+ "name": "started_at",
684
+ "entityType": "columns",
685
+ "table": "lifecycle_pipelines"
686
+ },
687
+ {
688
+ "type": "text",
689
+ "notNull": false,
690
+ "autoincrement": false,
691
+ "default": null,
692
+ "generated": null,
693
+ "name": "completed_at",
694
+ "entityType": "columns",
695
+ "table": "lifecycle_pipelines"
696
+ },
697
+ {
698
+ "type": "text",
699
+ "notNull": false,
700
+ "autoincrement": false,
701
+ "default": "(datetime('now'))",
702
+ "generated": null,
703
+ "name": "updated_at",
704
+ "entityType": "columns",
705
+ "table": "lifecycle_pipelines"
706
+ },
707
+ {
708
+ "type": "text",
709
+ "notNull": false,
710
+ "autoincrement": false,
711
+ "default": null,
712
+ "generated": null,
713
+ "name": "id",
714
+ "entityType": "columns",
715
+ "table": "lifecycle_stages"
716
+ },
717
+ {
718
+ "type": "text",
719
+ "notNull": true,
720
+ "autoincrement": false,
721
+ "default": null,
722
+ "generated": null,
723
+ "name": "pipeline_id",
724
+ "entityType": "columns",
725
+ "table": "lifecycle_stages"
726
+ },
727
+ {
728
+ "type": "text",
729
+ "notNull": true,
730
+ "autoincrement": false,
731
+ "default": null,
732
+ "generated": null,
733
+ "name": "stage_name",
734
+ "entityType": "columns",
735
+ "table": "lifecycle_stages"
736
+ },
737
+ {
738
+ "type": "text",
739
+ "notNull": true,
740
+ "autoincrement": false,
741
+ "default": "'not_started'",
742
+ "generated": null,
743
+ "name": "status",
744
+ "entityType": "columns",
745
+ "table": "lifecycle_stages"
746
+ },
747
+ {
748
+ "type": "integer",
749
+ "notNull": true,
750
+ "autoincrement": false,
751
+ "default": null,
752
+ "generated": null,
753
+ "name": "sequence",
754
+ "entityType": "columns",
755
+ "table": "lifecycle_stages"
756
+ },
757
+ {
758
+ "type": "text",
759
+ "notNull": false,
760
+ "autoincrement": false,
761
+ "default": null,
762
+ "generated": null,
763
+ "name": "started_at",
764
+ "entityType": "columns",
765
+ "table": "lifecycle_stages"
766
+ },
767
+ {
768
+ "type": "text",
769
+ "notNull": false,
770
+ "autoincrement": false,
771
+ "default": null,
772
+ "generated": null,
773
+ "name": "completed_at",
774
+ "entityType": "columns",
775
+ "table": "lifecycle_stages"
776
+ },
777
+ {
778
+ "type": "text",
779
+ "notNull": false,
780
+ "autoincrement": false,
781
+ "default": null,
782
+ "generated": null,
783
+ "name": "blocked_at",
784
+ "entityType": "columns",
785
+ "table": "lifecycle_stages"
786
+ },
787
+ {
788
+ "type": "text",
789
+ "notNull": false,
790
+ "autoincrement": false,
791
+ "default": null,
792
+ "generated": null,
793
+ "name": "block_reason",
794
+ "entityType": "columns",
795
+ "table": "lifecycle_stages"
796
+ },
797
+ {
798
+ "type": "text",
799
+ "notNull": false,
800
+ "autoincrement": false,
801
+ "default": null,
802
+ "generated": null,
803
+ "name": "skipped_at",
804
+ "entityType": "columns",
805
+ "table": "lifecycle_stages"
806
+ },
807
+ {
808
+ "type": "text",
809
+ "notNull": false,
810
+ "autoincrement": false,
811
+ "default": null,
812
+ "generated": null,
813
+ "name": "skip_reason",
814
+ "entityType": "columns",
815
+ "table": "lifecycle_stages"
816
+ },
817
+ {
818
+ "type": "text",
819
+ "notNull": false,
820
+ "autoincrement": false,
821
+ "default": "'[]'",
822
+ "generated": null,
823
+ "name": "notes_json",
824
+ "entityType": "columns",
825
+ "table": "lifecycle_stages"
826
+ },
827
+ {
828
+ "type": "text",
829
+ "notNull": false,
830
+ "autoincrement": false,
831
+ "default": "'{}'",
832
+ "generated": null,
833
+ "name": "metadata_json",
834
+ "entityType": "columns",
835
+ "table": "lifecycle_stages"
836
+ },
837
+ {
838
+ "type": "text",
839
+ "notNull": false,
840
+ "autoincrement": false,
841
+ "default": null,
842
+ "generated": null,
843
+ "name": "output_file",
844
+ "entityType": "columns",
845
+ "table": "lifecycle_stages"
846
+ },
847
+ {
848
+ "type": "text",
849
+ "notNull": false,
850
+ "autoincrement": false,
851
+ "default": null,
852
+ "generated": null,
853
+ "name": "created_by",
854
+ "entityType": "columns",
855
+ "table": "lifecycle_stages"
856
+ },
857
+ {
858
+ "type": "text",
859
+ "notNull": false,
860
+ "autoincrement": false,
861
+ "default": null,
862
+ "generated": null,
863
+ "name": "validated_by",
864
+ "entityType": "columns",
865
+ "table": "lifecycle_stages"
866
+ },
867
+ {
868
+ "type": "text",
869
+ "notNull": false,
870
+ "autoincrement": false,
871
+ "default": null,
872
+ "generated": null,
873
+ "name": "validated_at",
874
+ "entityType": "columns",
875
+ "table": "lifecycle_stages"
876
+ },
877
+ {
878
+ "type": "text",
879
+ "notNull": false,
880
+ "autoincrement": false,
881
+ "default": null,
882
+ "generated": null,
883
+ "name": "validation_status",
884
+ "entityType": "columns",
885
+ "table": "lifecycle_stages"
886
+ },
887
+ {
888
+ "type": "text",
889
+ "notNull": false,
890
+ "autoincrement": false,
891
+ "default": null,
892
+ "generated": null,
893
+ "name": "provenance_chain_json",
894
+ "entityType": "columns",
895
+ "table": "lifecycle_stages"
896
+ },
897
+ {
898
+ "type": "text",
899
+ "notNull": false,
900
+ "autoincrement": false,
901
+ "default": null,
902
+ "generated": null,
903
+ "name": "id",
904
+ "entityType": "columns",
905
+ "table": "lifecycle_transitions"
906
+ },
907
+ {
908
+ "type": "text",
909
+ "notNull": true,
910
+ "autoincrement": false,
911
+ "default": null,
912
+ "generated": null,
913
+ "name": "pipeline_id",
914
+ "entityType": "columns",
915
+ "table": "lifecycle_transitions"
916
+ },
917
+ {
918
+ "type": "text",
919
+ "notNull": true,
920
+ "autoincrement": false,
921
+ "default": null,
922
+ "generated": null,
923
+ "name": "from_stage_id",
924
+ "entityType": "columns",
925
+ "table": "lifecycle_transitions"
926
+ },
927
+ {
928
+ "type": "text",
929
+ "notNull": true,
930
+ "autoincrement": false,
931
+ "default": null,
932
+ "generated": null,
933
+ "name": "to_stage_id",
934
+ "entityType": "columns",
935
+ "table": "lifecycle_transitions"
936
+ },
937
+ {
938
+ "type": "text",
939
+ "notNull": true,
940
+ "autoincrement": false,
941
+ "default": "'automatic'",
942
+ "generated": null,
943
+ "name": "transition_type",
944
+ "entityType": "columns",
945
+ "table": "lifecycle_transitions"
946
+ },
947
+ {
948
+ "type": "text",
949
+ "notNull": false,
950
+ "autoincrement": false,
951
+ "default": null,
952
+ "generated": null,
953
+ "name": "transitioned_by",
954
+ "entityType": "columns",
955
+ "table": "lifecycle_transitions"
956
+ },
957
+ {
958
+ "type": "text",
959
+ "notNull": true,
960
+ "autoincrement": false,
961
+ "default": "(datetime('now'))",
962
+ "generated": null,
963
+ "name": "created_at",
964
+ "entityType": "columns",
965
+ "table": "lifecycle_transitions"
966
+ },
967
+ {
968
+ "type": "text",
969
+ "notNull": false,
970
+ "autoincrement": false,
971
+ "default": null,
972
+ "generated": null,
973
+ "name": "id",
974
+ "entityType": "columns",
975
+ "table": "manifest_entries"
976
+ },
977
+ {
978
+ "type": "text",
979
+ "notNull": false,
980
+ "autoincrement": false,
981
+ "default": null,
982
+ "generated": null,
983
+ "name": "pipeline_id",
984
+ "entityType": "columns",
985
+ "table": "manifest_entries"
986
+ },
987
+ {
988
+ "type": "text",
989
+ "notNull": false,
990
+ "autoincrement": false,
991
+ "default": null,
992
+ "generated": null,
993
+ "name": "stage_id",
994
+ "entityType": "columns",
995
+ "table": "manifest_entries"
996
+ },
997
+ {
998
+ "type": "text",
999
+ "notNull": true,
1000
+ "autoincrement": false,
1001
+ "default": null,
1002
+ "generated": null,
1003
+ "name": "title",
1004
+ "entityType": "columns",
1005
+ "table": "manifest_entries"
1006
+ },
1007
+ {
1008
+ "type": "text",
1009
+ "notNull": true,
1010
+ "autoincrement": false,
1011
+ "default": null,
1012
+ "generated": null,
1013
+ "name": "date",
1014
+ "entityType": "columns",
1015
+ "table": "manifest_entries"
1016
+ },
1017
+ {
1018
+ "type": "text",
1019
+ "notNull": true,
1020
+ "autoincrement": false,
1021
+ "default": null,
1022
+ "generated": null,
1023
+ "name": "status",
1024
+ "entityType": "columns",
1025
+ "table": "manifest_entries"
1026
+ },
1027
+ {
1028
+ "type": "text",
1029
+ "notNull": false,
1030
+ "autoincrement": false,
1031
+ "default": null,
1032
+ "generated": null,
1033
+ "name": "agent_type",
1034
+ "entityType": "columns",
1035
+ "table": "manifest_entries"
1036
+ },
1037
+ {
1038
+ "type": "text",
1039
+ "notNull": false,
1040
+ "autoincrement": false,
1041
+ "default": null,
1042
+ "generated": null,
1043
+ "name": "output_file",
1044
+ "entityType": "columns",
1045
+ "table": "manifest_entries"
1046
+ },
1047
+ {
1048
+ "type": "text",
1049
+ "notNull": false,
1050
+ "autoincrement": false,
1051
+ "default": "'[]'",
1052
+ "generated": null,
1053
+ "name": "topics_json",
1054
+ "entityType": "columns",
1055
+ "table": "manifest_entries"
1056
+ },
1057
+ {
1058
+ "type": "text",
1059
+ "notNull": false,
1060
+ "autoincrement": false,
1061
+ "default": "'[]'",
1062
+ "generated": null,
1063
+ "name": "findings_json",
1064
+ "entityType": "columns",
1065
+ "table": "manifest_entries"
1066
+ },
1067
+ {
1068
+ "type": "text",
1069
+ "notNull": false,
1070
+ "autoincrement": false,
1071
+ "default": "'[]'",
1072
+ "generated": null,
1073
+ "name": "linked_tasks_json",
1074
+ "entityType": "columns",
1075
+ "table": "manifest_entries"
1076
+ },
1077
+ {
1078
+ "type": "text",
1079
+ "notNull": false,
1080
+ "autoincrement": false,
1081
+ "default": null,
1082
+ "generated": null,
1083
+ "name": "created_by",
1084
+ "entityType": "columns",
1085
+ "table": "manifest_entries"
1086
+ },
1087
+ {
1088
+ "type": "text",
1089
+ "notNull": true,
1090
+ "autoincrement": false,
1091
+ "default": "(datetime('now'))",
1092
+ "generated": null,
1093
+ "name": "created_at",
1094
+ "entityType": "columns",
1095
+ "table": "manifest_entries"
1096
+ },
1097
+ {
1098
+ "type": "text",
1099
+ "notNull": false,
1100
+ "autoincrement": false,
1101
+ "default": null,
1102
+ "generated": null,
1103
+ "name": "key",
1104
+ "entityType": "columns",
1105
+ "table": "schema_meta"
1106
+ },
1107
+ {
1108
+ "type": "text",
1109
+ "notNull": true,
1110
+ "autoincrement": false,
1111
+ "default": null,
1112
+ "generated": null,
1113
+ "name": "value",
1114
+ "entityType": "columns",
1115
+ "table": "schema_meta"
1116
+ },
1117
+ {
1118
+ "type": "text",
1119
+ "notNull": false,
1120
+ "autoincrement": false,
1121
+ "default": null,
1122
+ "generated": null,
1123
+ "name": "id",
1124
+ "entityType": "columns",
1125
+ "table": "sessions"
1126
+ },
1127
+ {
1128
+ "type": "text",
1129
+ "notNull": true,
1130
+ "autoincrement": false,
1131
+ "default": null,
1132
+ "generated": null,
1133
+ "name": "name",
1134
+ "entityType": "columns",
1135
+ "table": "sessions"
1136
+ },
1137
+ {
1138
+ "type": "text",
1139
+ "notNull": true,
1140
+ "autoincrement": false,
1141
+ "default": "'active'",
1142
+ "generated": null,
1143
+ "name": "status",
1144
+ "entityType": "columns",
1145
+ "table": "sessions"
1146
+ },
1147
+ {
1148
+ "type": "text",
1149
+ "notNull": true,
1150
+ "autoincrement": false,
1151
+ "default": "'{}'",
1152
+ "generated": null,
1153
+ "name": "scope_json",
1154
+ "entityType": "columns",
1155
+ "table": "sessions"
1156
+ },
1157
+ {
1158
+ "type": "text",
1159
+ "notNull": false,
1160
+ "autoincrement": false,
1161
+ "default": null,
1162
+ "generated": null,
1163
+ "name": "current_task",
1164
+ "entityType": "columns",
1165
+ "table": "sessions"
1166
+ },
1167
+ {
1168
+ "type": "text",
1169
+ "notNull": false,
1170
+ "autoincrement": false,
1171
+ "default": null,
1172
+ "generated": null,
1173
+ "name": "task_started_at",
1174
+ "entityType": "columns",
1175
+ "table": "sessions"
1176
+ },
1177
+ {
1178
+ "type": "text",
1179
+ "notNull": false,
1180
+ "autoincrement": false,
1181
+ "default": null,
1182
+ "generated": null,
1183
+ "name": "agent",
1184
+ "entityType": "columns",
1185
+ "table": "sessions"
1186
+ },
1187
+ {
1188
+ "type": "text",
1189
+ "notNull": false,
1190
+ "autoincrement": false,
1191
+ "default": "'[]'",
1192
+ "generated": null,
1193
+ "name": "notes_json",
1194
+ "entityType": "columns",
1195
+ "table": "sessions"
1196
+ },
1197
+ {
1198
+ "type": "text",
1199
+ "notNull": false,
1200
+ "autoincrement": false,
1201
+ "default": "'[]'",
1202
+ "generated": null,
1203
+ "name": "tasks_completed_json",
1204
+ "entityType": "columns",
1205
+ "table": "sessions"
1206
+ },
1207
+ {
1208
+ "type": "text",
1209
+ "notNull": false,
1210
+ "autoincrement": false,
1211
+ "default": "'[]'",
1212
+ "generated": null,
1213
+ "name": "tasks_created_json",
1214
+ "entityType": "columns",
1215
+ "table": "sessions"
1216
+ },
1217
+ {
1218
+ "type": "text",
1219
+ "notNull": false,
1220
+ "autoincrement": false,
1221
+ "default": null,
1222
+ "generated": null,
1223
+ "name": "handoff_json",
1224
+ "entityType": "columns",
1225
+ "table": "sessions"
1226
+ },
1227
+ {
1228
+ "type": "text",
1229
+ "notNull": true,
1230
+ "autoincrement": false,
1231
+ "default": "(datetime('now'))",
1232
+ "generated": null,
1233
+ "name": "started_at",
1234
+ "entityType": "columns",
1235
+ "table": "sessions"
1236
+ },
1237
+ {
1238
+ "type": "text",
1239
+ "notNull": false,
1240
+ "autoincrement": false,
1241
+ "default": null,
1242
+ "generated": null,
1243
+ "name": "ended_at",
1244
+ "entityType": "columns",
1245
+ "table": "sessions"
1246
+ },
1247
+ {
1248
+ "type": "text",
1249
+ "notNull": false,
1250
+ "autoincrement": false,
1251
+ "default": null,
1252
+ "generated": null,
1253
+ "name": "previous_session_id",
1254
+ "entityType": "columns",
1255
+ "table": "sessions"
1256
+ },
1257
+ {
1258
+ "type": "text",
1259
+ "notNull": false,
1260
+ "autoincrement": false,
1261
+ "default": null,
1262
+ "generated": null,
1263
+ "name": "next_session_id",
1264
+ "entityType": "columns",
1265
+ "table": "sessions"
1266
+ },
1267
+ {
1268
+ "type": "text",
1269
+ "notNull": false,
1270
+ "autoincrement": false,
1271
+ "default": null,
1272
+ "generated": null,
1273
+ "name": "agent_identifier",
1274
+ "entityType": "columns",
1275
+ "table": "sessions"
1276
+ },
1277
+ {
1278
+ "type": "text",
1279
+ "notNull": false,
1280
+ "autoincrement": false,
1281
+ "default": null,
1282
+ "generated": null,
1283
+ "name": "handoff_consumed_at",
1284
+ "entityType": "columns",
1285
+ "table": "sessions"
1286
+ },
1287
+ {
1288
+ "type": "text",
1289
+ "notNull": false,
1290
+ "autoincrement": false,
1291
+ "default": null,
1292
+ "generated": null,
1293
+ "name": "handoff_consumed_by",
1294
+ "entityType": "columns",
1295
+ "table": "sessions"
1296
+ },
1297
+ {
1298
+ "type": "text",
1299
+ "notNull": false,
1300
+ "autoincrement": false,
1301
+ "default": null,
1302
+ "generated": null,
1303
+ "name": "debrief_json",
1304
+ "entityType": "columns",
1305
+ "table": "sessions"
1306
+ },
1307
+ {
1308
+ "type": "text",
1309
+ "notNull": false,
1310
+ "autoincrement": false,
1311
+ "default": null,
1312
+ "generated": null,
1313
+ "name": "stats_json",
1314
+ "entityType": "columns",
1315
+ "table": "sessions"
1316
+ },
1317
+ {
1318
+ "type": "integer",
1319
+ "notNull": false,
1320
+ "autoincrement": false,
1321
+ "default": null,
1322
+ "generated": null,
1323
+ "name": "resume_count",
1324
+ "entityType": "columns",
1325
+ "table": "sessions"
1326
+ },
1327
+ {
1328
+ "type": "integer",
1329
+ "notNull": false,
1330
+ "autoincrement": false,
1331
+ "default": null,
1332
+ "generated": null,
1333
+ "name": "grade_mode",
1334
+ "entityType": "columns",
1335
+ "table": "sessions"
1336
+ },
1337
+ {
1338
+ "type": "text",
1339
+ "notNull": true,
1340
+ "autoincrement": false,
1341
+ "default": null,
1342
+ "generated": null,
1343
+ "name": "name",
1344
+ "entityType": "columns",
1345
+ "table": "status_registry"
1346
+ },
1347
+ {
1348
+ "type": "text",
1349
+ "notNull": true,
1350
+ "autoincrement": false,
1351
+ "default": null,
1352
+ "generated": null,
1353
+ "name": "entity_type",
1354
+ "entityType": "columns",
1355
+ "table": "status_registry"
1356
+ },
1357
+ {
1358
+ "type": "text",
1359
+ "notNull": true,
1360
+ "autoincrement": false,
1361
+ "default": null,
1362
+ "generated": null,
1363
+ "name": "namespace",
1364
+ "entityType": "columns",
1365
+ "table": "status_registry"
1366
+ },
1367
+ {
1368
+ "type": "text",
1369
+ "notNull": true,
1370
+ "autoincrement": false,
1371
+ "default": null,
1372
+ "generated": null,
1373
+ "name": "description",
1374
+ "entityType": "columns",
1375
+ "table": "status_registry"
1376
+ },
1377
+ {
1378
+ "type": "integer",
1379
+ "notNull": true,
1380
+ "autoincrement": false,
1381
+ "default": "false",
1382
+ "generated": null,
1383
+ "name": "is_terminal",
1384
+ "entityType": "columns",
1385
+ "table": "status_registry"
1386
+ },
1387
+ {
1388
+ "type": "text",
1389
+ "notNull": true,
1390
+ "autoincrement": false,
1391
+ "default": null,
1392
+ "generated": null,
1393
+ "name": "task_id",
1394
+ "entityType": "columns",
1395
+ "table": "task_dependencies"
1396
+ },
1397
+ {
1398
+ "type": "text",
1399
+ "notNull": true,
1400
+ "autoincrement": false,
1401
+ "default": null,
1402
+ "generated": null,
1403
+ "name": "depends_on",
1404
+ "entityType": "columns",
1405
+ "table": "task_dependencies"
1406
+ },
1407
+ {
1408
+ "type": "text",
1409
+ "notNull": true,
1410
+ "autoincrement": false,
1411
+ "default": null,
1412
+ "generated": null,
1413
+ "name": "task_id",
1414
+ "entityType": "columns",
1415
+ "table": "task_relations"
1416
+ },
1417
+ {
1418
+ "type": "text",
1419
+ "notNull": true,
1420
+ "autoincrement": false,
1421
+ "default": null,
1422
+ "generated": null,
1423
+ "name": "related_to",
1424
+ "entityType": "columns",
1425
+ "table": "task_relations"
1426
+ },
1427
+ {
1428
+ "type": "text",
1429
+ "notNull": true,
1430
+ "autoincrement": false,
1431
+ "default": "'related'",
1432
+ "generated": null,
1433
+ "name": "relation_type",
1434
+ "entityType": "columns",
1435
+ "table": "task_relations"
1436
+ },
1437
+ {
1438
+ "type": "text",
1439
+ "notNull": false,
1440
+ "autoincrement": false,
1441
+ "default": null,
1442
+ "generated": null,
1443
+ "name": "reason",
1444
+ "entityType": "columns",
1445
+ "table": "task_relations"
1446
+ },
1447
+ {
1448
+ "type": "integer",
1449
+ "notNull": false,
1450
+ "autoincrement": true,
1451
+ "default": null,
1452
+ "generated": null,
1453
+ "name": "id",
1454
+ "entityType": "columns",
1455
+ "table": "task_work_history"
1456
+ },
1457
+ {
1458
+ "type": "text",
1459
+ "notNull": true,
1460
+ "autoincrement": false,
1461
+ "default": null,
1462
+ "generated": null,
1463
+ "name": "session_id",
1464
+ "entityType": "columns",
1465
+ "table": "task_work_history"
1466
+ },
1467
+ {
1468
+ "type": "text",
1469
+ "notNull": true,
1470
+ "autoincrement": false,
1471
+ "default": null,
1472
+ "generated": null,
1473
+ "name": "task_id",
1474
+ "entityType": "columns",
1475
+ "table": "task_work_history"
1476
+ },
1477
+ {
1478
+ "type": "text",
1479
+ "notNull": true,
1480
+ "autoincrement": false,
1481
+ "default": "(datetime('now'))",
1482
+ "generated": null,
1483
+ "name": "set_at",
1484
+ "entityType": "columns",
1485
+ "table": "task_work_history"
1486
+ },
1487
+ {
1488
+ "type": "text",
1489
+ "notNull": false,
1490
+ "autoincrement": false,
1491
+ "default": null,
1492
+ "generated": null,
1493
+ "name": "cleared_at",
1494
+ "entityType": "columns",
1495
+ "table": "task_work_history"
1496
+ },
1497
+ {
1498
+ "type": "text",
1499
+ "notNull": false,
1500
+ "autoincrement": false,
1501
+ "default": null,
1502
+ "generated": null,
1503
+ "name": "id",
1504
+ "entityType": "columns",
1505
+ "table": "tasks"
1506
+ },
1507
+ {
1508
+ "type": "text",
1509
+ "notNull": true,
1510
+ "autoincrement": false,
1511
+ "default": null,
1512
+ "generated": null,
1513
+ "name": "title",
1514
+ "entityType": "columns",
1515
+ "table": "tasks"
1516
+ },
1517
+ {
1518
+ "type": "text",
1519
+ "notNull": false,
1520
+ "autoincrement": false,
1521
+ "default": null,
1522
+ "generated": null,
1523
+ "name": "description",
1524
+ "entityType": "columns",
1525
+ "table": "tasks"
1526
+ },
1527
+ {
1528
+ "type": "text",
1529
+ "notNull": true,
1530
+ "autoincrement": false,
1531
+ "default": "'pending'",
1532
+ "generated": null,
1533
+ "name": "status",
1534
+ "entityType": "columns",
1535
+ "table": "tasks"
1536
+ },
1537
+ {
1538
+ "type": "text",
1539
+ "notNull": true,
1540
+ "autoincrement": false,
1541
+ "default": "'medium'",
1542
+ "generated": null,
1543
+ "name": "priority",
1544
+ "entityType": "columns",
1545
+ "table": "tasks"
1546
+ },
1547
+ {
1548
+ "type": "text",
1549
+ "notNull": false,
1550
+ "autoincrement": false,
1551
+ "default": null,
1552
+ "generated": null,
1553
+ "name": "type",
1554
+ "entityType": "columns",
1555
+ "table": "tasks"
1556
+ },
1557
+ {
1558
+ "type": "text",
1559
+ "notNull": false,
1560
+ "autoincrement": false,
1561
+ "default": null,
1562
+ "generated": null,
1563
+ "name": "parent_id",
1564
+ "entityType": "columns",
1565
+ "table": "tasks"
1566
+ },
1567
+ {
1568
+ "type": "text",
1569
+ "notNull": false,
1570
+ "autoincrement": false,
1571
+ "default": null,
1572
+ "generated": null,
1573
+ "name": "phase",
1574
+ "entityType": "columns",
1575
+ "table": "tasks"
1576
+ },
1577
+ {
1578
+ "type": "text",
1579
+ "notNull": false,
1580
+ "autoincrement": false,
1581
+ "default": null,
1582
+ "generated": null,
1583
+ "name": "size",
1584
+ "entityType": "columns",
1585
+ "table": "tasks"
1586
+ },
1587
+ {
1588
+ "type": "integer",
1589
+ "notNull": false,
1590
+ "autoincrement": false,
1591
+ "default": null,
1592
+ "generated": null,
1593
+ "name": "position",
1594
+ "entityType": "columns",
1595
+ "table": "tasks"
1596
+ },
1597
+ {
1598
+ "type": "integer",
1599
+ "notNull": false,
1600
+ "autoincrement": false,
1601
+ "default": "0",
1602
+ "generated": null,
1603
+ "name": "position_version",
1604
+ "entityType": "columns",
1605
+ "table": "tasks"
1606
+ },
1607
+ {
1608
+ "type": "text",
1609
+ "notNull": false,
1610
+ "autoincrement": false,
1611
+ "default": "'[]'",
1612
+ "generated": null,
1613
+ "name": "labels_json",
1614
+ "entityType": "columns",
1615
+ "table": "tasks"
1616
+ },
1617
+ {
1618
+ "type": "text",
1619
+ "notNull": false,
1620
+ "autoincrement": false,
1621
+ "default": "'[]'",
1622
+ "generated": null,
1623
+ "name": "notes_json",
1624
+ "entityType": "columns",
1625
+ "table": "tasks"
1626
+ },
1627
+ {
1628
+ "type": "text",
1629
+ "notNull": false,
1630
+ "autoincrement": false,
1631
+ "default": "'[]'",
1632
+ "generated": null,
1633
+ "name": "acceptance_json",
1634
+ "entityType": "columns",
1635
+ "table": "tasks"
1636
+ },
1637
+ {
1638
+ "type": "text",
1639
+ "notNull": false,
1640
+ "autoincrement": false,
1641
+ "default": "'[]'",
1642
+ "generated": null,
1643
+ "name": "files_json",
1644
+ "entityType": "columns",
1645
+ "table": "tasks"
1646
+ },
1647
+ {
1648
+ "type": "text",
1649
+ "notNull": false,
1650
+ "autoincrement": false,
1651
+ "default": null,
1652
+ "generated": null,
1653
+ "name": "origin",
1654
+ "entityType": "columns",
1655
+ "table": "tasks"
1656
+ },
1657
+ {
1658
+ "type": "text",
1659
+ "notNull": false,
1660
+ "autoincrement": false,
1661
+ "default": null,
1662
+ "generated": null,
1663
+ "name": "blocked_by",
1664
+ "entityType": "columns",
1665
+ "table": "tasks"
1666
+ },
1667
+ {
1668
+ "type": "text",
1669
+ "notNull": false,
1670
+ "autoincrement": false,
1671
+ "default": null,
1672
+ "generated": null,
1673
+ "name": "epic_lifecycle",
1674
+ "entityType": "columns",
1675
+ "table": "tasks"
1676
+ },
1677
+ {
1678
+ "type": "integer",
1679
+ "notNull": false,
1680
+ "autoincrement": false,
1681
+ "default": null,
1682
+ "generated": null,
1683
+ "name": "no_auto_complete",
1684
+ "entityType": "columns",
1685
+ "table": "tasks"
1686
+ },
1687
+ {
1688
+ "type": "text",
1689
+ "notNull": true,
1690
+ "autoincrement": false,
1691
+ "default": "(datetime('now'))",
1692
+ "generated": null,
1693
+ "name": "created_at",
1694
+ "entityType": "columns",
1695
+ "table": "tasks"
1696
+ },
1697
+ {
1698
+ "type": "text",
1699
+ "notNull": false,
1700
+ "autoincrement": false,
1701
+ "default": null,
1702
+ "generated": null,
1703
+ "name": "updated_at",
1704
+ "entityType": "columns",
1705
+ "table": "tasks"
1706
+ },
1707
+ {
1708
+ "type": "text",
1709
+ "notNull": false,
1710
+ "autoincrement": false,
1711
+ "default": null,
1712
+ "generated": null,
1713
+ "name": "completed_at",
1714
+ "entityType": "columns",
1715
+ "table": "tasks"
1716
+ },
1717
+ {
1718
+ "type": "text",
1719
+ "notNull": false,
1720
+ "autoincrement": false,
1721
+ "default": null,
1722
+ "generated": null,
1723
+ "name": "cancelled_at",
1724
+ "entityType": "columns",
1725
+ "table": "tasks"
1726
+ },
1727
+ {
1728
+ "type": "text",
1729
+ "notNull": false,
1730
+ "autoincrement": false,
1731
+ "default": null,
1732
+ "generated": null,
1733
+ "name": "cancellation_reason",
1734
+ "entityType": "columns",
1735
+ "table": "tasks"
1736
+ },
1737
+ {
1738
+ "type": "text",
1739
+ "notNull": false,
1740
+ "autoincrement": false,
1741
+ "default": null,
1742
+ "generated": null,
1743
+ "name": "archived_at",
1744
+ "entityType": "columns",
1745
+ "table": "tasks"
1746
+ },
1747
+ {
1748
+ "type": "text",
1749
+ "notNull": false,
1750
+ "autoincrement": false,
1751
+ "default": null,
1752
+ "generated": null,
1753
+ "name": "archive_reason",
1754
+ "entityType": "columns",
1755
+ "table": "tasks"
1756
+ },
1757
+ {
1758
+ "type": "integer",
1759
+ "notNull": false,
1760
+ "autoincrement": false,
1761
+ "default": null,
1762
+ "generated": null,
1763
+ "name": "cycle_time_days",
1764
+ "entityType": "columns",
1765
+ "table": "tasks"
1766
+ },
1767
+ {
1768
+ "type": "text",
1769
+ "notNull": false,
1770
+ "autoincrement": false,
1771
+ "default": null,
1772
+ "generated": null,
1773
+ "name": "verification_json",
1774
+ "entityType": "columns",
1775
+ "table": "tasks"
1776
+ },
1777
+ {
1778
+ "type": "text",
1779
+ "notNull": false,
1780
+ "autoincrement": false,
1781
+ "default": null,
1782
+ "generated": null,
1783
+ "name": "created_by",
1784
+ "entityType": "columns",
1785
+ "table": "tasks"
1786
+ },
1787
+ {
1788
+ "type": "text",
1789
+ "notNull": false,
1790
+ "autoincrement": false,
1791
+ "default": null,
1792
+ "generated": null,
1793
+ "name": "modified_by",
1794
+ "entityType": "columns",
1795
+ "table": "tasks"
1796
+ },
1797
+ {
1798
+ "type": "text",
1799
+ "notNull": false,
1800
+ "autoincrement": false,
1801
+ "default": null,
1802
+ "generated": null,
1803
+ "name": "session_id",
1804
+ "entityType": "columns",
1805
+ "table": "tasks"
1806
+ },
1807
+ {
1808
+ "columns": [
1809
+ "from_adr_id"
1810
+ ],
1811
+ "tableTo": "architecture_decisions",
1812
+ "columnsTo": [
1813
+ "id"
1814
+ ],
1815
+ "onUpdate": "NO ACTION",
1816
+ "onDelete": "CASCADE",
1817
+ "nameExplicit": false,
1818
+ "name": "fk_adr_relations_from_adr_id_architecture_decisions_id_fk",
1819
+ "entityType": "fks",
1820
+ "table": "adr_relations"
1821
+ },
1822
+ {
1823
+ "columns": [
1824
+ "to_adr_id"
1825
+ ],
1826
+ "tableTo": "architecture_decisions",
1827
+ "columnsTo": [
1828
+ "id"
1829
+ ],
1830
+ "onUpdate": "NO ACTION",
1831
+ "onDelete": "CASCADE",
1832
+ "nameExplicit": false,
1833
+ "name": "fk_adr_relations_to_adr_id_architecture_decisions_id_fk",
1834
+ "entityType": "fks",
1835
+ "table": "adr_relations"
1836
+ },
1837
+ {
1838
+ "columns": [
1839
+ "adr_id"
1840
+ ],
1841
+ "tableTo": "architecture_decisions",
1842
+ "columnsTo": [
1843
+ "id"
1844
+ ],
1845
+ "onUpdate": "NO ACTION",
1846
+ "onDelete": "CASCADE",
1847
+ "nameExplicit": false,
1848
+ "name": "fk_adr_task_links_adr_id_architecture_decisions_id_fk",
1849
+ "entityType": "fks",
1850
+ "table": "adr_task_links"
1851
+ },
1852
+ {
1853
+ "columns": [
1854
+ "stage_id"
1855
+ ],
1856
+ "tableTo": "lifecycle_stages",
1857
+ "columnsTo": [
1858
+ "id"
1859
+ ],
1860
+ "onUpdate": "NO ACTION",
1861
+ "onDelete": "CASCADE",
1862
+ "nameExplicit": false,
1863
+ "name": "fk_lifecycle_evidence_stage_id_lifecycle_stages_id_fk",
1864
+ "entityType": "fks",
1865
+ "table": "lifecycle_evidence"
1866
+ },
1867
+ {
1868
+ "columns": [
1869
+ "stage_id"
1870
+ ],
1871
+ "tableTo": "lifecycle_stages",
1872
+ "columnsTo": [
1873
+ "id"
1874
+ ],
1875
+ "onUpdate": "NO ACTION",
1876
+ "onDelete": "CASCADE",
1877
+ "nameExplicit": false,
1878
+ "name": "fk_lifecycle_gate_results_stage_id_lifecycle_stages_id_fk",
1879
+ "entityType": "fks",
1880
+ "table": "lifecycle_gate_results"
1881
+ },
1882
+ {
1883
+ "columns": [
1884
+ "task_id"
1885
+ ],
1886
+ "tableTo": "tasks",
1887
+ "columnsTo": [
1888
+ "id"
1889
+ ],
1890
+ "onUpdate": "NO ACTION",
1891
+ "onDelete": "CASCADE",
1892
+ "nameExplicit": false,
1893
+ "name": "fk_lifecycle_pipelines_task_id_tasks_id_fk",
1894
+ "entityType": "fks",
1895
+ "table": "lifecycle_pipelines"
1896
+ },
1897
+ {
1898
+ "columns": [
1899
+ "pipeline_id"
1900
+ ],
1901
+ "tableTo": "lifecycle_pipelines",
1902
+ "columnsTo": [
1903
+ "id"
1904
+ ],
1905
+ "onUpdate": "NO ACTION",
1906
+ "onDelete": "CASCADE",
1907
+ "nameExplicit": false,
1908
+ "name": "fk_lifecycle_stages_pipeline_id_lifecycle_pipelines_id_fk",
1909
+ "entityType": "fks",
1910
+ "table": "lifecycle_stages"
1911
+ },
1912
+ {
1913
+ "columns": [
1914
+ "pipeline_id"
1915
+ ],
1916
+ "tableTo": "lifecycle_pipelines",
1917
+ "columnsTo": [
1918
+ "id"
1919
+ ],
1920
+ "onUpdate": "NO ACTION",
1921
+ "onDelete": "CASCADE",
1922
+ "nameExplicit": false,
1923
+ "name": "fk_lifecycle_transitions_pipeline_id_lifecycle_pipelines_id_fk",
1924
+ "entityType": "fks",
1925
+ "table": "lifecycle_transitions"
1926
+ },
1927
+ {
1928
+ "columns": [
1929
+ "pipeline_id"
1930
+ ],
1931
+ "tableTo": "lifecycle_pipelines",
1932
+ "columnsTo": [
1933
+ "id"
1934
+ ],
1935
+ "onUpdate": "NO ACTION",
1936
+ "onDelete": "CASCADE",
1937
+ "nameExplicit": false,
1938
+ "name": "fk_manifest_entries_pipeline_id_lifecycle_pipelines_id_fk",
1939
+ "entityType": "fks",
1940
+ "table": "manifest_entries"
1941
+ },
1942
+ {
1943
+ "columns": [
1944
+ "stage_id"
1945
+ ],
1946
+ "tableTo": "lifecycle_stages",
1947
+ "columnsTo": [
1948
+ "id"
1949
+ ],
1950
+ "onUpdate": "NO ACTION",
1951
+ "onDelete": "CASCADE",
1952
+ "nameExplicit": false,
1953
+ "name": "fk_manifest_entries_stage_id_lifecycle_stages_id_fk",
1954
+ "entityType": "fks",
1955
+ "table": "manifest_entries"
1956
+ },
1957
+ {
1958
+ "columns": [
1959
+ "task_id"
1960
+ ],
1961
+ "tableTo": "tasks",
1962
+ "columnsTo": [
1963
+ "id"
1964
+ ],
1965
+ "onUpdate": "NO ACTION",
1966
+ "onDelete": "CASCADE",
1967
+ "nameExplicit": false,
1968
+ "name": "fk_task_dependencies_task_id_tasks_id_fk",
1969
+ "entityType": "fks",
1970
+ "table": "task_dependencies"
1971
+ },
1972
+ {
1973
+ "columns": [
1974
+ "depends_on"
1975
+ ],
1976
+ "tableTo": "tasks",
1977
+ "columnsTo": [
1978
+ "id"
1979
+ ],
1980
+ "onUpdate": "NO ACTION",
1981
+ "onDelete": "CASCADE",
1982
+ "nameExplicit": false,
1983
+ "name": "fk_task_dependencies_depends_on_tasks_id_fk",
1984
+ "entityType": "fks",
1985
+ "table": "task_dependencies"
1986
+ },
1987
+ {
1988
+ "columns": [
1989
+ "task_id"
1990
+ ],
1991
+ "tableTo": "tasks",
1992
+ "columnsTo": [
1993
+ "id"
1994
+ ],
1995
+ "onUpdate": "NO ACTION",
1996
+ "onDelete": "CASCADE",
1997
+ "nameExplicit": false,
1998
+ "name": "fk_task_relations_task_id_tasks_id_fk",
1999
+ "entityType": "fks",
2000
+ "table": "task_relations"
2001
+ },
2002
+ {
2003
+ "columns": [
2004
+ "related_to"
2005
+ ],
2006
+ "tableTo": "tasks",
2007
+ "columnsTo": [
2008
+ "id"
2009
+ ],
2010
+ "onUpdate": "NO ACTION",
2011
+ "onDelete": "CASCADE",
2012
+ "nameExplicit": false,
2013
+ "name": "fk_task_relations_related_to_tasks_id_fk",
2014
+ "entityType": "fks",
2015
+ "table": "task_relations"
2016
+ },
2017
+ {
2018
+ "columns": [
2019
+ "session_id"
2020
+ ],
2021
+ "tableTo": "sessions",
2022
+ "columnsTo": [
2023
+ "id"
2024
+ ],
2025
+ "onUpdate": "NO ACTION",
2026
+ "onDelete": "CASCADE",
2027
+ "nameExplicit": false,
2028
+ "name": "fk_task_work_history_session_id_sessions_id_fk",
2029
+ "entityType": "fks",
2030
+ "table": "task_work_history"
2031
+ },
2032
+ {
2033
+ "columns": [
2034
+ "parent_id"
2035
+ ],
2036
+ "tableTo": "tasks",
2037
+ "columnsTo": [
2038
+ "id"
2039
+ ],
2040
+ "onUpdate": "NO ACTION",
2041
+ "onDelete": "SET NULL",
2042
+ "nameExplicit": false,
2043
+ "name": "fk_tasks_parent_id_tasks_id_fk",
2044
+ "entityType": "fks",
2045
+ "table": "tasks"
2046
+ },
2047
+ {
2048
+ "columns": [
2049
+ "from_adr_id",
2050
+ "to_adr_id",
2051
+ "relation_type"
2052
+ ],
2053
+ "nameExplicit": false,
2054
+ "name": "adr_relations_pk",
2055
+ "entityType": "pks",
2056
+ "table": "adr_relations"
2057
+ },
2058
+ {
2059
+ "columns": [
2060
+ "adr_id",
2061
+ "task_id"
2062
+ ],
2063
+ "nameExplicit": false,
2064
+ "name": "adr_task_links_pk",
2065
+ "entityType": "pks",
2066
+ "table": "adr_task_links"
2067
+ },
2068
+ {
2069
+ "columns": [
2070
+ "name",
2071
+ "entity_type"
2072
+ ],
2073
+ "nameExplicit": false,
2074
+ "name": "status_registry_pk",
2075
+ "entityType": "pks",
2076
+ "table": "status_registry"
2077
+ },
2078
+ {
2079
+ "columns": [
2080
+ "task_id",
2081
+ "depends_on"
2082
+ ],
2083
+ "nameExplicit": false,
2084
+ "name": "task_dependencies_pk",
2085
+ "entityType": "pks",
2086
+ "table": "task_dependencies"
2087
+ },
2088
+ {
2089
+ "columns": [
2090
+ "task_id",
2091
+ "related_to"
2092
+ ],
2093
+ "nameExplicit": false,
2094
+ "name": "task_relations_pk",
2095
+ "entityType": "pks",
2096
+ "table": "task_relations"
2097
+ },
2098
+ {
2099
+ "columns": [
2100
+ "id"
2101
+ ],
2102
+ "nameExplicit": false,
2103
+ "name": "architecture_decisions_pk",
2104
+ "table": "architecture_decisions",
2105
+ "entityType": "pks"
2106
+ },
2107
+ {
2108
+ "columns": [
2109
+ "id"
2110
+ ],
2111
+ "nameExplicit": false,
2112
+ "name": "audit_log_pk",
2113
+ "table": "audit_log",
2114
+ "entityType": "pks"
2115
+ },
2116
+ {
2117
+ "columns": [
2118
+ "id"
2119
+ ],
2120
+ "nameExplicit": false,
2121
+ "name": "lifecycle_evidence_pk",
2122
+ "table": "lifecycle_evidence",
2123
+ "entityType": "pks"
2124
+ },
2125
+ {
2126
+ "columns": [
2127
+ "id"
2128
+ ],
2129
+ "nameExplicit": false,
2130
+ "name": "lifecycle_gate_results_pk",
2131
+ "table": "lifecycle_gate_results",
2132
+ "entityType": "pks"
2133
+ },
2134
+ {
2135
+ "columns": [
2136
+ "id"
2137
+ ],
2138
+ "nameExplicit": false,
2139
+ "name": "lifecycle_pipelines_pk",
2140
+ "table": "lifecycle_pipelines",
2141
+ "entityType": "pks"
2142
+ },
2143
+ {
2144
+ "columns": [
2145
+ "id"
2146
+ ],
2147
+ "nameExplicit": false,
2148
+ "name": "lifecycle_stages_pk",
2149
+ "table": "lifecycle_stages",
2150
+ "entityType": "pks"
2151
+ },
2152
+ {
2153
+ "columns": [
2154
+ "id"
2155
+ ],
2156
+ "nameExplicit": false,
2157
+ "name": "lifecycle_transitions_pk",
2158
+ "table": "lifecycle_transitions",
2159
+ "entityType": "pks"
2160
+ },
2161
+ {
2162
+ "columns": [
2163
+ "id"
2164
+ ],
2165
+ "nameExplicit": false,
2166
+ "name": "manifest_entries_pk",
2167
+ "table": "manifest_entries",
2168
+ "entityType": "pks"
2169
+ },
2170
+ {
2171
+ "columns": [
2172
+ "key"
2173
+ ],
2174
+ "nameExplicit": false,
2175
+ "name": "schema_meta_pk",
2176
+ "table": "schema_meta",
2177
+ "entityType": "pks"
2178
+ },
2179
+ {
2180
+ "columns": [
2181
+ "id"
2182
+ ],
2183
+ "nameExplicit": false,
2184
+ "name": "sessions_pk",
2185
+ "table": "sessions",
2186
+ "entityType": "pks"
2187
+ },
2188
+ {
2189
+ "columns": [
2190
+ "id"
2191
+ ],
2192
+ "nameExplicit": false,
2193
+ "name": "task_work_history_pk",
2194
+ "table": "task_work_history",
2195
+ "entityType": "pks"
2196
+ },
2197
+ {
2198
+ "columns": [
2199
+ "id"
2200
+ ],
2201
+ "nameExplicit": false,
2202
+ "name": "tasks_pk",
2203
+ "table": "tasks",
2204
+ "entityType": "pks"
2205
+ },
2206
+ {
2207
+ "columns": [
2208
+ {
2209
+ "value": "task_id",
2210
+ "isExpression": false
2211
+ }
2212
+ ],
2213
+ "isUnique": false,
2214
+ "where": null,
2215
+ "origin": "manual",
2216
+ "name": "idx_adr_task_links_task_id",
2217
+ "entityType": "indexes",
2218
+ "table": "adr_task_links"
2219
+ },
2220
+ {
2221
+ "columns": [
2222
+ {
2223
+ "value": "status",
2224
+ "isExpression": false
2225
+ }
2226
+ ],
2227
+ "isUnique": false,
2228
+ "where": null,
2229
+ "origin": "manual",
2230
+ "name": "idx_arch_decisions_status",
2231
+ "entityType": "indexes",
2232
+ "table": "architecture_decisions"
2233
+ },
2234
+ {
2235
+ "columns": [
2236
+ {
2237
+ "value": "task_id",
2238
+ "isExpression": false
2239
+ }
2240
+ ],
2241
+ "isUnique": false,
2242
+ "where": null,
2243
+ "origin": "manual",
2244
+ "name": "idx_audit_log_task_id",
2245
+ "entityType": "indexes",
2246
+ "table": "audit_log"
2247
+ },
2248
+ {
2249
+ "columns": [
2250
+ {
2251
+ "value": "action",
2252
+ "isExpression": false
2253
+ }
2254
+ ],
2255
+ "isUnique": false,
2256
+ "where": null,
2257
+ "origin": "manual",
2258
+ "name": "idx_audit_log_action",
2259
+ "entityType": "indexes",
2260
+ "table": "audit_log"
2261
+ },
2262
+ {
2263
+ "columns": [
2264
+ {
2265
+ "value": "timestamp",
2266
+ "isExpression": false
2267
+ }
2268
+ ],
2269
+ "isUnique": false,
2270
+ "where": null,
2271
+ "origin": "manual",
2272
+ "name": "idx_audit_log_timestamp",
2273
+ "entityType": "indexes",
2274
+ "table": "audit_log"
2275
+ },
2276
+ {
2277
+ "columns": [
2278
+ {
2279
+ "value": "domain",
2280
+ "isExpression": false
2281
+ }
2282
+ ],
2283
+ "isUnique": false,
2284
+ "where": null,
2285
+ "origin": "manual",
2286
+ "name": "idx_audit_log_domain",
2287
+ "entityType": "indexes",
2288
+ "table": "audit_log"
2289
+ },
2290
+ {
2291
+ "columns": [
2292
+ {
2293
+ "value": "request_id",
2294
+ "isExpression": false
2295
+ }
2296
+ ],
2297
+ "isUnique": false,
2298
+ "where": null,
2299
+ "origin": "manual",
2300
+ "name": "idx_audit_log_request_id",
2301
+ "entityType": "indexes",
2302
+ "table": "audit_log"
2303
+ },
2304
+ {
2305
+ "columns": [
2306
+ {
2307
+ "value": "stage_id",
2308
+ "isExpression": false
2309
+ }
2310
+ ],
2311
+ "isUnique": false,
2312
+ "where": null,
2313
+ "origin": "manual",
2314
+ "name": "idx_lifecycle_evidence_stage_id",
2315
+ "entityType": "indexes",
2316
+ "table": "lifecycle_evidence"
2317
+ },
2318
+ {
2319
+ "columns": [
2320
+ {
2321
+ "value": "stage_id",
2322
+ "isExpression": false
2323
+ }
2324
+ ],
2325
+ "isUnique": false,
2326
+ "where": null,
2327
+ "origin": "manual",
2328
+ "name": "idx_lifecycle_gate_results_stage_id",
2329
+ "entityType": "indexes",
2330
+ "table": "lifecycle_gate_results"
2331
+ },
2332
+ {
2333
+ "columns": [
2334
+ {
2335
+ "value": "task_id",
2336
+ "isExpression": false
2337
+ }
2338
+ ],
2339
+ "isUnique": false,
2340
+ "where": null,
2341
+ "origin": "manual",
2342
+ "name": "idx_lifecycle_pipelines_task_id",
2343
+ "entityType": "indexes",
2344
+ "table": "lifecycle_pipelines"
2345
+ },
2346
+ {
2347
+ "columns": [
2348
+ {
2349
+ "value": "status",
2350
+ "isExpression": false
2351
+ }
2352
+ ],
2353
+ "isUnique": false,
2354
+ "where": null,
2355
+ "origin": "manual",
2356
+ "name": "idx_lifecycle_pipelines_status",
2357
+ "entityType": "indexes",
2358
+ "table": "lifecycle_pipelines"
2359
+ },
2360
+ {
2361
+ "columns": [
2362
+ {
2363
+ "value": "pipeline_id",
2364
+ "isExpression": false
2365
+ }
2366
+ ],
2367
+ "isUnique": false,
2368
+ "where": null,
2369
+ "origin": "manual",
2370
+ "name": "idx_lifecycle_stages_pipeline_id",
2371
+ "entityType": "indexes",
2372
+ "table": "lifecycle_stages"
2373
+ },
2374
+ {
2375
+ "columns": [
2376
+ {
2377
+ "value": "stage_name",
2378
+ "isExpression": false
2379
+ }
2380
+ ],
2381
+ "isUnique": false,
2382
+ "where": null,
2383
+ "origin": "manual",
2384
+ "name": "idx_lifecycle_stages_stage_name",
2385
+ "entityType": "indexes",
2386
+ "table": "lifecycle_stages"
2387
+ },
2388
+ {
2389
+ "columns": [
2390
+ {
2391
+ "value": "status",
2392
+ "isExpression": false
2393
+ }
2394
+ ],
2395
+ "isUnique": false,
2396
+ "where": null,
2397
+ "origin": "manual",
2398
+ "name": "idx_lifecycle_stages_status",
2399
+ "entityType": "indexes",
2400
+ "table": "lifecycle_stages"
2401
+ },
2402
+ {
2403
+ "columns": [
2404
+ {
2405
+ "value": "pipeline_id",
2406
+ "isExpression": false
2407
+ }
2408
+ ],
2409
+ "isUnique": false,
2410
+ "where": null,
2411
+ "origin": "manual",
2412
+ "name": "idx_lifecycle_transitions_pipeline_id",
2413
+ "entityType": "indexes",
2414
+ "table": "lifecycle_transitions"
2415
+ },
2416
+ {
2417
+ "columns": [
2418
+ {
2419
+ "value": "pipeline_id",
2420
+ "isExpression": false
2421
+ }
2422
+ ],
2423
+ "isUnique": false,
2424
+ "where": null,
2425
+ "origin": "manual",
2426
+ "name": "idx_manifest_entries_pipeline_id",
2427
+ "entityType": "indexes",
2428
+ "table": "manifest_entries"
2429
+ },
2430
+ {
2431
+ "columns": [
2432
+ {
2433
+ "value": "stage_id",
2434
+ "isExpression": false
2435
+ }
2436
+ ],
2437
+ "isUnique": false,
2438
+ "where": null,
2439
+ "origin": "manual",
2440
+ "name": "idx_manifest_entries_stage_id",
2441
+ "entityType": "indexes",
2442
+ "table": "manifest_entries"
2443
+ },
2444
+ {
2445
+ "columns": [
2446
+ {
2447
+ "value": "status",
2448
+ "isExpression": false
2449
+ }
2450
+ ],
2451
+ "isUnique": false,
2452
+ "where": null,
2453
+ "origin": "manual",
2454
+ "name": "idx_manifest_entries_status",
2455
+ "entityType": "indexes",
2456
+ "table": "manifest_entries"
2457
+ },
2458
+ {
2459
+ "columns": [
2460
+ {
2461
+ "value": "status",
2462
+ "isExpression": false
2463
+ }
2464
+ ],
2465
+ "isUnique": false,
2466
+ "where": null,
2467
+ "origin": "manual",
2468
+ "name": "idx_sessions_status",
2469
+ "entityType": "indexes",
2470
+ "table": "sessions"
2471
+ },
2472
+ {
2473
+ "columns": [
2474
+ {
2475
+ "value": "previous_session_id",
2476
+ "isExpression": false
2477
+ }
2478
+ ],
2479
+ "isUnique": false,
2480
+ "where": null,
2481
+ "origin": "manual",
2482
+ "name": "idx_sessions_previous",
2483
+ "entityType": "indexes",
2484
+ "table": "sessions"
2485
+ },
2486
+ {
2487
+ "columns": [
2488
+ {
2489
+ "value": "agent_identifier",
2490
+ "isExpression": false
2491
+ }
2492
+ ],
2493
+ "isUnique": false,
2494
+ "where": null,
2495
+ "origin": "manual",
2496
+ "name": "idx_sessions_agent_identifier",
2497
+ "entityType": "indexes",
2498
+ "table": "sessions"
2499
+ },
2500
+ {
2501
+ "columns": [
2502
+ {
2503
+ "value": "entity_type",
2504
+ "isExpression": false
2505
+ }
2506
+ ],
2507
+ "isUnique": false,
2508
+ "where": null,
2509
+ "origin": "manual",
2510
+ "name": "idx_status_registry_entity_type",
2511
+ "entityType": "indexes",
2512
+ "table": "status_registry"
2513
+ },
2514
+ {
2515
+ "columns": [
2516
+ {
2517
+ "value": "namespace",
2518
+ "isExpression": false
2519
+ }
2520
+ ],
2521
+ "isUnique": false,
2522
+ "where": null,
2523
+ "origin": "manual",
2524
+ "name": "idx_status_registry_namespace",
2525
+ "entityType": "indexes",
2526
+ "table": "status_registry"
2527
+ },
2528
+ {
2529
+ "columns": [
2530
+ {
2531
+ "value": "depends_on",
2532
+ "isExpression": false
2533
+ }
2534
+ ],
2535
+ "isUnique": false,
2536
+ "where": null,
2537
+ "origin": "manual",
2538
+ "name": "idx_deps_depends_on",
2539
+ "entityType": "indexes",
2540
+ "table": "task_dependencies"
2541
+ },
2542
+ {
2543
+ "columns": [
2544
+ {
2545
+ "value": "session_id",
2546
+ "isExpression": false
2547
+ }
2548
+ ],
2549
+ "isUnique": false,
2550
+ "where": null,
2551
+ "origin": "manual",
2552
+ "name": "idx_work_history_session",
2553
+ "entityType": "indexes",
2554
+ "table": "task_work_history"
2555
+ },
2556
+ {
2557
+ "columns": [
2558
+ {
2559
+ "value": "status",
2560
+ "isExpression": false
2561
+ }
2562
+ ],
2563
+ "isUnique": false,
2564
+ "where": null,
2565
+ "origin": "manual",
2566
+ "name": "idx_tasks_status",
2567
+ "entityType": "indexes",
2568
+ "table": "tasks"
2569
+ },
2570
+ {
2571
+ "columns": [
2572
+ {
2573
+ "value": "parent_id",
2574
+ "isExpression": false
2575
+ }
2576
+ ],
2577
+ "isUnique": false,
2578
+ "where": null,
2579
+ "origin": "manual",
2580
+ "name": "idx_tasks_parent_id",
2581
+ "entityType": "indexes",
2582
+ "table": "tasks"
2583
+ },
2584
+ {
2585
+ "columns": [
2586
+ {
2587
+ "value": "phase",
2588
+ "isExpression": false
2589
+ }
2590
+ ],
2591
+ "isUnique": false,
2592
+ "where": null,
2593
+ "origin": "manual",
2594
+ "name": "idx_tasks_phase",
2595
+ "entityType": "indexes",
2596
+ "table": "tasks"
2597
+ },
2598
+ {
2599
+ "columns": [
2600
+ {
2601
+ "value": "type",
2602
+ "isExpression": false
2603
+ }
2604
+ ],
2605
+ "isUnique": false,
2606
+ "where": null,
2607
+ "origin": "manual",
2608
+ "name": "idx_tasks_type",
2609
+ "entityType": "indexes",
2610
+ "table": "tasks"
2611
+ },
2612
+ {
2613
+ "columns": [
2614
+ {
2615
+ "value": "priority",
2616
+ "isExpression": false
2617
+ }
2618
+ ],
2619
+ "isUnique": false,
2620
+ "where": null,
2621
+ "origin": "manual",
2622
+ "name": "idx_tasks_priority",
2623
+ "entityType": "indexes",
2624
+ "table": "tasks"
2625
+ }
2626
+ ],
2627
+ "renames": []
2628
+ }