@cleocode/cleo 2026.3.6 → 2026.3.10

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,2638 @@
1
+ {
2
+ "version": "7",
3
+ "dialect": "sqlite",
4
+ "id": "dd53ca87-d755-494b-bc95-516293366f34",
5
+ "prevIds": [
6
+ "8dcf75b7-92b7-409a-b5d2-018144d5e137"
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": "integer",
709
+ "notNull": true,
710
+ "autoincrement": false,
711
+ "default": "1",
712
+ "generated": null,
713
+ "name": "version",
714
+ "entityType": "columns",
715
+ "table": "lifecycle_pipelines"
716
+ },
717
+ {
718
+ "type": "text",
719
+ "notNull": false,
720
+ "autoincrement": false,
721
+ "default": null,
722
+ "generated": null,
723
+ "name": "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": "pipeline_id",
734
+ "entityType": "columns",
735
+ "table": "lifecycle_stages"
736
+ },
737
+ {
738
+ "type": "text",
739
+ "notNull": true,
740
+ "autoincrement": false,
741
+ "default": null,
742
+ "generated": null,
743
+ "name": "stage_name",
744
+ "entityType": "columns",
745
+ "table": "lifecycle_stages"
746
+ },
747
+ {
748
+ "type": "text",
749
+ "notNull": true,
750
+ "autoincrement": false,
751
+ "default": "'not_started'",
752
+ "generated": null,
753
+ "name": "status",
754
+ "entityType": "columns",
755
+ "table": "lifecycle_stages"
756
+ },
757
+ {
758
+ "type": "integer",
759
+ "notNull": true,
760
+ "autoincrement": false,
761
+ "default": null,
762
+ "generated": null,
763
+ "name": "sequence",
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": "started_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": "completed_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": "blocked_at",
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": "block_reason",
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": "skipped_at",
814
+ "entityType": "columns",
815
+ "table": "lifecycle_stages"
816
+ },
817
+ {
818
+ "type": "text",
819
+ "notNull": false,
820
+ "autoincrement": false,
821
+ "default": null,
822
+ "generated": null,
823
+ "name": "skip_reason",
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": "notes_json",
834
+ "entityType": "columns",
835
+ "table": "lifecycle_stages"
836
+ },
837
+ {
838
+ "type": "text",
839
+ "notNull": false,
840
+ "autoincrement": false,
841
+ "default": "'{}'",
842
+ "generated": null,
843
+ "name": "metadata_json",
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": "output_file",
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": "created_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_by",
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": "validated_at",
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": "validation_status",
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": "provenance_chain_json",
904
+ "entityType": "columns",
905
+ "table": "lifecycle_stages"
906
+ },
907
+ {
908
+ "type": "text",
909
+ "notNull": false,
910
+ "autoincrement": false,
911
+ "default": null,
912
+ "generated": null,
913
+ "name": "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": "pipeline_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": "from_stage_id",
934
+ "entityType": "columns",
935
+ "table": "lifecycle_transitions"
936
+ },
937
+ {
938
+ "type": "text",
939
+ "notNull": true,
940
+ "autoincrement": false,
941
+ "default": null,
942
+ "generated": null,
943
+ "name": "to_stage_id",
944
+ "entityType": "columns",
945
+ "table": "lifecycle_transitions"
946
+ },
947
+ {
948
+ "type": "text",
949
+ "notNull": true,
950
+ "autoincrement": false,
951
+ "default": "'automatic'",
952
+ "generated": null,
953
+ "name": "transition_type",
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": "transitioned_by",
964
+ "entityType": "columns",
965
+ "table": "lifecycle_transitions"
966
+ },
967
+ {
968
+ "type": "text",
969
+ "notNull": true,
970
+ "autoincrement": false,
971
+ "default": "(datetime('now'))",
972
+ "generated": null,
973
+ "name": "created_at",
974
+ "entityType": "columns",
975
+ "table": "lifecycle_transitions"
976
+ },
977
+ {
978
+ "type": "text",
979
+ "notNull": false,
980
+ "autoincrement": false,
981
+ "default": null,
982
+ "generated": null,
983
+ "name": "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": "pipeline_id",
994
+ "entityType": "columns",
995
+ "table": "manifest_entries"
996
+ },
997
+ {
998
+ "type": "text",
999
+ "notNull": false,
1000
+ "autoincrement": false,
1001
+ "default": null,
1002
+ "generated": null,
1003
+ "name": "stage_id",
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": "title",
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": "date",
1024
+ "entityType": "columns",
1025
+ "table": "manifest_entries"
1026
+ },
1027
+ {
1028
+ "type": "text",
1029
+ "notNull": true,
1030
+ "autoincrement": false,
1031
+ "default": null,
1032
+ "generated": null,
1033
+ "name": "status",
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": "agent_type",
1044
+ "entityType": "columns",
1045
+ "table": "manifest_entries"
1046
+ },
1047
+ {
1048
+ "type": "text",
1049
+ "notNull": false,
1050
+ "autoincrement": false,
1051
+ "default": null,
1052
+ "generated": null,
1053
+ "name": "output_file",
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": "topics_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": "findings_json",
1074
+ "entityType": "columns",
1075
+ "table": "manifest_entries"
1076
+ },
1077
+ {
1078
+ "type": "text",
1079
+ "notNull": false,
1080
+ "autoincrement": false,
1081
+ "default": "'[]'",
1082
+ "generated": null,
1083
+ "name": "linked_tasks_json",
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": "created_by",
1094
+ "entityType": "columns",
1095
+ "table": "manifest_entries"
1096
+ },
1097
+ {
1098
+ "type": "text",
1099
+ "notNull": true,
1100
+ "autoincrement": false,
1101
+ "default": "(datetime('now'))",
1102
+ "generated": null,
1103
+ "name": "created_at",
1104
+ "entityType": "columns",
1105
+ "table": "manifest_entries"
1106
+ },
1107
+ {
1108
+ "type": "text",
1109
+ "notNull": false,
1110
+ "autoincrement": false,
1111
+ "default": null,
1112
+ "generated": null,
1113
+ "name": "key",
1114
+ "entityType": "columns",
1115
+ "table": "schema_meta"
1116
+ },
1117
+ {
1118
+ "type": "text",
1119
+ "notNull": true,
1120
+ "autoincrement": false,
1121
+ "default": null,
1122
+ "generated": null,
1123
+ "name": "value",
1124
+ "entityType": "columns",
1125
+ "table": "schema_meta"
1126
+ },
1127
+ {
1128
+ "type": "text",
1129
+ "notNull": false,
1130
+ "autoincrement": false,
1131
+ "default": null,
1132
+ "generated": null,
1133
+ "name": "id",
1134
+ "entityType": "columns",
1135
+ "table": "sessions"
1136
+ },
1137
+ {
1138
+ "type": "text",
1139
+ "notNull": true,
1140
+ "autoincrement": false,
1141
+ "default": null,
1142
+ "generated": null,
1143
+ "name": "name",
1144
+ "entityType": "columns",
1145
+ "table": "sessions"
1146
+ },
1147
+ {
1148
+ "type": "text",
1149
+ "notNull": true,
1150
+ "autoincrement": false,
1151
+ "default": "'active'",
1152
+ "generated": null,
1153
+ "name": "status",
1154
+ "entityType": "columns",
1155
+ "table": "sessions"
1156
+ },
1157
+ {
1158
+ "type": "text",
1159
+ "notNull": true,
1160
+ "autoincrement": false,
1161
+ "default": "'{}'",
1162
+ "generated": null,
1163
+ "name": "scope_json",
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": "current_task",
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": "task_started_at",
1184
+ "entityType": "columns",
1185
+ "table": "sessions"
1186
+ },
1187
+ {
1188
+ "type": "text",
1189
+ "notNull": false,
1190
+ "autoincrement": false,
1191
+ "default": null,
1192
+ "generated": null,
1193
+ "name": "agent",
1194
+ "entityType": "columns",
1195
+ "table": "sessions"
1196
+ },
1197
+ {
1198
+ "type": "text",
1199
+ "notNull": false,
1200
+ "autoincrement": false,
1201
+ "default": "'[]'",
1202
+ "generated": null,
1203
+ "name": "notes_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_completed_json",
1214
+ "entityType": "columns",
1215
+ "table": "sessions"
1216
+ },
1217
+ {
1218
+ "type": "text",
1219
+ "notNull": false,
1220
+ "autoincrement": false,
1221
+ "default": "'[]'",
1222
+ "generated": null,
1223
+ "name": "tasks_created_json",
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": "handoff_json",
1234
+ "entityType": "columns",
1235
+ "table": "sessions"
1236
+ },
1237
+ {
1238
+ "type": "text",
1239
+ "notNull": true,
1240
+ "autoincrement": false,
1241
+ "default": "(datetime('now'))",
1242
+ "generated": null,
1243
+ "name": "started_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": "ended_at",
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": "previous_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": "next_session_id",
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": "agent_identifier",
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_at",
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": "handoff_consumed_by",
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": "debrief_json",
1314
+ "entityType": "columns",
1315
+ "table": "sessions"
1316
+ },
1317
+ {
1318
+ "type": "text",
1319
+ "notNull": false,
1320
+ "autoincrement": false,
1321
+ "default": null,
1322
+ "generated": null,
1323
+ "name": "stats_json",
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": "resume_count",
1334
+ "entityType": "columns",
1335
+ "table": "sessions"
1336
+ },
1337
+ {
1338
+ "type": "integer",
1339
+ "notNull": false,
1340
+ "autoincrement": false,
1341
+ "default": null,
1342
+ "generated": null,
1343
+ "name": "grade_mode",
1344
+ "entityType": "columns",
1345
+ "table": "sessions"
1346
+ },
1347
+ {
1348
+ "type": "text",
1349
+ "notNull": true,
1350
+ "autoincrement": false,
1351
+ "default": null,
1352
+ "generated": null,
1353
+ "name": "name",
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": "entity_type",
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": "namespace",
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": "description",
1384
+ "entityType": "columns",
1385
+ "table": "status_registry"
1386
+ },
1387
+ {
1388
+ "type": "integer",
1389
+ "notNull": true,
1390
+ "autoincrement": false,
1391
+ "default": "false",
1392
+ "generated": null,
1393
+ "name": "is_terminal",
1394
+ "entityType": "columns",
1395
+ "table": "status_registry"
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_dependencies"
1406
+ },
1407
+ {
1408
+ "type": "text",
1409
+ "notNull": true,
1410
+ "autoincrement": false,
1411
+ "default": null,
1412
+ "generated": null,
1413
+ "name": "depends_on",
1414
+ "entityType": "columns",
1415
+ "table": "task_dependencies"
1416
+ },
1417
+ {
1418
+ "type": "text",
1419
+ "notNull": true,
1420
+ "autoincrement": false,
1421
+ "default": null,
1422
+ "generated": null,
1423
+ "name": "task_id",
1424
+ "entityType": "columns",
1425
+ "table": "task_relations"
1426
+ },
1427
+ {
1428
+ "type": "text",
1429
+ "notNull": true,
1430
+ "autoincrement": false,
1431
+ "default": null,
1432
+ "generated": null,
1433
+ "name": "related_to",
1434
+ "entityType": "columns",
1435
+ "table": "task_relations"
1436
+ },
1437
+ {
1438
+ "type": "text",
1439
+ "notNull": true,
1440
+ "autoincrement": false,
1441
+ "default": "'related'",
1442
+ "generated": null,
1443
+ "name": "relation_type",
1444
+ "entityType": "columns",
1445
+ "table": "task_relations"
1446
+ },
1447
+ {
1448
+ "type": "text",
1449
+ "notNull": false,
1450
+ "autoincrement": false,
1451
+ "default": null,
1452
+ "generated": null,
1453
+ "name": "reason",
1454
+ "entityType": "columns",
1455
+ "table": "task_relations"
1456
+ },
1457
+ {
1458
+ "type": "integer",
1459
+ "notNull": false,
1460
+ "autoincrement": true,
1461
+ "default": null,
1462
+ "generated": null,
1463
+ "name": "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": "session_id",
1474
+ "entityType": "columns",
1475
+ "table": "task_work_history"
1476
+ },
1477
+ {
1478
+ "type": "text",
1479
+ "notNull": true,
1480
+ "autoincrement": false,
1481
+ "default": null,
1482
+ "generated": null,
1483
+ "name": "task_id",
1484
+ "entityType": "columns",
1485
+ "table": "task_work_history"
1486
+ },
1487
+ {
1488
+ "type": "text",
1489
+ "notNull": true,
1490
+ "autoincrement": false,
1491
+ "default": "(datetime('now'))",
1492
+ "generated": null,
1493
+ "name": "set_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": "cleared_at",
1504
+ "entityType": "columns",
1505
+ "table": "task_work_history"
1506
+ },
1507
+ {
1508
+ "type": "text",
1509
+ "notNull": false,
1510
+ "autoincrement": false,
1511
+ "default": null,
1512
+ "generated": null,
1513
+ "name": "id",
1514
+ "entityType": "columns",
1515
+ "table": "tasks"
1516
+ },
1517
+ {
1518
+ "type": "text",
1519
+ "notNull": true,
1520
+ "autoincrement": false,
1521
+ "default": null,
1522
+ "generated": null,
1523
+ "name": "title",
1524
+ "entityType": "columns",
1525
+ "table": "tasks"
1526
+ },
1527
+ {
1528
+ "type": "text",
1529
+ "notNull": false,
1530
+ "autoincrement": false,
1531
+ "default": null,
1532
+ "generated": null,
1533
+ "name": "description",
1534
+ "entityType": "columns",
1535
+ "table": "tasks"
1536
+ },
1537
+ {
1538
+ "type": "text",
1539
+ "notNull": true,
1540
+ "autoincrement": false,
1541
+ "default": "'pending'",
1542
+ "generated": null,
1543
+ "name": "status",
1544
+ "entityType": "columns",
1545
+ "table": "tasks"
1546
+ },
1547
+ {
1548
+ "type": "text",
1549
+ "notNull": true,
1550
+ "autoincrement": false,
1551
+ "default": "'medium'",
1552
+ "generated": null,
1553
+ "name": "priority",
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": "type",
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": "parent_id",
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": "phase",
1584
+ "entityType": "columns",
1585
+ "table": "tasks"
1586
+ },
1587
+ {
1588
+ "type": "text",
1589
+ "notNull": false,
1590
+ "autoincrement": false,
1591
+ "default": null,
1592
+ "generated": null,
1593
+ "name": "size",
1594
+ "entityType": "columns",
1595
+ "table": "tasks"
1596
+ },
1597
+ {
1598
+ "type": "integer",
1599
+ "notNull": false,
1600
+ "autoincrement": false,
1601
+ "default": null,
1602
+ "generated": null,
1603
+ "name": "position",
1604
+ "entityType": "columns",
1605
+ "table": "tasks"
1606
+ },
1607
+ {
1608
+ "type": "integer",
1609
+ "notNull": false,
1610
+ "autoincrement": false,
1611
+ "default": "0",
1612
+ "generated": null,
1613
+ "name": "position_version",
1614
+ "entityType": "columns",
1615
+ "table": "tasks"
1616
+ },
1617
+ {
1618
+ "type": "text",
1619
+ "notNull": false,
1620
+ "autoincrement": false,
1621
+ "default": "'[]'",
1622
+ "generated": null,
1623
+ "name": "labels_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": "notes_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": "acceptance_json",
1644
+ "entityType": "columns",
1645
+ "table": "tasks"
1646
+ },
1647
+ {
1648
+ "type": "text",
1649
+ "notNull": false,
1650
+ "autoincrement": false,
1651
+ "default": "'[]'",
1652
+ "generated": null,
1653
+ "name": "files_json",
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": "origin",
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": "blocked_by",
1674
+ "entityType": "columns",
1675
+ "table": "tasks"
1676
+ },
1677
+ {
1678
+ "type": "text",
1679
+ "notNull": false,
1680
+ "autoincrement": false,
1681
+ "default": null,
1682
+ "generated": null,
1683
+ "name": "epic_lifecycle",
1684
+ "entityType": "columns",
1685
+ "table": "tasks"
1686
+ },
1687
+ {
1688
+ "type": "integer",
1689
+ "notNull": false,
1690
+ "autoincrement": false,
1691
+ "default": null,
1692
+ "generated": null,
1693
+ "name": "no_auto_complete",
1694
+ "entityType": "columns",
1695
+ "table": "tasks"
1696
+ },
1697
+ {
1698
+ "type": "text",
1699
+ "notNull": true,
1700
+ "autoincrement": false,
1701
+ "default": "(datetime('now'))",
1702
+ "generated": null,
1703
+ "name": "created_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": "updated_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": "completed_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": "cancelled_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": "cancellation_reason",
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": "archived_at",
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": "archive_reason",
1764
+ "entityType": "columns",
1765
+ "table": "tasks"
1766
+ },
1767
+ {
1768
+ "type": "integer",
1769
+ "notNull": false,
1770
+ "autoincrement": false,
1771
+ "default": null,
1772
+ "generated": null,
1773
+ "name": "cycle_time_days",
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": "verification_json",
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": "created_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": "modified_by",
1804
+ "entityType": "columns",
1805
+ "table": "tasks"
1806
+ },
1807
+ {
1808
+ "type": "text",
1809
+ "notNull": false,
1810
+ "autoincrement": false,
1811
+ "default": null,
1812
+ "generated": null,
1813
+ "name": "session_id",
1814
+ "entityType": "columns",
1815
+ "table": "tasks"
1816
+ },
1817
+ {
1818
+ "columns": [
1819
+ "from_adr_id"
1820
+ ],
1821
+ "tableTo": "architecture_decisions",
1822
+ "columnsTo": [
1823
+ "id"
1824
+ ],
1825
+ "onUpdate": "NO ACTION",
1826
+ "onDelete": "CASCADE",
1827
+ "nameExplicit": false,
1828
+ "name": "fk_adr_relations_from_adr_id_architecture_decisions_id_fk",
1829
+ "entityType": "fks",
1830
+ "table": "adr_relations"
1831
+ },
1832
+ {
1833
+ "columns": [
1834
+ "to_adr_id"
1835
+ ],
1836
+ "tableTo": "architecture_decisions",
1837
+ "columnsTo": [
1838
+ "id"
1839
+ ],
1840
+ "onUpdate": "NO ACTION",
1841
+ "onDelete": "CASCADE",
1842
+ "nameExplicit": false,
1843
+ "name": "fk_adr_relations_to_adr_id_architecture_decisions_id_fk",
1844
+ "entityType": "fks",
1845
+ "table": "adr_relations"
1846
+ },
1847
+ {
1848
+ "columns": [
1849
+ "adr_id"
1850
+ ],
1851
+ "tableTo": "architecture_decisions",
1852
+ "columnsTo": [
1853
+ "id"
1854
+ ],
1855
+ "onUpdate": "NO ACTION",
1856
+ "onDelete": "CASCADE",
1857
+ "nameExplicit": false,
1858
+ "name": "fk_adr_task_links_adr_id_architecture_decisions_id_fk",
1859
+ "entityType": "fks",
1860
+ "table": "adr_task_links"
1861
+ },
1862
+ {
1863
+ "columns": [
1864
+ "stage_id"
1865
+ ],
1866
+ "tableTo": "lifecycle_stages",
1867
+ "columnsTo": [
1868
+ "id"
1869
+ ],
1870
+ "onUpdate": "NO ACTION",
1871
+ "onDelete": "CASCADE",
1872
+ "nameExplicit": false,
1873
+ "name": "fk_lifecycle_evidence_stage_id_lifecycle_stages_id_fk",
1874
+ "entityType": "fks",
1875
+ "table": "lifecycle_evidence"
1876
+ },
1877
+ {
1878
+ "columns": [
1879
+ "stage_id"
1880
+ ],
1881
+ "tableTo": "lifecycle_stages",
1882
+ "columnsTo": [
1883
+ "id"
1884
+ ],
1885
+ "onUpdate": "NO ACTION",
1886
+ "onDelete": "CASCADE",
1887
+ "nameExplicit": false,
1888
+ "name": "fk_lifecycle_gate_results_stage_id_lifecycle_stages_id_fk",
1889
+ "entityType": "fks",
1890
+ "table": "lifecycle_gate_results"
1891
+ },
1892
+ {
1893
+ "columns": [
1894
+ "task_id"
1895
+ ],
1896
+ "tableTo": "tasks",
1897
+ "columnsTo": [
1898
+ "id"
1899
+ ],
1900
+ "onUpdate": "NO ACTION",
1901
+ "onDelete": "CASCADE",
1902
+ "nameExplicit": false,
1903
+ "name": "fk_lifecycle_pipelines_task_id_tasks_id_fk",
1904
+ "entityType": "fks",
1905
+ "table": "lifecycle_pipelines"
1906
+ },
1907
+ {
1908
+ "columns": [
1909
+ "pipeline_id"
1910
+ ],
1911
+ "tableTo": "lifecycle_pipelines",
1912
+ "columnsTo": [
1913
+ "id"
1914
+ ],
1915
+ "onUpdate": "NO ACTION",
1916
+ "onDelete": "CASCADE",
1917
+ "nameExplicit": false,
1918
+ "name": "fk_lifecycle_stages_pipeline_id_lifecycle_pipelines_id_fk",
1919
+ "entityType": "fks",
1920
+ "table": "lifecycle_stages"
1921
+ },
1922
+ {
1923
+ "columns": [
1924
+ "pipeline_id"
1925
+ ],
1926
+ "tableTo": "lifecycle_pipelines",
1927
+ "columnsTo": [
1928
+ "id"
1929
+ ],
1930
+ "onUpdate": "NO ACTION",
1931
+ "onDelete": "CASCADE",
1932
+ "nameExplicit": false,
1933
+ "name": "fk_lifecycle_transitions_pipeline_id_lifecycle_pipelines_id_fk",
1934
+ "entityType": "fks",
1935
+ "table": "lifecycle_transitions"
1936
+ },
1937
+ {
1938
+ "columns": [
1939
+ "pipeline_id"
1940
+ ],
1941
+ "tableTo": "lifecycle_pipelines",
1942
+ "columnsTo": [
1943
+ "id"
1944
+ ],
1945
+ "onUpdate": "NO ACTION",
1946
+ "onDelete": "CASCADE",
1947
+ "nameExplicit": false,
1948
+ "name": "fk_manifest_entries_pipeline_id_lifecycle_pipelines_id_fk",
1949
+ "entityType": "fks",
1950
+ "table": "manifest_entries"
1951
+ },
1952
+ {
1953
+ "columns": [
1954
+ "stage_id"
1955
+ ],
1956
+ "tableTo": "lifecycle_stages",
1957
+ "columnsTo": [
1958
+ "id"
1959
+ ],
1960
+ "onUpdate": "NO ACTION",
1961
+ "onDelete": "CASCADE",
1962
+ "nameExplicit": false,
1963
+ "name": "fk_manifest_entries_stage_id_lifecycle_stages_id_fk",
1964
+ "entityType": "fks",
1965
+ "table": "manifest_entries"
1966
+ },
1967
+ {
1968
+ "columns": [
1969
+ "task_id"
1970
+ ],
1971
+ "tableTo": "tasks",
1972
+ "columnsTo": [
1973
+ "id"
1974
+ ],
1975
+ "onUpdate": "NO ACTION",
1976
+ "onDelete": "CASCADE",
1977
+ "nameExplicit": false,
1978
+ "name": "fk_task_dependencies_task_id_tasks_id_fk",
1979
+ "entityType": "fks",
1980
+ "table": "task_dependencies"
1981
+ },
1982
+ {
1983
+ "columns": [
1984
+ "depends_on"
1985
+ ],
1986
+ "tableTo": "tasks",
1987
+ "columnsTo": [
1988
+ "id"
1989
+ ],
1990
+ "onUpdate": "NO ACTION",
1991
+ "onDelete": "CASCADE",
1992
+ "nameExplicit": false,
1993
+ "name": "fk_task_dependencies_depends_on_tasks_id_fk",
1994
+ "entityType": "fks",
1995
+ "table": "task_dependencies"
1996
+ },
1997
+ {
1998
+ "columns": [
1999
+ "task_id"
2000
+ ],
2001
+ "tableTo": "tasks",
2002
+ "columnsTo": [
2003
+ "id"
2004
+ ],
2005
+ "onUpdate": "NO ACTION",
2006
+ "onDelete": "CASCADE",
2007
+ "nameExplicit": false,
2008
+ "name": "fk_task_relations_task_id_tasks_id_fk",
2009
+ "entityType": "fks",
2010
+ "table": "task_relations"
2011
+ },
2012
+ {
2013
+ "columns": [
2014
+ "related_to"
2015
+ ],
2016
+ "tableTo": "tasks",
2017
+ "columnsTo": [
2018
+ "id"
2019
+ ],
2020
+ "onUpdate": "NO ACTION",
2021
+ "onDelete": "CASCADE",
2022
+ "nameExplicit": false,
2023
+ "name": "fk_task_relations_related_to_tasks_id_fk",
2024
+ "entityType": "fks",
2025
+ "table": "task_relations"
2026
+ },
2027
+ {
2028
+ "columns": [
2029
+ "session_id"
2030
+ ],
2031
+ "tableTo": "sessions",
2032
+ "columnsTo": [
2033
+ "id"
2034
+ ],
2035
+ "onUpdate": "NO ACTION",
2036
+ "onDelete": "CASCADE",
2037
+ "nameExplicit": false,
2038
+ "name": "fk_task_work_history_session_id_sessions_id_fk",
2039
+ "entityType": "fks",
2040
+ "table": "task_work_history"
2041
+ },
2042
+ {
2043
+ "columns": [
2044
+ "parent_id"
2045
+ ],
2046
+ "tableTo": "tasks",
2047
+ "columnsTo": [
2048
+ "id"
2049
+ ],
2050
+ "onUpdate": "NO ACTION",
2051
+ "onDelete": "SET NULL",
2052
+ "nameExplicit": false,
2053
+ "name": "fk_tasks_parent_id_tasks_id_fk",
2054
+ "entityType": "fks",
2055
+ "table": "tasks"
2056
+ },
2057
+ {
2058
+ "columns": [
2059
+ "from_adr_id",
2060
+ "to_adr_id",
2061
+ "relation_type"
2062
+ ],
2063
+ "nameExplicit": false,
2064
+ "name": "adr_relations_pk",
2065
+ "entityType": "pks",
2066
+ "table": "adr_relations"
2067
+ },
2068
+ {
2069
+ "columns": [
2070
+ "adr_id",
2071
+ "task_id"
2072
+ ],
2073
+ "nameExplicit": false,
2074
+ "name": "adr_task_links_pk",
2075
+ "entityType": "pks",
2076
+ "table": "adr_task_links"
2077
+ },
2078
+ {
2079
+ "columns": [
2080
+ "name",
2081
+ "entity_type"
2082
+ ],
2083
+ "nameExplicit": false,
2084
+ "name": "status_registry_pk",
2085
+ "entityType": "pks",
2086
+ "table": "status_registry"
2087
+ },
2088
+ {
2089
+ "columns": [
2090
+ "task_id",
2091
+ "depends_on"
2092
+ ],
2093
+ "nameExplicit": false,
2094
+ "name": "task_dependencies_pk",
2095
+ "entityType": "pks",
2096
+ "table": "task_dependencies"
2097
+ },
2098
+ {
2099
+ "columns": [
2100
+ "task_id",
2101
+ "related_to"
2102
+ ],
2103
+ "nameExplicit": false,
2104
+ "name": "task_relations_pk",
2105
+ "entityType": "pks",
2106
+ "table": "task_relations"
2107
+ },
2108
+ {
2109
+ "columns": [
2110
+ "id"
2111
+ ],
2112
+ "nameExplicit": false,
2113
+ "name": "architecture_decisions_pk",
2114
+ "table": "architecture_decisions",
2115
+ "entityType": "pks"
2116
+ },
2117
+ {
2118
+ "columns": [
2119
+ "id"
2120
+ ],
2121
+ "nameExplicit": false,
2122
+ "name": "audit_log_pk",
2123
+ "table": "audit_log",
2124
+ "entityType": "pks"
2125
+ },
2126
+ {
2127
+ "columns": [
2128
+ "id"
2129
+ ],
2130
+ "nameExplicit": false,
2131
+ "name": "lifecycle_evidence_pk",
2132
+ "table": "lifecycle_evidence",
2133
+ "entityType": "pks"
2134
+ },
2135
+ {
2136
+ "columns": [
2137
+ "id"
2138
+ ],
2139
+ "nameExplicit": false,
2140
+ "name": "lifecycle_gate_results_pk",
2141
+ "table": "lifecycle_gate_results",
2142
+ "entityType": "pks"
2143
+ },
2144
+ {
2145
+ "columns": [
2146
+ "id"
2147
+ ],
2148
+ "nameExplicit": false,
2149
+ "name": "lifecycle_pipelines_pk",
2150
+ "table": "lifecycle_pipelines",
2151
+ "entityType": "pks"
2152
+ },
2153
+ {
2154
+ "columns": [
2155
+ "id"
2156
+ ],
2157
+ "nameExplicit": false,
2158
+ "name": "lifecycle_stages_pk",
2159
+ "table": "lifecycle_stages",
2160
+ "entityType": "pks"
2161
+ },
2162
+ {
2163
+ "columns": [
2164
+ "id"
2165
+ ],
2166
+ "nameExplicit": false,
2167
+ "name": "lifecycle_transitions_pk",
2168
+ "table": "lifecycle_transitions",
2169
+ "entityType": "pks"
2170
+ },
2171
+ {
2172
+ "columns": [
2173
+ "id"
2174
+ ],
2175
+ "nameExplicit": false,
2176
+ "name": "manifest_entries_pk",
2177
+ "table": "manifest_entries",
2178
+ "entityType": "pks"
2179
+ },
2180
+ {
2181
+ "columns": [
2182
+ "key"
2183
+ ],
2184
+ "nameExplicit": false,
2185
+ "name": "schema_meta_pk",
2186
+ "table": "schema_meta",
2187
+ "entityType": "pks"
2188
+ },
2189
+ {
2190
+ "columns": [
2191
+ "id"
2192
+ ],
2193
+ "nameExplicit": false,
2194
+ "name": "sessions_pk",
2195
+ "table": "sessions",
2196
+ "entityType": "pks"
2197
+ },
2198
+ {
2199
+ "columns": [
2200
+ "id"
2201
+ ],
2202
+ "nameExplicit": false,
2203
+ "name": "task_work_history_pk",
2204
+ "table": "task_work_history",
2205
+ "entityType": "pks"
2206
+ },
2207
+ {
2208
+ "columns": [
2209
+ "id"
2210
+ ],
2211
+ "nameExplicit": false,
2212
+ "name": "tasks_pk",
2213
+ "table": "tasks",
2214
+ "entityType": "pks"
2215
+ },
2216
+ {
2217
+ "columns": [
2218
+ {
2219
+ "value": "task_id",
2220
+ "isExpression": false
2221
+ }
2222
+ ],
2223
+ "isUnique": false,
2224
+ "where": null,
2225
+ "origin": "manual",
2226
+ "name": "idx_adr_task_links_task_id",
2227
+ "entityType": "indexes",
2228
+ "table": "adr_task_links"
2229
+ },
2230
+ {
2231
+ "columns": [
2232
+ {
2233
+ "value": "status",
2234
+ "isExpression": false
2235
+ }
2236
+ ],
2237
+ "isUnique": false,
2238
+ "where": null,
2239
+ "origin": "manual",
2240
+ "name": "idx_arch_decisions_status",
2241
+ "entityType": "indexes",
2242
+ "table": "architecture_decisions"
2243
+ },
2244
+ {
2245
+ "columns": [
2246
+ {
2247
+ "value": "task_id",
2248
+ "isExpression": false
2249
+ }
2250
+ ],
2251
+ "isUnique": false,
2252
+ "where": null,
2253
+ "origin": "manual",
2254
+ "name": "idx_audit_log_task_id",
2255
+ "entityType": "indexes",
2256
+ "table": "audit_log"
2257
+ },
2258
+ {
2259
+ "columns": [
2260
+ {
2261
+ "value": "action",
2262
+ "isExpression": false
2263
+ }
2264
+ ],
2265
+ "isUnique": false,
2266
+ "where": null,
2267
+ "origin": "manual",
2268
+ "name": "idx_audit_log_action",
2269
+ "entityType": "indexes",
2270
+ "table": "audit_log"
2271
+ },
2272
+ {
2273
+ "columns": [
2274
+ {
2275
+ "value": "timestamp",
2276
+ "isExpression": false
2277
+ }
2278
+ ],
2279
+ "isUnique": false,
2280
+ "where": null,
2281
+ "origin": "manual",
2282
+ "name": "idx_audit_log_timestamp",
2283
+ "entityType": "indexes",
2284
+ "table": "audit_log"
2285
+ },
2286
+ {
2287
+ "columns": [
2288
+ {
2289
+ "value": "domain",
2290
+ "isExpression": false
2291
+ }
2292
+ ],
2293
+ "isUnique": false,
2294
+ "where": null,
2295
+ "origin": "manual",
2296
+ "name": "idx_audit_log_domain",
2297
+ "entityType": "indexes",
2298
+ "table": "audit_log"
2299
+ },
2300
+ {
2301
+ "columns": [
2302
+ {
2303
+ "value": "request_id",
2304
+ "isExpression": false
2305
+ }
2306
+ ],
2307
+ "isUnique": false,
2308
+ "where": null,
2309
+ "origin": "manual",
2310
+ "name": "idx_audit_log_request_id",
2311
+ "entityType": "indexes",
2312
+ "table": "audit_log"
2313
+ },
2314
+ {
2315
+ "columns": [
2316
+ {
2317
+ "value": "stage_id",
2318
+ "isExpression": false
2319
+ }
2320
+ ],
2321
+ "isUnique": false,
2322
+ "where": null,
2323
+ "origin": "manual",
2324
+ "name": "idx_lifecycle_evidence_stage_id",
2325
+ "entityType": "indexes",
2326
+ "table": "lifecycle_evidence"
2327
+ },
2328
+ {
2329
+ "columns": [
2330
+ {
2331
+ "value": "stage_id",
2332
+ "isExpression": false
2333
+ }
2334
+ ],
2335
+ "isUnique": false,
2336
+ "where": null,
2337
+ "origin": "manual",
2338
+ "name": "idx_lifecycle_gate_results_stage_id",
2339
+ "entityType": "indexes",
2340
+ "table": "lifecycle_gate_results"
2341
+ },
2342
+ {
2343
+ "columns": [
2344
+ {
2345
+ "value": "task_id",
2346
+ "isExpression": false
2347
+ }
2348
+ ],
2349
+ "isUnique": false,
2350
+ "where": null,
2351
+ "origin": "manual",
2352
+ "name": "idx_lifecycle_pipelines_task_id",
2353
+ "entityType": "indexes",
2354
+ "table": "lifecycle_pipelines"
2355
+ },
2356
+ {
2357
+ "columns": [
2358
+ {
2359
+ "value": "status",
2360
+ "isExpression": false
2361
+ }
2362
+ ],
2363
+ "isUnique": false,
2364
+ "where": null,
2365
+ "origin": "manual",
2366
+ "name": "idx_lifecycle_pipelines_status",
2367
+ "entityType": "indexes",
2368
+ "table": "lifecycle_pipelines"
2369
+ },
2370
+ {
2371
+ "columns": [
2372
+ {
2373
+ "value": "pipeline_id",
2374
+ "isExpression": false
2375
+ }
2376
+ ],
2377
+ "isUnique": false,
2378
+ "where": null,
2379
+ "origin": "manual",
2380
+ "name": "idx_lifecycle_stages_pipeline_id",
2381
+ "entityType": "indexes",
2382
+ "table": "lifecycle_stages"
2383
+ },
2384
+ {
2385
+ "columns": [
2386
+ {
2387
+ "value": "stage_name",
2388
+ "isExpression": false
2389
+ }
2390
+ ],
2391
+ "isUnique": false,
2392
+ "where": null,
2393
+ "origin": "manual",
2394
+ "name": "idx_lifecycle_stages_stage_name",
2395
+ "entityType": "indexes",
2396
+ "table": "lifecycle_stages"
2397
+ },
2398
+ {
2399
+ "columns": [
2400
+ {
2401
+ "value": "status",
2402
+ "isExpression": false
2403
+ }
2404
+ ],
2405
+ "isUnique": false,
2406
+ "where": null,
2407
+ "origin": "manual",
2408
+ "name": "idx_lifecycle_stages_status",
2409
+ "entityType": "indexes",
2410
+ "table": "lifecycle_stages"
2411
+ },
2412
+ {
2413
+ "columns": [
2414
+ {
2415
+ "value": "pipeline_id",
2416
+ "isExpression": false
2417
+ }
2418
+ ],
2419
+ "isUnique": false,
2420
+ "where": null,
2421
+ "origin": "manual",
2422
+ "name": "idx_lifecycle_transitions_pipeline_id",
2423
+ "entityType": "indexes",
2424
+ "table": "lifecycle_transitions"
2425
+ },
2426
+ {
2427
+ "columns": [
2428
+ {
2429
+ "value": "pipeline_id",
2430
+ "isExpression": false
2431
+ }
2432
+ ],
2433
+ "isUnique": false,
2434
+ "where": null,
2435
+ "origin": "manual",
2436
+ "name": "idx_manifest_entries_pipeline_id",
2437
+ "entityType": "indexes",
2438
+ "table": "manifest_entries"
2439
+ },
2440
+ {
2441
+ "columns": [
2442
+ {
2443
+ "value": "stage_id",
2444
+ "isExpression": false
2445
+ }
2446
+ ],
2447
+ "isUnique": false,
2448
+ "where": null,
2449
+ "origin": "manual",
2450
+ "name": "idx_manifest_entries_stage_id",
2451
+ "entityType": "indexes",
2452
+ "table": "manifest_entries"
2453
+ },
2454
+ {
2455
+ "columns": [
2456
+ {
2457
+ "value": "status",
2458
+ "isExpression": false
2459
+ }
2460
+ ],
2461
+ "isUnique": false,
2462
+ "where": null,
2463
+ "origin": "manual",
2464
+ "name": "idx_manifest_entries_status",
2465
+ "entityType": "indexes",
2466
+ "table": "manifest_entries"
2467
+ },
2468
+ {
2469
+ "columns": [
2470
+ {
2471
+ "value": "status",
2472
+ "isExpression": false
2473
+ }
2474
+ ],
2475
+ "isUnique": false,
2476
+ "where": null,
2477
+ "origin": "manual",
2478
+ "name": "idx_sessions_status",
2479
+ "entityType": "indexes",
2480
+ "table": "sessions"
2481
+ },
2482
+ {
2483
+ "columns": [
2484
+ {
2485
+ "value": "previous_session_id",
2486
+ "isExpression": false
2487
+ }
2488
+ ],
2489
+ "isUnique": false,
2490
+ "where": null,
2491
+ "origin": "manual",
2492
+ "name": "idx_sessions_previous",
2493
+ "entityType": "indexes",
2494
+ "table": "sessions"
2495
+ },
2496
+ {
2497
+ "columns": [
2498
+ {
2499
+ "value": "agent_identifier",
2500
+ "isExpression": false
2501
+ }
2502
+ ],
2503
+ "isUnique": false,
2504
+ "where": null,
2505
+ "origin": "manual",
2506
+ "name": "idx_sessions_agent_identifier",
2507
+ "entityType": "indexes",
2508
+ "table": "sessions"
2509
+ },
2510
+ {
2511
+ "columns": [
2512
+ {
2513
+ "value": "entity_type",
2514
+ "isExpression": false
2515
+ }
2516
+ ],
2517
+ "isUnique": false,
2518
+ "where": null,
2519
+ "origin": "manual",
2520
+ "name": "idx_status_registry_entity_type",
2521
+ "entityType": "indexes",
2522
+ "table": "status_registry"
2523
+ },
2524
+ {
2525
+ "columns": [
2526
+ {
2527
+ "value": "namespace",
2528
+ "isExpression": false
2529
+ }
2530
+ ],
2531
+ "isUnique": false,
2532
+ "where": null,
2533
+ "origin": "manual",
2534
+ "name": "idx_status_registry_namespace",
2535
+ "entityType": "indexes",
2536
+ "table": "status_registry"
2537
+ },
2538
+ {
2539
+ "columns": [
2540
+ {
2541
+ "value": "depends_on",
2542
+ "isExpression": false
2543
+ }
2544
+ ],
2545
+ "isUnique": false,
2546
+ "where": null,
2547
+ "origin": "manual",
2548
+ "name": "idx_deps_depends_on",
2549
+ "entityType": "indexes",
2550
+ "table": "task_dependencies"
2551
+ },
2552
+ {
2553
+ "columns": [
2554
+ {
2555
+ "value": "session_id",
2556
+ "isExpression": false
2557
+ }
2558
+ ],
2559
+ "isUnique": false,
2560
+ "where": null,
2561
+ "origin": "manual",
2562
+ "name": "idx_work_history_session",
2563
+ "entityType": "indexes",
2564
+ "table": "task_work_history"
2565
+ },
2566
+ {
2567
+ "columns": [
2568
+ {
2569
+ "value": "status",
2570
+ "isExpression": false
2571
+ }
2572
+ ],
2573
+ "isUnique": false,
2574
+ "where": null,
2575
+ "origin": "manual",
2576
+ "name": "idx_tasks_status",
2577
+ "entityType": "indexes",
2578
+ "table": "tasks"
2579
+ },
2580
+ {
2581
+ "columns": [
2582
+ {
2583
+ "value": "parent_id",
2584
+ "isExpression": false
2585
+ }
2586
+ ],
2587
+ "isUnique": false,
2588
+ "where": null,
2589
+ "origin": "manual",
2590
+ "name": "idx_tasks_parent_id",
2591
+ "entityType": "indexes",
2592
+ "table": "tasks"
2593
+ },
2594
+ {
2595
+ "columns": [
2596
+ {
2597
+ "value": "phase",
2598
+ "isExpression": false
2599
+ }
2600
+ ],
2601
+ "isUnique": false,
2602
+ "where": null,
2603
+ "origin": "manual",
2604
+ "name": "idx_tasks_phase",
2605
+ "entityType": "indexes",
2606
+ "table": "tasks"
2607
+ },
2608
+ {
2609
+ "columns": [
2610
+ {
2611
+ "value": "type",
2612
+ "isExpression": false
2613
+ }
2614
+ ],
2615
+ "isUnique": false,
2616
+ "where": null,
2617
+ "origin": "manual",
2618
+ "name": "idx_tasks_type",
2619
+ "entityType": "indexes",
2620
+ "table": "tasks"
2621
+ },
2622
+ {
2623
+ "columns": [
2624
+ {
2625
+ "value": "priority",
2626
+ "isExpression": false
2627
+ }
2628
+ ],
2629
+ "isUnique": false,
2630
+ "where": null,
2631
+ "origin": "manual",
2632
+ "name": "idx_tasks_priority",
2633
+ "entityType": "indexes",
2634
+ "table": "tasks"
2635
+ }
2636
+ ],
2637
+ "renames": []
2638
+ }