@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,2618 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "sqlite",
4
+ "id": "bc055c40-cadb-4422-bb33-b3fff33fc9ab",
5
+ "prevIds": [
6
+ "02c461e5-ccaf-43a5-8279-77d898a90e75"
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": true,
950
+ "autoincrement": false,
951
+ "default": "(datetime('now'))",
952
+ "generated": null,
953
+ "name": "created_at",
954
+ "entityType": "columns",
955
+ "table": "lifecycle_transitions"
956
+ },
957
+ {
958
+ "type": "text",
959
+ "notNull": false,
960
+ "autoincrement": false,
961
+ "default": null,
962
+ "generated": null,
963
+ "name": "id",
964
+ "entityType": "columns",
965
+ "table": "manifest_entries"
966
+ },
967
+ {
968
+ "type": "text",
969
+ "notNull": false,
970
+ "autoincrement": false,
971
+ "default": null,
972
+ "generated": null,
973
+ "name": "pipeline_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": "stage_id",
984
+ "entityType": "columns",
985
+ "table": "manifest_entries"
986
+ },
987
+ {
988
+ "type": "text",
989
+ "notNull": true,
990
+ "autoincrement": false,
991
+ "default": null,
992
+ "generated": null,
993
+ "name": "title",
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": "date",
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": "status",
1014
+ "entityType": "columns",
1015
+ "table": "manifest_entries"
1016
+ },
1017
+ {
1018
+ "type": "text",
1019
+ "notNull": false,
1020
+ "autoincrement": false,
1021
+ "default": null,
1022
+ "generated": null,
1023
+ "name": "agent_type",
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": "output_file",
1034
+ "entityType": "columns",
1035
+ "table": "manifest_entries"
1036
+ },
1037
+ {
1038
+ "type": "text",
1039
+ "notNull": false,
1040
+ "autoincrement": false,
1041
+ "default": "'[]'",
1042
+ "generated": null,
1043
+ "name": "topics_json",
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": "findings_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": "linked_tasks_json",
1064
+ "entityType": "columns",
1065
+ "table": "manifest_entries"
1066
+ },
1067
+ {
1068
+ "type": "text",
1069
+ "notNull": false,
1070
+ "autoincrement": false,
1071
+ "default": null,
1072
+ "generated": null,
1073
+ "name": "created_by",
1074
+ "entityType": "columns",
1075
+ "table": "manifest_entries"
1076
+ },
1077
+ {
1078
+ "type": "text",
1079
+ "notNull": true,
1080
+ "autoincrement": false,
1081
+ "default": "(datetime('now'))",
1082
+ "generated": null,
1083
+ "name": "created_at",
1084
+ "entityType": "columns",
1085
+ "table": "manifest_entries"
1086
+ },
1087
+ {
1088
+ "type": "text",
1089
+ "notNull": false,
1090
+ "autoincrement": false,
1091
+ "default": null,
1092
+ "generated": null,
1093
+ "name": "key",
1094
+ "entityType": "columns",
1095
+ "table": "schema_meta"
1096
+ },
1097
+ {
1098
+ "type": "text",
1099
+ "notNull": true,
1100
+ "autoincrement": false,
1101
+ "default": null,
1102
+ "generated": null,
1103
+ "name": "value",
1104
+ "entityType": "columns",
1105
+ "table": "schema_meta"
1106
+ },
1107
+ {
1108
+ "type": "text",
1109
+ "notNull": false,
1110
+ "autoincrement": false,
1111
+ "default": null,
1112
+ "generated": null,
1113
+ "name": "id",
1114
+ "entityType": "columns",
1115
+ "table": "sessions"
1116
+ },
1117
+ {
1118
+ "type": "text",
1119
+ "notNull": true,
1120
+ "autoincrement": false,
1121
+ "default": null,
1122
+ "generated": null,
1123
+ "name": "name",
1124
+ "entityType": "columns",
1125
+ "table": "sessions"
1126
+ },
1127
+ {
1128
+ "type": "text",
1129
+ "notNull": true,
1130
+ "autoincrement": false,
1131
+ "default": "'active'",
1132
+ "generated": null,
1133
+ "name": "status",
1134
+ "entityType": "columns",
1135
+ "table": "sessions"
1136
+ },
1137
+ {
1138
+ "type": "text",
1139
+ "notNull": true,
1140
+ "autoincrement": false,
1141
+ "default": "'{}'",
1142
+ "generated": null,
1143
+ "name": "scope_json",
1144
+ "entityType": "columns",
1145
+ "table": "sessions"
1146
+ },
1147
+ {
1148
+ "type": "text",
1149
+ "notNull": false,
1150
+ "autoincrement": false,
1151
+ "default": null,
1152
+ "generated": null,
1153
+ "name": "current_task",
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": "task_started_at",
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": "agent",
1174
+ "entityType": "columns",
1175
+ "table": "sessions"
1176
+ },
1177
+ {
1178
+ "type": "text",
1179
+ "notNull": false,
1180
+ "autoincrement": false,
1181
+ "default": "'[]'",
1182
+ "generated": null,
1183
+ "name": "notes_json",
1184
+ "entityType": "columns",
1185
+ "table": "sessions"
1186
+ },
1187
+ {
1188
+ "type": "text",
1189
+ "notNull": false,
1190
+ "autoincrement": false,
1191
+ "default": "'[]'",
1192
+ "generated": null,
1193
+ "name": "tasks_completed_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_created_json",
1204
+ "entityType": "columns",
1205
+ "table": "sessions"
1206
+ },
1207
+ {
1208
+ "type": "text",
1209
+ "notNull": false,
1210
+ "autoincrement": false,
1211
+ "default": null,
1212
+ "generated": null,
1213
+ "name": "handoff_json",
1214
+ "entityType": "columns",
1215
+ "table": "sessions"
1216
+ },
1217
+ {
1218
+ "type": "text",
1219
+ "notNull": true,
1220
+ "autoincrement": false,
1221
+ "default": "(datetime('now'))",
1222
+ "generated": null,
1223
+ "name": "started_at",
1224
+ "entityType": "columns",
1225
+ "table": "sessions"
1226
+ },
1227
+ {
1228
+ "type": "text",
1229
+ "notNull": false,
1230
+ "autoincrement": false,
1231
+ "default": null,
1232
+ "generated": null,
1233
+ "name": "ended_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": "previous_session_id",
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": "next_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": "agent_identifier",
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": "handoff_consumed_at",
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_by",
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": "debrief_json",
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": "stats_json",
1304
+ "entityType": "columns",
1305
+ "table": "sessions"
1306
+ },
1307
+ {
1308
+ "type": "integer",
1309
+ "notNull": false,
1310
+ "autoincrement": false,
1311
+ "default": null,
1312
+ "generated": null,
1313
+ "name": "resume_count",
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": "grade_mode",
1324
+ "entityType": "columns",
1325
+ "table": "sessions"
1326
+ },
1327
+ {
1328
+ "type": "text",
1329
+ "notNull": true,
1330
+ "autoincrement": false,
1331
+ "default": null,
1332
+ "generated": null,
1333
+ "name": "name",
1334
+ "entityType": "columns",
1335
+ "table": "status_registry"
1336
+ },
1337
+ {
1338
+ "type": "text",
1339
+ "notNull": true,
1340
+ "autoincrement": false,
1341
+ "default": null,
1342
+ "generated": null,
1343
+ "name": "entity_type",
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": "namespace",
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": "description",
1364
+ "entityType": "columns",
1365
+ "table": "status_registry"
1366
+ },
1367
+ {
1368
+ "type": "integer",
1369
+ "notNull": true,
1370
+ "autoincrement": false,
1371
+ "default": "false",
1372
+ "generated": null,
1373
+ "name": "is_terminal",
1374
+ "entityType": "columns",
1375
+ "table": "status_registry"
1376
+ },
1377
+ {
1378
+ "type": "text",
1379
+ "notNull": true,
1380
+ "autoincrement": false,
1381
+ "default": null,
1382
+ "generated": null,
1383
+ "name": "task_id",
1384
+ "entityType": "columns",
1385
+ "table": "task_dependencies"
1386
+ },
1387
+ {
1388
+ "type": "text",
1389
+ "notNull": true,
1390
+ "autoincrement": false,
1391
+ "default": null,
1392
+ "generated": null,
1393
+ "name": "depends_on",
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": "task_id",
1404
+ "entityType": "columns",
1405
+ "table": "task_relations"
1406
+ },
1407
+ {
1408
+ "type": "text",
1409
+ "notNull": true,
1410
+ "autoincrement": false,
1411
+ "default": null,
1412
+ "generated": null,
1413
+ "name": "related_to",
1414
+ "entityType": "columns",
1415
+ "table": "task_relations"
1416
+ },
1417
+ {
1418
+ "type": "text",
1419
+ "notNull": true,
1420
+ "autoincrement": false,
1421
+ "default": "'related'",
1422
+ "generated": null,
1423
+ "name": "relation_type",
1424
+ "entityType": "columns",
1425
+ "table": "task_relations"
1426
+ },
1427
+ {
1428
+ "type": "text",
1429
+ "notNull": false,
1430
+ "autoincrement": false,
1431
+ "default": null,
1432
+ "generated": null,
1433
+ "name": "reason",
1434
+ "entityType": "columns",
1435
+ "table": "task_relations"
1436
+ },
1437
+ {
1438
+ "type": "integer",
1439
+ "notNull": false,
1440
+ "autoincrement": true,
1441
+ "default": null,
1442
+ "generated": null,
1443
+ "name": "id",
1444
+ "entityType": "columns",
1445
+ "table": "task_work_history"
1446
+ },
1447
+ {
1448
+ "type": "text",
1449
+ "notNull": true,
1450
+ "autoincrement": false,
1451
+ "default": null,
1452
+ "generated": null,
1453
+ "name": "session_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": "task_id",
1464
+ "entityType": "columns",
1465
+ "table": "task_work_history"
1466
+ },
1467
+ {
1468
+ "type": "text",
1469
+ "notNull": true,
1470
+ "autoincrement": false,
1471
+ "default": "(datetime('now'))",
1472
+ "generated": null,
1473
+ "name": "set_at",
1474
+ "entityType": "columns",
1475
+ "table": "task_work_history"
1476
+ },
1477
+ {
1478
+ "type": "text",
1479
+ "notNull": false,
1480
+ "autoincrement": false,
1481
+ "default": null,
1482
+ "generated": null,
1483
+ "name": "cleared_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": "id",
1494
+ "entityType": "columns",
1495
+ "table": "tasks"
1496
+ },
1497
+ {
1498
+ "type": "text",
1499
+ "notNull": true,
1500
+ "autoincrement": false,
1501
+ "default": null,
1502
+ "generated": null,
1503
+ "name": "title",
1504
+ "entityType": "columns",
1505
+ "table": "tasks"
1506
+ },
1507
+ {
1508
+ "type": "text",
1509
+ "notNull": false,
1510
+ "autoincrement": false,
1511
+ "default": null,
1512
+ "generated": null,
1513
+ "name": "description",
1514
+ "entityType": "columns",
1515
+ "table": "tasks"
1516
+ },
1517
+ {
1518
+ "type": "text",
1519
+ "notNull": true,
1520
+ "autoincrement": false,
1521
+ "default": "'pending'",
1522
+ "generated": null,
1523
+ "name": "status",
1524
+ "entityType": "columns",
1525
+ "table": "tasks"
1526
+ },
1527
+ {
1528
+ "type": "text",
1529
+ "notNull": true,
1530
+ "autoincrement": false,
1531
+ "default": "'medium'",
1532
+ "generated": null,
1533
+ "name": "priority",
1534
+ "entityType": "columns",
1535
+ "table": "tasks"
1536
+ },
1537
+ {
1538
+ "type": "text",
1539
+ "notNull": false,
1540
+ "autoincrement": false,
1541
+ "default": null,
1542
+ "generated": null,
1543
+ "name": "type",
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": "parent_id",
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": "phase",
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": "size",
1574
+ "entityType": "columns",
1575
+ "table": "tasks"
1576
+ },
1577
+ {
1578
+ "type": "integer",
1579
+ "notNull": false,
1580
+ "autoincrement": false,
1581
+ "default": null,
1582
+ "generated": null,
1583
+ "name": "position",
1584
+ "entityType": "columns",
1585
+ "table": "tasks"
1586
+ },
1587
+ {
1588
+ "type": "integer",
1589
+ "notNull": false,
1590
+ "autoincrement": false,
1591
+ "default": "0",
1592
+ "generated": null,
1593
+ "name": "position_version",
1594
+ "entityType": "columns",
1595
+ "table": "tasks"
1596
+ },
1597
+ {
1598
+ "type": "text",
1599
+ "notNull": false,
1600
+ "autoincrement": false,
1601
+ "default": "'[]'",
1602
+ "generated": null,
1603
+ "name": "labels_json",
1604
+ "entityType": "columns",
1605
+ "table": "tasks"
1606
+ },
1607
+ {
1608
+ "type": "text",
1609
+ "notNull": false,
1610
+ "autoincrement": false,
1611
+ "default": "'[]'",
1612
+ "generated": null,
1613
+ "name": "notes_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": "acceptance_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": "files_json",
1634
+ "entityType": "columns",
1635
+ "table": "tasks"
1636
+ },
1637
+ {
1638
+ "type": "text",
1639
+ "notNull": false,
1640
+ "autoincrement": false,
1641
+ "default": null,
1642
+ "generated": null,
1643
+ "name": "origin",
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": "blocked_by",
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": "epic_lifecycle",
1664
+ "entityType": "columns",
1665
+ "table": "tasks"
1666
+ },
1667
+ {
1668
+ "type": "integer",
1669
+ "notNull": false,
1670
+ "autoincrement": false,
1671
+ "default": null,
1672
+ "generated": null,
1673
+ "name": "no_auto_complete",
1674
+ "entityType": "columns",
1675
+ "table": "tasks"
1676
+ },
1677
+ {
1678
+ "type": "text",
1679
+ "notNull": true,
1680
+ "autoincrement": false,
1681
+ "default": "(datetime('now'))",
1682
+ "generated": null,
1683
+ "name": "created_at",
1684
+ "entityType": "columns",
1685
+ "table": "tasks"
1686
+ },
1687
+ {
1688
+ "type": "text",
1689
+ "notNull": false,
1690
+ "autoincrement": false,
1691
+ "default": null,
1692
+ "generated": null,
1693
+ "name": "updated_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": "completed_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": "cancelled_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": "cancellation_reason",
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": "archived_at",
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": "archive_reason",
1744
+ "entityType": "columns",
1745
+ "table": "tasks"
1746
+ },
1747
+ {
1748
+ "type": "integer",
1749
+ "notNull": false,
1750
+ "autoincrement": false,
1751
+ "default": null,
1752
+ "generated": null,
1753
+ "name": "cycle_time_days",
1754
+ "entityType": "columns",
1755
+ "table": "tasks"
1756
+ },
1757
+ {
1758
+ "type": "text",
1759
+ "notNull": false,
1760
+ "autoincrement": false,
1761
+ "default": null,
1762
+ "generated": null,
1763
+ "name": "verification_json",
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": "created_by",
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": "modified_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": "session_id",
1794
+ "entityType": "columns",
1795
+ "table": "tasks"
1796
+ },
1797
+ {
1798
+ "columns": [
1799
+ "from_adr_id"
1800
+ ],
1801
+ "tableTo": "architecture_decisions",
1802
+ "columnsTo": [
1803
+ "id"
1804
+ ],
1805
+ "onUpdate": "NO ACTION",
1806
+ "onDelete": "CASCADE",
1807
+ "nameExplicit": false,
1808
+ "name": "fk_adr_relations_from_adr_id_architecture_decisions_id_fk",
1809
+ "entityType": "fks",
1810
+ "table": "adr_relations"
1811
+ },
1812
+ {
1813
+ "columns": [
1814
+ "to_adr_id"
1815
+ ],
1816
+ "tableTo": "architecture_decisions",
1817
+ "columnsTo": [
1818
+ "id"
1819
+ ],
1820
+ "onUpdate": "NO ACTION",
1821
+ "onDelete": "CASCADE",
1822
+ "nameExplicit": false,
1823
+ "name": "fk_adr_relations_to_adr_id_architecture_decisions_id_fk",
1824
+ "entityType": "fks",
1825
+ "table": "adr_relations"
1826
+ },
1827
+ {
1828
+ "columns": [
1829
+ "adr_id"
1830
+ ],
1831
+ "tableTo": "architecture_decisions",
1832
+ "columnsTo": [
1833
+ "id"
1834
+ ],
1835
+ "onUpdate": "NO ACTION",
1836
+ "onDelete": "CASCADE",
1837
+ "nameExplicit": false,
1838
+ "name": "fk_adr_task_links_adr_id_architecture_decisions_id_fk",
1839
+ "entityType": "fks",
1840
+ "table": "adr_task_links"
1841
+ },
1842
+ {
1843
+ "columns": [
1844
+ "stage_id"
1845
+ ],
1846
+ "tableTo": "lifecycle_stages",
1847
+ "columnsTo": [
1848
+ "id"
1849
+ ],
1850
+ "onUpdate": "NO ACTION",
1851
+ "onDelete": "CASCADE",
1852
+ "nameExplicit": false,
1853
+ "name": "fk_lifecycle_evidence_stage_id_lifecycle_stages_id_fk",
1854
+ "entityType": "fks",
1855
+ "table": "lifecycle_evidence"
1856
+ },
1857
+ {
1858
+ "columns": [
1859
+ "stage_id"
1860
+ ],
1861
+ "tableTo": "lifecycle_stages",
1862
+ "columnsTo": [
1863
+ "id"
1864
+ ],
1865
+ "onUpdate": "NO ACTION",
1866
+ "onDelete": "CASCADE",
1867
+ "nameExplicit": false,
1868
+ "name": "fk_lifecycle_gate_results_stage_id_lifecycle_stages_id_fk",
1869
+ "entityType": "fks",
1870
+ "table": "lifecycle_gate_results"
1871
+ },
1872
+ {
1873
+ "columns": [
1874
+ "task_id"
1875
+ ],
1876
+ "tableTo": "tasks",
1877
+ "columnsTo": [
1878
+ "id"
1879
+ ],
1880
+ "onUpdate": "NO ACTION",
1881
+ "onDelete": "CASCADE",
1882
+ "nameExplicit": false,
1883
+ "name": "fk_lifecycle_pipelines_task_id_tasks_id_fk",
1884
+ "entityType": "fks",
1885
+ "table": "lifecycle_pipelines"
1886
+ },
1887
+ {
1888
+ "columns": [
1889
+ "pipeline_id"
1890
+ ],
1891
+ "tableTo": "lifecycle_pipelines",
1892
+ "columnsTo": [
1893
+ "id"
1894
+ ],
1895
+ "onUpdate": "NO ACTION",
1896
+ "onDelete": "CASCADE",
1897
+ "nameExplicit": false,
1898
+ "name": "fk_lifecycle_stages_pipeline_id_lifecycle_pipelines_id_fk",
1899
+ "entityType": "fks",
1900
+ "table": "lifecycle_stages"
1901
+ },
1902
+ {
1903
+ "columns": [
1904
+ "pipeline_id"
1905
+ ],
1906
+ "tableTo": "lifecycle_pipelines",
1907
+ "columnsTo": [
1908
+ "id"
1909
+ ],
1910
+ "onUpdate": "NO ACTION",
1911
+ "onDelete": "CASCADE",
1912
+ "nameExplicit": false,
1913
+ "name": "fk_lifecycle_transitions_pipeline_id_lifecycle_pipelines_id_fk",
1914
+ "entityType": "fks",
1915
+ "table": "lifecycle_transitions"
1916
+ },
1917
+ {
1918
+ "columns": [
1919
+ "pipeline_id"
1920
+ ],
1921
+ "tableTo": "lifecycle_pipelines",
1922
+ "columnsTo": [
1923
+ "id"
1924
+ ],
1925
+ "onUpdate": "NO ACTION",
1926
+ "onDelete": "CASCADE",
1927
+ "nameExplicit": false,
1928
+ "name": "fk_manifest_entries_pipeline_id_lifecycle_pipelines_id_fk",
1929
+ "entityType": "fks",
1930
+ "table": "manifest_entries"
1931
+ },
1932
+ {
1933
+ "columns": [
1934
+ "stage_id"
1935
+ ],
1936
+ "tableTo": "lifecycle_stages",
1937
+ "columnsTo": [
1938
+ "id"
1939
+ ],
1940
+ "onUpdate": "NO ACTION",
1941
+ "onDelete": "CASCADE",
1942
+ "nameExplicit": false,
1943
+ "name": "fk_manifest_entries_stage_id_lifecycle_stages_id_fk",
1944
+ "entityType": "fks",
1945
+ "table": "manifest_entries"
1946
+ },
1947
+ {
1948
+ "columns": [
1949
+ "task_id"
1950
+ ],
1951
+ "tableTo": "tasks",
1952
+ "columnsTo": [
1953
+ "id"
1954
+ ],
1955
+ "onUpdate": "NO ACTION",
1956
+ "onDelete": "CASCADE",
1957
+ "nameExplicit": false,
1958
+ "name": "fk_task_dependencies_task_id_tasks_id_fk",
1959
+ "entityType": "fks",
1960
+ "table": "task_dependencies"
1961
+ },
1962
+ {
1963
+ "columns": [
1964
+ "depends_on"
1965
+ ],
1966
+ "tableTo": "tasks",
1967
+ "columnsTo": [
1968
+ "id"
1969
+ ],
1970
+ "onUpdate": "NO ACTION",
1971
+ "onDelete": "CASCADE",
1972
+ "nameExplicit": false,
1973
+ "name": "fk_task_dependencies_depends_on_tasks_id_fk",
1974
+ "entityType": "fks",
1975
+ "table": "task_dependencies"
1976
+ },
1977
+ {
1978
+ "columns": [
1979
+ "task_id"
1980
+ ],
1981
+ "tableTo": "tasks",
1982
+ "columnsTo": [
1983
+ "id"
1984
+ ],
1985
+ "onUpdate": "NO ACTION",
1986
+ "onDelete": "CASCADE",
1987
+ "nameExplicit": false,
1988
+ "name": "fk_task_relations_task_id_tasks_id_fk",
1989
+ "entityType": "fks",
1990
+ "table": "task_relations"
1991
+ },
1992
+ {
1993
+ "columns": [
1994
+ "related_to"
1995
+ ],
1996
+ "tableTo": "tasks",
1997
+ "columnsTo": [
1998
+ "id"
1999
+ ],
2000
+ "onUpdate": "NO ACTION",
2001
+ "onDelete": "CASCADE",
2002
+ "nameExplicit": false,
2003
+ "name": "fk_task_relations_related_to_tasks_id_fk",
2004
+ "entityType": "fks",
2005
+ "table": "task_relations"
2006
+ },
2007
+ {
2008
+ "columns": [
2009
+ "session_id"
2010
+ ],
2011
+ "tableTo": "sessions",
2012
+ "columnsTo": [
2013
+ "id"
2014
+ ],
2015
+ "onUpdate": "NO ACTION",
2016
+ "onDelete": "CASCADE",
2017
+ "nameExplicit": false,
2018
+ "name": "fk_task_work_history_session_id_sessions_id_fk",
2019
+ "entityType": "fks",
2020
+ "table": "task_work_history"
2021
+ },
2022
+ {
2023
+ "columns": [
2024
+ "parent_id"
2025
+ ],
2026
+ "tableTo": "tasks",
2027
+ "columnsTo": [
2028
+ "id"
2029
+ ],
2030
+ "onUpdate": "NO ACTION",
2031
+ "onDelete": "SET NULL",
2032
+ "nameExplicit": false,
2033
+ "name": "fk_tasks_parent_id_tasks_id_fk",
2034
+ "entityType": "fks",
2035
+ "table": "tasks"
2036
+ },
2037
+ {
2038
+ "columns": [
2039
+ "from_adr_id",
2040
+ "to_adr_id",
2041
+ "relation_type"
2042
+ ],
2043
+ "nameExplicit": false,
2044
+ "name": "adr_relations_pk",
2045
+ "entityType": "pks",
2046
+ "table": "adr_relations"
2047
+ },
2048
+ {
2049
+ "columns": [
2050
+ "adr_id",
2051
+ "task_id"
2052
+ ],
2053
+ "nameExplicit": false,
2054
+ "name": "adr_task_links_pk",
2055
+ "entityType": "pks",
2056
+ "table": "adr_task_links"
2057
+ },
2058
+ {
2059
+ "columns": [
2060
+ "name",
2061
+ "entity_type"
2062
+ ],
2063
+ "nameExplicit": false,
2064
+ "name": "status_registry_pk",
2065
+ "entityType": "pks",
2066
+ "table": "status_registry"
2067
+ },
2068
+ {
2069
+ "columns": [
2070
+ "task_id",
2071
+ "depends_on"
2072
+ ],
2073
+ "nameExplicit": false,
2074
+ "name": "task_dependencies_pk",
2075
+ "entityType": "pks",
2076
+ "table": "task_dependencies"
2077
+ },
2078
+ {
2079
+ "columns": [
2080
+ "task_id",
2081
+ "related_to"
2082
+ ],
2083
+ "nameExplicit": false,
2084
+ "name": "task_relations_pk",
2085
+ "entityType": "pks",
2086
+ "table": "task_relations"
2087
+ },
2088
+ {
2089
+ "columns": [
2090
+ "id"
2091
+ ],
2092
+ "nameExplicit": false,
2093
+ "name": "architecture_decisions_pk",
2094
+ "table": "architecture_decisions",
2095
+ "entityType": "pks"
2096
+ },
2097
+ {
2098
+ "columns": [
2099
+ "id"
2100
+ ],
2101
+ "nameExplicit": false,
2102
+ "name": "audit_log_pk",
2103
+ "table": "audit_log",
2104
+ "entityType": "pks"
2105
+ },
2106
+ {
2107
+ "columns": [
2108
+ "id"
2109
+ ],
2110
+ "nameExplicit": false,
2111
+ "name": "lifecycle_evidence_pk",
2112
+ "table": "lifecycle_evidence",
2113
+ "entityType": "pks"
2114
+ },
2115
+ {
2116
+ "columns": [
2117
+ "id"
2118
+ ],
2119
+ "nameExplicit": false,
2120
+ "name": "lifecycle_gate_results_pk",
2121
+ "table": "lifecycle_gate_results",
2122
+ "entityType": "pks"
2123
+ },
2124
+ {
2125
+ "columns": [
2126
+ "id"
2127
+ ],
2128
+ "nameExplicit": false,
2129
+ "name": "lifecycle_pipelines_pk",
2130
+ "table": "lifecycle_pipelines",
2131
+ "entityType": "pks"
2132
+ },
2133
+ {
2134
+ "columns": [
2135
+ "id"
2136
+ ],
2137
+ "nameExplicit": false,
2138
+ "name": "lifecycle_stages_pk",
2139
+ "table": "lifecycle_stages",
2140
+ "entityType": "pks"
2141
+ },
2142
+ {
2143
+ "columns": [
2144
+ "id"
2145
+ ],
2146
+ "nameExplicit": false,
2147
+ "name": "lifecycle_transitions_pk",
2148
+ "table": "lifecycle_transitions",
2149
+ "entityType": "pks"
2150
+ },
2151
+ {
2152
+ "columns": [
2153
+ "id"
2154
+ ],
2155
+ "nameExplicit": false,
2156
+ "name": "manifest_entries_pk",
2157
+ "table": "manifest_entries",
2158
+ "entityType": "pks"
2159
+ },
2160
+ {
2161
+ "columns": [
2162
+ "key"
2163
+ ],
2164
+ "nameExplicit": false,
2165
+ "name": "schema_meta_pk",
2166
+ "table": "schema_meta",
2167
+ "entityType": "pks"
2168
+ },
2169
+ {
2170
+ "columns": [
2171
+ "id"
2172
+ ],
2173
+ "nameExplicit": false,
2174
+ "name": "sessions_pk",
2175
+ "table": "sessions",
2176
+ "entityType": "pks"
2177
+ },
2178
+ {
2179
+ "columns": [
2180
+ "id"
2181
+ ],
2182
+ "nameExplicit": false,
2183
+ "name": "task_work_history_pk",
2184
+ "table": "task_work_history",
2185
+ "entityType": "pks"
2186
+ },
2187
+ {
2188
+ "columns": [
2189
+ "id"
2190
+ ],
2191
+ "nameExplicit": false,
2192
+ "name": "tasks_pk",
2193
+ "table": "tasks",
2194
+ "entityType": "pks"
2195
+ },
2196
+ {
2197
+ "columns": [
2198
+ {
2199
+ "value": "task_id",
2200
+ "isExpression": false
2201
+ }
2202
+ ],
2203
+ "isUnique": false,
2204
+ "where": null,
2205
+ "origin": "manual",
2206
+ "name": "idx_adr_task_links_task_id",
2207
+ "entityType": "indexes",
2208
+ "table": "adr_task_links"
2209
+ },
2210
+ {
2211
+ "columns": [
2212
+ {
2213
+ "value": "status",
2214
+ "isExpression": false
2215
+ }
2216
+ ],
2217
+ "isUnique": false,
2218
+ "where": null,
2219
+ "origin": "manual",
2220
+ "name": "idx_arch_decisions_status",
2221
+ "entityType": "indexes",
2222
+ "table": "architecture_decisions"
2223
+ },
2224
+ {
2225
+ "columns": [
2226
+ {
2227
+ "value": "task_id",
2228
+ "isExpression": false
2229
+ }
2230
+ ],
2231
+ "isUnique": false,
2232
+ "where": null,
2233
+ "origin": "manual",
2234
+ "name": "idx_audit_log_task_id",
2235
+ "entityType": "indexes",
2236
+ "table": "audit_log"
2237
+ },
2238
+ {
2239
+ "columns": [
2240
+ {
2241
+ "value": "action",
2242
+ "isExpression": false
2243
+ }
2244
+ ],
2245
+ "isUnique": false,
2246
+ "where": null,
2247
+ "origin": "manual",
2248
+ "name": "idx_audit_log_action",
2249
+ "entityType": "indexes",
2250
+ "table": "audit_log"
2251
+ },
2252
+ {
2253
+ "columns": [
2254
+ {
2255
+ "value": "timestamp",
2256
+ "isExpression": false
2257
+ }
2258
+ ],
2259
+ "isUnique": false,
2260
+ "where": null,
2261
+ "origin": "manual",
2262
+ "name": "idx_audit_log_timestamp",
2263
+ "entityType": "indexes",
2264
+ "table": "audit_log"
2265
+ },
2266
+ {
2267
+ "columns": [
2268
+ {
2269
+ "value": "domain",
2270
+ "isExpression": false
2271
+ }
2272
+ ],
2273
+ "isUnique": false,
2274
+ "where": null,
2275
+ "origin": "manual",
2276
+ "name": "idx_audit_log_domain",
2277
+ "entityType": "indexes",
2278
+ "table": "audit_log"
2279
+ },
2280
+ {
2281
+ "columns": [
2282
+ {
2283
+ "value": "request_id",
2284
+ "isExpression": false
2285
+ }
2286
+ ],
2287
+ "isUnique": false,
2288
+ "where": null,
2289
+ "origin": "manual",
2290
+ "name": "idx_audit_log_request_id",
2291
+ "entityType": "indexes",
2292
+ "table": "audit_log"
2293
+ },
2294
+ {
2295
+ "columns": [
2296
+ {
2297
+ "value": "stage_id",
2298
+ "isExpression": false
2299
+ }
2300
+ ],
2301
+ "isUnique": false,
2302
+ "where": null,
2303
+ "origin": "manual",
2304
+ "name": "idx_lifecycle_evidence_stage_id",
2305
+ "entityType": "indexes",
2306
+ "table": "lifecycle_evidence"
2307
+ },
2308
+ {
2309
+ "columns": [
2310
+ {
2311
+ "value": "stage_id",
2312
+ "isExpression": false
2313
+ }
2314
+ ],
2315
+ "isUnique": false,
2316
+ "where": null,
2317
+ "origin": "manual",
2318
+ "name": "idx_lifecycle_gate_results_stage_id",
2319
+ "entityType": "indexes",
2320
+ "table": "lifecycle_gate_results"
2321
+ },
2322
+ {
2323
+ "columns": [
2324
+ {
2325
+ "value": "task_id",
2326
+ "isExpression": false
2327
+ }
2328
+ ],
2329
+ "isUnique": false,
2330
+ "where": null,
2331
+ "origin": "manual",
2332
+ "name": "idx_lifecycle_pipelines_task_id",
2333
+ "entityType": "indexes",
2334
+ "table": "lifecycle_pipelines"
2335
+ },
2336
+ {
2337
+ "columns": [
2338
+ {
2339
+ "value": "status",
2340
+ "isExpression": false
2341
+ }
2342
+ ],
2343
+ "isUnique": false,
2344
+ "where": null,
2345
+ "origin": "manual",
2346
+ "name": "idx_lifecycle_pipelines_status",
2347
+ "entityType": "indexes",
2348
+ "table": "lifecycle_pipelines"
2349
+ },
2350
+ {
2351
+ "columns": [
2352
+ {
2353
+ "value": "pipeline_id",
2354
+ "isExpression": false
2355
+ }
2356
+ ],
2357
+ "isUnique": false,
2358
+ "where": null,
2359
+ "origin": "manual",
2360
+ "name": "idx_lifecycle_stages_pipeline_id",
2361
+ "entityType": "indexes",
2362
+ "table": "lifecycle_stages"
2363
+ },
2364
+ {
2365
+ "columns": [
2366
+ {
2367
+ "value": "stage_name",
2368
+ "isExpression": false
2369
+ }
2370
+ ],
2371
+ "isUnique": false,
2372
+ "where": null,
2373
+ "origin": "manual",
2374
+ "name": "idx_lifecycle_stages_stage_name",
2375
+ "entityType": "indexes",
2376
+ "table": "lifecycle_stages"
2377
+ },
2378
+ {
2379
+ "columns": [
2380
+ {
2381
+ "value": "status",
2382
+ "isExpression": false
2383
+ }
2384
+ ],
2385
+ "isUnique": false,
2386
+ "where": null,
2387
+ "origin": "manual",
2388
+ "name": "idx_lifecycle_stages_status",
2389
+ "entityType": "indexes",
2390
+ "table": "lifecycle_stages"
2391
+ },
2392
+ {
2393
+ "columns": [
2394
+ {
2395
+ "value": "pipeline_id",
2396
+ "isExpression": false
2397
+ }
2398
+ ],
2399
+ "isUnique": false,
2400
+ "where": null,
2401
+ "origin": "manual",
2402
+ "name": "idx_lifecycle_transitions_pipeline_id",
2403
+ "entityType": "indexes",
2404
+ "table": "lifecycle_transitions"
2405
+ },
2406
+ {
2407
+ "columns": [
2408
+ {
2409
+ "value": "pipeline_id",
2410
+ "isExpression": false
2411
+ }
2412
+ ],
2413
+ "isUnique": false,
2414
+ "where": null,
2415
+ "origin": "manual",
2416
+ "name": "idx_manifest_entries_pipeline_id",
2417
+ "entityType": "indexes",
2418
+ "table": "manifest_entries"
2419
+ },
2420
+ {
2421
+ "columns": [
2422
+ {
2423
+ "value": "stage_id",
2424
+ "isExpression": false
2425
+ }
2426
+ ],
2427
+ "isUnique": false,
2428
+ "where": null,
2429
+ "origin": "manual",
2430
+ "name": "idx_manifest_entries_stage_id",
2431
+ "entityType": "indexes",
2432
+ "table": "manifest_entries"
2433
+ },
2434
+ {
2435
+ "columns": [
2436
+ {
2437
+ "value": "status",
2438
+ "isExpression": false
2439
+ }
2440
+ ],
2441
+ "isUnique": false,
2442
+ "where": null,
2443
+ "origin": "manual",
2444
+ "name": "idx_manifest_entries_status",
2445
+ "entityType": "indexes",
2446
+ "table": "manifest_entries"
2447
+ },
2448
+ {
2449
+ "columns": [
2450
+ {
2451
+ "value": "status",
2452
+ "isExpression": false
2453
+ }
2454
+ ],
2455
+ "isUnique": false,
2456
+ "where": null,
2457
+ "origin": "manual",
2458
+ "name": "idx_sessions_status",
2459
+ "entityType": "indexes",
2460
+ "table": "sessions"
2461
+ },
2462
+ {
2463
+ "columns": [
2464
+ {
2465
+ "value": "previous_session_id",
2466
+ "isExpression": false
2467
+ }
2468
+ ],
2469
+ "isUnique": false,
2470
+ "where": null,
2471
+ "origin": "manual",
2472
+ "name": "idx_sessions_previous",
2473
+ "entityType": "indexes",
2474
+ "table": "sessions"
2475
+ },
2476
+ {
2477
+ "columns": [
2478
+ {
2479
+ "value": "agent_identifier",
2480
+ "isExpression": false
2481
+ }
2482
+ ],
2483
+ "isUnique": false,
2484
+ "where": null,
2485
+ "origin": "manual",
2486
+ "name": "idx_sessions_agent_identifier",
2487
+ "entityType": "indexes",
2488
+ "table": "sessions"
2489
+ },
2490
+ {
2491
+ "columns": [
2492
+ {
2493
+ "value": "entity_type",
2494
+ "isExpression": false
2495
+ }
2496
+ ],
2497
+ "isUnique": false,
2498
+ "where": null,
2499
+ "origin": "manual",
2500
+ "name": "idx_status_registry_entity_type",
2501
+ "entityType": "indexes",
2502
+ "table": "status_registry"
2503
+ },
2504
+ {
2505
+ "columns": [
2506
+ {
2507
+ "value": "namespace",
2508
+ "isExpression": false
2509
+ }
2510
+ ],
2511
+ "isUnique": false,
2512
+ "where": null,
2513
+ "origin": "manual",
2514
+ "name": "idx_status_registry_namespace",
2515
+ "entityType": "indexes",
2516
+ "table": "status_registry"
2517
+ },
2518
+ {
2519
+ "columns": [
2520
+ {
2521
+ "value": "depends_on",
2522
+ "isExpression": false
2523
+ }
2524
+ ],
2525
+ "isUnique": false,
2526
+ "where": null,
2527
+ "origin": "manual",
2528
+ "name": "idx_deps_depends_on",
2529
+ "entityType": "indexes",
2530
+ "table": "task_dependencies"
2531
+ },
2532
+ {
2533
+ "columns": [
2534
+ {
2535
+ "value": "session_id",
2536
+ "isExpression": false
2537
+ }
2538
+ ],
2539
+ "isUnique": false,
2540
+ "where": null,
2541
+ "origin": "manual",
2542
+ "name": "idx_work_history_session",
2543
+ "entityType": "indexes",
2544
+ "table": "task_work_history"
2545
+ },
2546
+ {
2547
+ "columns": [
2548
+ {
2549
+ "value": "status",
2550
+ "isExpression": false
2551
+ }
2552
+ ],
2553
+ "isUnique": false,
2554
+ "where": null,
2555
+ "origin": "manual",
2556
+ "name": "idx_tasks_status",
2557
+ "entityType": "indexes",
2558
+ "table": "tasks"
2559
+ },
2560
+ {
2561
+ "columns": [
2562
+ {
2563
+ "value": "parent_id",
2564
+ "isExpression": false
2565
+ }
2566
+ ],
2567
+ "isUnique": false,
2568
+ "where": null,
2569
+ "origin": "manual",
2570
+ "name": "idx_tasks_parent_id",
2571
+ "entityType": "indexes",
2572
+ "table": "tasks"
2573
+ },
2574
+ {
2575
+ "columns": [
2576
+ {
2577
+ "value": "phase",
2578
+ "isExpression": false
2579
+ }
2580
+ ],
2581
+ "isUnique": false,
2582
+ "where": null,
2583
+ "origin": "manual",
2584
+ "name": "idx_tasks_phase",
2585
+ "entityType": "indexes",
2586
+ "table": "tasks"
2587
+ },
2588
+ {
2589
+ "columns": [
2590
+ {
2591
+ "value": "type",
2592
+ "isExpression": false
2593
+ }
2594
+ ],
2595
+ "isUnique": false,
2596
+ "where": null,
2597
+ "origin": "manual",
2598
+ "name": "idx_tasks_type",
2599
+ "entityType": "indexes",
2600
+ "table": "tasks"
2601
+ },
2602
+ {
2603
+ "columns": [
2604
+ {
2605
+ "value": "priority",
2606
+ "isExpression": false
2607
+ }
2608
+ ],
2609
+ "isUnique": false,
2610
+ "where": null,
2611
+ "origin": "manual",
2612
+ "name": "idx_tasks_priority",
2613
+ "entityType": "indexes",
2614
+ "table": "tasks"
2615
+ }
2616
+ ],
2617
+ "renames": []
2618
+ }