gitmem-mcp 1.2.1 → 1.2.2

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.
@@ -34,6 +34,7 @@ export declare const TOOLS: ({
34
34
  description: string;
35
35
  };
36
36
  confirmations?: undefined;
37
+ reflections?: undefined;
37
38
  agent_identity?: undefined;
38
39
  linear_issue?: undefined;
39
40
  issue_title?: undefined;
@@ -137,6 +138,106 @@ export declare const TOOLS: ({
137
138
  match_count?: undefined;
138
139
  issue_id?: undefined;
139
140
  similarity_threshold?: undefined;
141
+ reflections?: undefined;
142
+ agent_identity?: undefined;
143
+ linear_issue?: undefined;
144
+ issue_title?: undefined;
145
+ issue_description?: undefined;
146
+ issue_labels?: undefined;
147
+ force?: undefined;
148
+ session_id?: undefined;
149
+ close_type?: undefined;
150
+ ceremony_duration_ms?: undefined;
151
+ learning_type?: undefined;
152
+ title?: undefined;
153
+ description?: undefined;
154
+ severity?: undefined;
155
+ scar_type?: undefined;
156
+ counter_arguments?: undefined;
157
+ problem_context?: undefined;
158
+ solution_approach?: undefined;
159
+ applies_when?: undefined;
160
+ domain?: undefined;
161
+ keywords?: undefined;
162
+ source_linear_issue?: undefined;
163
+ decision?: undefined;
164
+ rationale?: undefined;
165
+ alternatives_considered?: undefined;
166
+ personas_involved?: undefined;
167
+ docs_affected?: undefined;
168
+ scar_id?: undefined;
169
+ issue_identifier?: undefined;
170
+ surfaced_at?: undefined;
171
+ acknowledged_at?: undefined;
172
+ reference_type?: undefined;
173
+ reference_context?: undefined;
174
+ execution_successful?: undefined;
175
+ agent?: undefined;
176
+ variant_id?: undefined;
177
+ scars?: undefined;
178
+ transcript?: undefined;
179
+ format?: undefined;
180
+ query?: undefined;
181
+ limit?: undefined;
182
+ since?: undefined;
183
+ max_tokens?: undefined;
184
+ agent_role?: undefined;
185
+ task_id?: undefined;
186
+ observations?: undefined;
187
+ status?: undefined;
188
+ include_resolved?: undefined;
189
+ thread_id?: undefined;
190
+ text_match?: undefined;
191
+ resolution_note?: undefined;
192
+ text?: undefined;
193
+ suggestion_id?: undefined;
194
+ auto_archive?: undefined;
195
+ failure_limit?: undefined;
196
+ lens?: undefined;
197
+ days?: undefined;
198
+ id?: undefined;
199
+ reason?: undefined;
200
+ node?: undefined;
201
+ predicate?: undefined;
202
+ depth?: undefined;
203
+ };
204
+ required: string[];
205
+ };
206
+ } | {
207
+ name: string;
208
+ description: string;
209
+ inputSchema: {
210
+ type: "object";
211
+ properties: {
212
+ reflections: {
213
+ type: string;
214
+ items: {
215
+ type: string;
216
+ properties: {
217
+ scar_id: {
218
+ type: string;
219
+ description: string;
220
+ };
221
+ outcome: {
222
+ type: string;
223
+ enum: string[];
224
+ description: string;
225
+ };
226
+ evidence: {
227
+ type: string;
228
+ description: string;
229
+ };
230
+ };
231
+ required: string[];
232
+ };
233
+ description: string;
234
+ };
235
+ plan?: undefined;
236
+ project?: undefined;
237
+ match_count?: undefined;
238
+ issue_id?: undefined;
239
+ similarity_threshold?: undefined;
240
+ confirmations?: undefined;
140
241
  agent_identity?: undefined;
141
242
  linear_issue?: undefined;
142
243
  issue_title?: undefined;
@@ -244,6 +345,7 @@ export declare const TOOLS: ({
244
345
  issue_id?: undefined;
245
346
  similarity_threshold?: undefined;
246
347
  confirmations?: undefined;
348
+ reflections?: undefined;
247
349
  session_id?: undefined;
248
350
  close_type?: undefined;
249
351
  ceremony_duration_ms?: undefined;
@@ -317,6 +419,7 @@ export declare const TOOLS: ({
317
419
  issue_id?: undefined;
318
420
  similarity_threshold?: undefined;
319
421
  confirmations?: undefined;
422
+ reflections?: undefined;
320
423
  agent_identity?: undefined;
321
424
  linear_issue?: undefined;
322
425
  issue_title?: undefined;
@@ -410,6 +513,7 @@ export declare const TOOLS: ({
410
513
  issue_id?: undefined;
411
514
  similarity_threshold?: undefined;
412
515
  confirmations?: undefined;
516
+ reflections?: undefined;
413
517
  agent_identity?: undefined;
414
518
  issue_title?: undefined;
415
519
  issue_description?: undefined;
@@ -548,6 +652,7 @@ export declare const TOOLS: ({
548
652
  issue_id?: undefined;
549
653
  similarity_threshold?: undefined;
550
654
  confirmations?: undefined;
655
+ reflections?: undefined;
551
656
  agent_identity?: undefined;
552
657
  linear_issue?: undefined;
553
658
  issue_title?: undefined;
@@ -656,6 +761,7 @@ export declare const TOOLS: ({
656
761
  issue_id?: undefined;
657
762
  similarity_threshold?: undefined;
658
763
  confirmations?: undefined;
764
+ reflections?: undefined;
659
765
  agent_identity?: undefined;
660
766
  issue_title?: undefined;
661
767
  issue_description?: undefined;
@@ -768,6 +874,7 @@ export declare const TOOLS: ({
768
874
  match_count?: undefined;
769
875
  similarity_threshold?: undefined;
770
876
  confirmations?: undefined;
877
+ reflections?: undefined;
771
878
  agent_identity?: undefined;
772
879
  linear_issue?: undefined;
773
880
  issue_title?: undefined;
@@ -888,6 +995,7 @@ export declare const TOOLS: ({
888
995
  issue_id?: undefined;
889
996
  similarity_threshold?: undefined;
890
997
  confirmations?: undefined;
998
+ reflections?: undefined;
891
999
  agent_identity?: undefined;
892
1000
  linear_issue?: undefined;
893
1001
  issue_title?: undefined;
@@ -979,6 +1087,7 @@ export declare const TOOLS: ({
979
1087
  issue_id?: undefined;
980
1088
  similarity_threshold?: undefined;
981
1089
  confirmations?: undefined;
1090
+ reflections?: undefined;
982
1091
  agent_identity?: undefined;
983
1092
  linear_issue?: undefined;
984
1093
  issue_title?: undefined;
@@ -1056,6 +1165,7 @@ export declare const TOOLS: ({
1056
1165
  issue_id?: undefined;
1057
1166
  similarity_threshold?: undefined;
1058
1167
  confirmations?: undefined;
1168
+ reflections?: undefined;
1059
1169
  agent_identity?: undefined;
1060
1170
  linear_issue?: undefined;
1061
1171
  issue_title?: undefined;
@@ -1144,6 +1254,7 @@ export declare const TOOLS: ({
1144
1254
  plan?: undefined;
1145
1255
  issue_id?: undefined;
1146
1256
  confirmations?: undefined;
1257
+ reflections?: undefined;
1147
1258
  agent_identity?: undefined;
1148
1259
  linear_issue?: undefined;
1149
1260
  issue_title?: undefined;
@@ -1239,6 +1350,7 @@ export declare const TOOLS: ({
1239
1350
  issue_id?: undefined;
1240
1351
  similarity_threshold?: undefined;
1241
1352
  confirmations?: undefined;
1353
+ reflections?: undefined;
1242
1354
  agent_identity?: undefined;
1243
1355
  linear_issue?: undefined;
1244
1356
  issue_title?: undefined;
@@ -1333,6 +1445,7 @@ export declare const TOOLS: ({
1333
1445
  issue_id?: undefined;
1334
1446
  similarity_threshold?: undefined;
1335
1447
  confirmations?: undefined;
1448
+ reflections?: undefined;
1336
1449
  agent_identity?: undefined;
1337
1450
  linear_issue?: undefined;
1338
1451
  issue_title?: undefined;
@@ -1424,6 +1537,7 @@ export declare const TOOLS: ({
1424
1537
  issue_id?: undefined;
1425
1538
  similarity_threshold?: undefined;
1426
1539
  confirmations?: undefined;
1540
+ reflections?: undefined;
1427
1541
  agent_identity?: undefined;
1428
1542
  linear_issue?: undefined;
1429
1543
  issue_title?: undefined;
@@ -1528,6 +1642,7 @@ export declare const TOOLS: ({
1528
1642
  issue_id?: undefined;
1529
1643
  similarity_threshold?: undefined;
1530
1644
  confirmations?: undefined;
1645
+ reflections?: undefined;
1531
1646
  agent_identity?: undefined;
1532
1647
  linear_issue?: undefined;
1533
1648
  issue_title?: undefined;
@@ -1614,6 +1729,7 @@ export declare const TOOLS: ({
1614
1729
  issue_id?: undefined;
1615
1730
  similarity_threshold?: undefined;
1616
1731
  confirmations?: undefined;
1732
+ reflections?: undefined;
1617
1733
  agent_identity?: undefined;
1618
1734
  linear_issue?: undefined;
1619
1735
  issue_title?: undefined;
@@ -1700,6 +1816,7 @@ export declare const TOOLS: ({
1700
1816
  issue_id?: undefined;
1701
1817
  similarity_threshold?: undefined;
1702
1818
  confirmations?: undefined;
1819
+ reflections?: undefined;
1703
1820
  agent_identity?: undefined;
1704
1821
  linear_issue?: undefined;
1705
1822
  issue_title?: undefined;
@@ -1781,6 +1898,7 @@ export declare const TOOLS: ({
1781
1898
  issue_id?: undefined;
1782
1899
  similarity_threshold?: undefined;
1783
1900
  confirmations?: undefined;
1901
+ reflections?: undefined;
1784
1902
  agent_identity?: undefined;
1785
1903
  issue_title?: undefined;
1786
1904
  issue_description?: undefined;
@@ -1862,6 +1980,7 @@ export declare const TOOLS: ({
1862
1980
  issue_id?: undefined;
1863
1981
  similarity_threshold?: undefined;
1864
1982
  confirmations?: undefined;
1983
+ reflections?: undefined;
1865
1984
  agent_identity?: undefined;
1866
1985
  linear_issue?: undefined;
1867
1986
  issue_title?: undefined;
@@ -1941,6 +2060,7 @@ export declare const TOOLS: ({
1941
2060
  issue_id?: undefined;
1942
2061
  similarity_threshold?: undefined;
1943
2062
  confirmations?: undefined;
2063
+ reflections?: undefined;
1944
2064
  agent_identity?: undefined;
1945
2065
  linear_issue?: undefined;
1946
2066
  issue_title?: undefined;
@@ -2023,6 +2143,7 @@ export declare const TOOLS: ({
2023
2143
  issue_id?: undefined;
2024
2144
  similarity_threshold?: undefined;
2025
2145
  confirmations?: undefined;
2146
+ reflections?: undefined;
2026
2147
  agent_identity?: undefined;
2027
2148
  linear_issue?: undefined;
2028
2149
  issue_title?: undefined;
@@ -2102,6 +2223,7 @@ export declare const TOOLS: ({
2102
2223
  issue_id?: undefined;
2103
2224
  similarity_threshold?: undefined;
2104
2225
  confirmations?: undefined;
2226
+ reflections?: undefined;
2105
2227
  agent_identity?: undefined;
2106
2228
  linear_issue?: undefined;
2107
2229
  issue_title?: undefined;
@@ -2186,6 +2308,7 @@ export declare const TOOLS: ({
2186
2308
  issue_id?: undefined;
2187
2309
  similarity_threshold?: undefined;
2188
2310
  confirmations?: undefined;
2311
+ reflections?: undefined;
2189
2312
  agent_identity?: undefined;
2190
2313
  linear_issue?: undefined;
2191
2314
  issue_title?: undefined;
@@ -2285,6 +2408,7 @@ export declare const TOOLS: ({
2285
2408
  match_count?: undefined;
2286
2409
  issue_id?: undefined;
2287
2410
  similarity_threshold?: undefined;
2411
+ reflections?: undefined;
2288
2412
  agent_identity?: undefined;
2289
2413
  linear_issue?: undefined;
2290
2414
  issue_title?: undefined;
@@ -2392,6 +2516,7 @@ export declare const TOOLS: ({
2392
2516
  issue_id?: undefined;
2393
2517
  similarity_threshold?: undefined;
2394
2518
  confirmations?: undefined;
2519
+ reflections?: undefined;
2395
2520
  agent_identity?: undefined;
2396
2521
  linear_issue?: undefined;
2397
2522
  issue_title?: undefined;
@@ -2473,6 +2598,7 @@ export declare const TOOLS: ({
2473
2598
  issue_id?: undefined;
2474
2599
  similarity_threshold?: undefined;
2475
2600
  confirmations?: undefined;
2601
+ reflections?: undefined;
2476
2602
  agent_identity?: undefined;
2477
2603
  linear_issue?: undefined;
2478
2604
  issue_title?: undefined;
@@ -2571,6 +2697,106 @@ export declare const TOOLS: ({
2571
2697
  match_count?: undefined;
2572
2698
  issue_id?: undefined;
2573
2699
  similarity_threshold?: undefined;
2700
+ reflections?: undefined;
2701
+ agent_identity?: undefined;
2702
+ linear_issue?: undefined;
2703
+ issue_title?: undefined;
2704
+ issue_description?: undefined;
2705
+ issue_labels?: undefined;
2706
+ force?: undefined;
2707
+ session_id?: undefined;
2708
+ close_type?: undefined;
2709
+ ceremony_duration_ms?: undefined;
2710
+ learning_type?: undefined;
2711
+ title?: undefined;
2712
+ description?: undefined;
2713
+ severity?: undefined;
2714
+ scar_type?: undefined;
2715
+ counter_arguments?: undefined;
2716
+ problem_context?: undefined;
2717
+ solution_approach?: undefined;
2718
+ applies_when?: undefined;
2719
+ domain?: undefined;
2720
+ keywords?: undefined;
2721
+ source_linear_issue?: undefined;
2722
+ decision?: undefined;
2723
+ rationale?: undefined;
2724
+ alternatives_considered?: undefined;
2725
+ personas_involved?: undefined;
2726
+ docs_affected?: undefined;
2727
+ scar_id?: undefined;
2728
+ issue_identifier?: undefined;
2729
+ surfaced_at?: undefined;
2730
+ acknowledged_at?: undefined;
2731
+ reference_type?: undefined;
2732
+ reference_context?: undefined;
2733
+ execution_successful?: undefined;
2734
+ agent?: undefined;
2735
+ variant_id?: undefined;
2736
+ scars?: undefined;
2737
+ transcript?: undefined;
2738
+ format?: undefined;
2739
+ query?: undefined;
2740
+ limit?: undefined;
2741
+ since?: undefined;
2742
+ max_tokens?: undefined;
2743
+ agent_role?: undefined;
2744
+ task_id?: undefined;
2745
+ observations?: undefined;
2746
+ status?: undefined;
2747
+ include_resolved?: undefined;
2748
+ thread_id?: undefined;
2749
+ text_match?: undefined;
2750
+ resolution_note?: undefined;
2751
+ text?: undefined;
2752
+ suggestion_id?: undefined;
2753
+ auto_archive?: undefined;
2754
+ failure_limit?: undefined;
2755
+ lens?: undefined;
2756
+ days?: undefined;
2757
+ id?: undefined;
2758
+ reason?: undefined;
2759
+ node?: undefined;
2760
+ predicate?: undefined;
2761
+ depth?: undefined;
2762
+ };
2763
+ required: string[];
2764
+ };
2765
+ } | {
2766
+ name: string;
2767
+ description: string;
2768
+ inputSchema: {
2769
+ type: "object";
2770
+ properties: {
2771
+ reflections: {
2772
+ type: string;
2773
+ items: {
2774
+ type: string;
2775
+ properties: {
2776
+ scar_id: {
2777
+ type: string;
2778
+ description: string;
2779
+ };
2780
+ outcome: {
2781
+ type: string;
2782
+ enum: string[];
2783
+ description?: undefined;
2784
+ };
2785
+ evidence: {
2786
+ type: string;
2787
+ description: string;
2788
+ };
2789
+ };
2790
+ required: string[];
2791
+ };
2792
+ description: string;
2793
+ };
2794
+ plan?: undefined;
2795
+ project?: undefined;
2796
+ match_count?: undefined;
2797
+ issue_id?: undefined;
2798
+ similarity_threshold?: undefined;
2799
+ confirmations?: undefined;
2574
2800
  agent_identity?: undefined;
2575
2801
  linear_issue?: undefined;
2576
2802
  issue_title?: undefined;
@@ -2668,6 +2894,7 @@ export declare const TOOLS: ({
2668
2894
  issue_id?: undefined;
2669
2895
  similarity_threshold?: undefined;
2670
2896
  confirmations?: undefined;
2897
+ reflections?: undefined;
2671
2898
  agent_identity?: undefined;
2672
2899
  linear_issue?: undefined;
2673
2900
  issue_title?: undefined;
@@ -2740,6 +2967,7 @@ export declare const TOOLS: ({
2740
2967
  issue_id?: undefined;
2741
2968
  similarity_threshold?: undefined;
2742
2969
  confirmations?: undefined;
2970
+ reflections?: undefined;
2743
2971
  agent_identity?: undefined;
2744
2972
  linear_issue?: undefined;
2745
2973
  issue_title?: undefined;
@@ -2824,6 +3052,7 @@ export declare const TOOLS: ({
2824
3052
  issue_id?: undefined;
2825
3053
  similarity_threshold?: undefined;
2826
3054
  confirmations?: undefined;
3055
+ reflections?: undefined;
2827
3056
  agent_identity?: undefined;
2828
3057
  linear_issue?: undefined;
2829
3058
  issue_title?: undefined;
@@ -2923,6 +3152,7 @@ export declare const TOOLS: ({
2923
3152
  issue_id?: undefined;
2924
3153
  similarity_threshold?: undefined;
2925
3154
  confirmations?: undefined;
3155
+ reflections?: undefined;
2926
3156
  agent_identity?: undefined;
2927
3157
  linear_issue?: undefined;
2928
3158
  issue_title?: undefined;
@@ -3034,6 +3264,7 @@ export declare function getRegisteredTools(): ({
3034
3264
  description: string;
3035
3265
  };
3036
3266
  confirmations?: undefined;
3267
+ reflections?: undefined;
3037
3268
  agent_identity?: undefined;
3038
3269
  linear_issue?: undefined;
3039
3270
  issue_title?: undefined;
@@ -3137,6 +3368,106 @@ export declare function getRegisteredTools(): ({
3137
3368
  match_count?: undefined;
3138
3369
  issue_id?: undefined;
3139
3370
  similarity_threshold?: undefined;
3371
+ reflections?: undefined;
3372
+ agent_identity?: undefined;
3373
+ linear_issue?: undefined;
3374
+ issue_title?: undefined;
3375
+ issue_description?: undefined;
3376
+ issue_labels?: undefined;
3377
+ force?: undefined;
3378
+ session_id?: undefined;
3379
+ close_type?: undefined;
3380
+ ceremony_duration_ms?: undefined;
3381
+ learning_type?: undefined;
3382
+ title?: undefined;
3383
+ description?: undefined;
3384
+ severity?: undefined;
3385
+ scar_type?: undefined;
3386
+ counter_arguments?: undefined;
3387
+ problem_context?: undefined;
3388
+ solution_approach?: undefined;
3389
+ applies_when?: undefined;
3390
+ domain?: undefined;
3391
+ keywords?: undefined;
3392
+ source_linear_issue?: undefined;
3393
+ decision?: undefined;
3394
+ rationale?: undefined;
3395
+ alternatives_considered?: undefined;
3396
+ personas_involved?: undefined;
3397
+ docs_affected?: undefined;
3398
+ scar_id?: undefined;
3399
+ issue_identifier?: undefined;
3400
+ surfaced_at?: undefined;
3401
+ acknowledged_at?: undefined;
3402
+ reference_type?: undefined;
3403
+ reference_context?: undefined;
3404
+ execution_successful?: undefined;
3405
+ agent?: undefined;
3406
+ variant_id?: undefined;
3407
+ scars?: undefined;
3408
+ transcript?: undefined;
3409
+ format?: undefined;
3410
+ query?: undefined;
3411
+ limit?: undefined;
3412
+ since?: undefined;
3413
+ max_tokens?: undefined;
3414
+ agent_role?: undefined;
3415
+ task_id?: undefined;
3416
+ observations?: undefined;
3417
+ status?: undefined;
3418
+ include_resolved?: undefined;
3419
+ thread_id?: undefined;
3420
+ text_match?: undefined;
3421
+ resolution_note?: undefined;
3422
+ text?: undefined;
3423
+ suggestion_id?: undefined;
3424
+ auto_archive?: undefined;
3425
+ failure_limit?: undefined;
3426
+ lens?: undefined;
3427
+ days?: undefined;
3428
+ id?: undefined;
3429
+ reason?: undefined;
3430
+ node?: undefined;
3431
+ predicate?: undefined;
3432
+ depth?: undefined;
3433
+ };
3434
+ required: string[];
3435
+ };
3436
+ } | {
3437
+ name: string;
3438
+ description: string;
3439
+ inputSchema: {
3440
+ type: "object";
3441
+ properties: {
3442
+ reflections: {
3443
+ type: string;
3444
+ items: {
3445
+ type: string;
3446
+ properties: {
3447
+ scar_id: {
3448
+ type: string;
3449
+ description: string;
3450
+ };
3451
+ outcome: {
3452
+ type: string;
3453
+ enum: string[];
3454
+ description: string;
3455
+ };
3456
+ evidence: {
3457
+ type: string;
3458
+ description: string;
3459
+ };
3460
+ };
3461
+ required: string[];
3462
+ };
3463
+ description: string;
3464
+ };
3465
+ plan?: undefined;
3466
+ project?: undefined;
3467
+ match_count?: undefined;
3468
+ issue_id?: undefined;
3469
+ similarity_threshold?: undefined;
3470
+ confirmations?: undefined;
3140
3471
  agent_identity?: undefined;
3141
3472
  linear_issue?: undefined;
3142
3473
  issue_title?: undefined;
@@ -3244,6 +3575,7 @@ export declare function getRegisteredTools(): ({
3244
3575
  issue_id?: undefined;
3245
3576
  similarity_threshold?: undefined;
3246
3577
  confirmations?: undefined;
3578
+ reflections?: undefined;
3247
3579
  session_id?: undefined;
3248
3580
  close_type?: undefined;
3249
3581
  ceremony_duration_ms?: undefined;
@@ -3317,6 +3649,7 @@ export declare function getRegisteredTools(): ({
3317
3649
  issue_id?: undefined;
3318
3650
  similarity_threshold?: undefined;
3319
3651
  confirmations?: undefined;
3652
+ reflections?: undefined;
3320
3653
  agent_identity?: undefined;
3321
3654
  linear_issue?: undefined;
3322
3655
  issue_title?: undefined;
@@ -3410,6 +3743,7 @@ export declare function getRegisteredTools(): ({
3410
3743
  issue_id?: undefined;
3411
3744
  similarity_threshold?: undefined;
3412
3745
  confirmations?: undefined;
3746
+ reflections?: undefined;
3413
3747
  agent_identity?: undefined;
3414
3748
  issue_title?: undefined;
3415
3749
  issue_description?: undefined;
@@ -3548,6 +3882,7 @@ export declare function getRegisteredTools(): ({
3548
3882
  issue_id?: undefined;
3549
3883
  similarity_threshold?: undefined;
3550
3884
  confirmations?: undefined;
3885
+ reflections?: undefined;
3551
3886
  agent_identity?: undefined;
3552
3887
  linear_issue?: undefined;
3553
3888
  issue_title?: undefined;
@@ -3656,6 +3991,7 @@ export declare function getRegisteredTools(): ({
3656
3991
  issue_id?: undefined;
3657
3992
  similarity_threshold?: undefined;
3658
3993
  confirmations?: undefined;
3994
+ reflections?: undefined;
3659
3995
  agent_identity?: undefined;
3660
3996
  issue_title?: undefined;
3661
3997
  issue_description?: undefined;
@@ -3768,6 +4104,7 @@ export declare function getRegisteredTools(): ({
3768
4104
  match_count?: undefined;
3769
4105
  similarity_threshold?: undefined;
3770
4106
  confirmations?: undefined;
4107
+ reflections?: undefined;
3771
4108
  agent_identity?: undefined;
3772
4109
  linear_issue?: undefined;
3773
4110
  issue_title?: undefined;
@@ -3888,6 +4225,7 @@ export declare function getRegisteredTools(): ({
3888
4225
  issue_id?: undefined;
3889
4226
  similarity_threshold?: undefined;
3890
4227
  confirmations?: undefined;
4228
+ reflections?: undefined;
3891
4229
  agent_identity?: undefined;
3892
4230
  linear_issue?: undefined;
3893
4231
  issue_title?: undefined;
@@ -3979,6 +4317,7 @@ export declare function getRegisteredTools(): ({
3979
4317
  issue_id?: undefined;
3980
4318
  similarity_threshold?: undefined;
3981
4319
  confirmations?: undefined;
4320
+ reflections?: undefined;
3982
4321
  agent_identity?: undefined;
3983
4322
  linear_issue?: undefined;
3984
4323
  issue_title?: undefined;
@@ -4056,6 +4395,7 @@ export declare function getRegisteredTools(): ({
4056
4395
  issue_id?: undefined;
4057
4396
  similarity_threshold?: undefined;
4058
4397
  confirmations?: undefined;
4398
+ reflections?: undefined;
4059
4399
  agent_identity?: undefined;
4060
4400
  linear_issue?: undefined;
4061
4401
  issue_title?: undefined;
@@ -4144,6 +4484,7 @@ export declare function getRegisteredTools(): ({
4144
4484
  plan?: undefined;
4145
4485
  issue_id?: undefined;
4146
4486
  confirmations?: undefined;
4487
+ reflections?: undefined;
4147
4488
  agent_identity?: undefined;
4148
4489
  linear_issue?: undefined;
4149
4490
  issue_title?: undefined;
@@ -4239,6 +4580,7 @@ export declare function getRegisteredTools(): ({
4239
4580
  issue_id?: undefined;
4240
4581
  similarity_threshold?: undefined;
4241
4582
  confirmations?: undefined;
4583
+ reflections?: undefined;
4242
4584
  agent_identity?: undefined;
4243
4585
  linear_issue?: undefined;
4244
4586
  issue_title?: undefined;
@@ -4333,6 +4675,7 @@ export declare function getRegisteredTools(): ({
4333
4675
  issue_id?: undefined;
4334
4676
  similarity_threshold?: undefined;
4335
4677
  confirmations?: undefined;
4678
+ reflections?: undefined;
4336
4679
  agent_identity?: undefined;
4337
4680
  linear_issue?: undefined;
4338
4681
  issue_title?: undefined;
@@ -4424,6 +4767,7 @@ export declare function getRegisteredTools(): ({
4424
4767
  issue_id?: undefined;
4425
4768
  similarity_threshold?: undefined;
4426
4769
  confirmations?: undefined;
4770
+ reflections?: undefined;
4427
4771
  agent_identity?: undefined;
4428
4772
  linear_issue?: undefined;
4429
4773
  issue_title?: undefined;
@@ -4528,6 +4872,7 @@ export declare function getRegisteredTools(): ({
4528
4872
  issue_id?: undefined;
4529
4873
  similarity_threshold?: undefined;
4530
4874
  confirmations?: undefined;
4875
+ reflections?: undefined;
4531
4876
  agent_identity?: undefined;
4532
4877
  linear_issue?: undefined;
4533
4878
  issue_title?: undefined;
@@ -4614,6 +4959,7 @@ export declare function getRegisteredTools(): ({
4614
4959
  issue_id?: undefined;
4615
4960
  similarity_threshold?: undefined;
4616
4961
  confirmations?: undefined;
4962
+ reflections?: undefined;
4617
4963
  agent_identity?: undefined;
4618
4964
  linear_issue?: undefined;
4619
4965
  issue_title?: undefined;
@@ -4700,6 +5046,7 @@ export declare function getRegisteredTools(): ({
4700
5046
  issue_id?: undefined;
4701
5047
  similarity_threshold?: undefined;
4702
5048
  confirmations?: undefined;
5049
+ reflections?: undefined;
4703
5050
  agent_identity?: undefined;
4704
5051
  linear_issue?: undefined;
4705
5052
  issue_title?: undefined;
@@ -4781,6 +5128,7 @@ export declare function getRegisteredTools(): ({
4781
5128
  issue_id?: undefined;
4782
5129
  similarity_threshold?: undefined;
4783
5130
  confirmations?: undefined;
5131
+ reflections?: undefined;
4784
5132
  agent_identity?: undefined;
4785
5133
  issue_title?: undefined;
4786
5134
  issue_description?: undefined;
@@ -4862,6 +5210,7 @@ export declare function getRegisteredTools(): ({
4862
5210
  issue_id?: undefined;
4863
5211
  similarity_threshold?: undefined;
4864
5212
  confirmations?: undefined;
5213
+ reflections?: undefined;
4865
5214
  agent_identity?: undefined;
4866
5215
  linear_issue?: undefined;
4867
5216
  issue_title?: undefined;
@@ -4941,6 +5290,7 @@ export declare function getRegisteredTools(): ({
4941
5290
  issue_id?: undefined;
4942
5291
  similarity_threshold?: undefined;
4943
5292
  confirmations?: undefined;
5293
+ reflections?: undefined;
4944
5294
  agent_identity?: undefined;
4945
5295
  linear_issue?: undefined;
4946
5296
  issue_title?: undefined;
@@ -5023,6 +5373,7 @@ export declare function getRegisteredTools(): ({
5023
5373
  issue_id?: undefined;
5024
5374
  similarity_threshold?: undefined;
5025
5375
  confirmations?: undefined;
5376
+ reflections?: undefined;
5026
5377
  agent_identity?: undefined;
5027
5378
  linear_issue?: undefined;
5028
5379
  issue_title?: undefined;
@@ -5102,6 +5453,7 @@ export declare function getRegisteredTools(): ({
5102
5453
  issue_id?: undefined;
5103
5454
  similarity_threshold?: undefined;
5104
5455
  confirmations?: undefined;
5456
+ reflections?: undefined;
5105
5457
  agent_identity?: undefined;
5106
5458
  linear_issue?: undefined;
5107
5459
  issue_title?: undefined;
@@ -5186,6 +5538,7 @@ export declare function getRegisteredTools(): ({
5186
5538
  issue_id?: undefined;
5187
5539
  similarity_threshold?: undefined;
5188
5540
  confirmations?: undefined;
5541
+ reflections?: undefined;
5189
5542
  agent_identity?: undefined;
5190
5543
  linear_issue?: undefined;
5191
5544
  issue_title?: undefined;
@@ -5285,6 +5638,7 @@ export declare function getRegisteredTools(): ({
5285
5638
  match_count?: undefined;
5286
5639
  issue_id?: undefined;
5287
5640
  similarity_threshold?: undefined;
5641
+ reflections?: undefined;
5288
5642
  agent_identity?: undefined;
5289
5643
  linear_issue?: undefined;
5290
5644
  issue_title?: undefined;
@@ -5392,6 +5746,7 @@ export declare function getRegisteredTools(): ({
5392
5746
  issue_id?: undefined;
5393
5747
  similarity_threshold?: undefined;
5394
5748
  confirmations?: undefined;
5749
+ reflections?: undefined;
5395
5750
  agent_identity?: undefined;
5396
5751
  linear_issue?: undefined;
5397
5752
  issue_title?: undefined;
@@ -5473,6 +5828,7 @@ export declare function getRegisteredTools(): ({
5473
5828
  issue_id?: undefined;
5474
5829
  similarity_threshold?: undefined;
5475
5830
  confirmations?: undefined;
5831
+ reflections?: undefined;
5476
5832
  agent_identity?: undefined;
5477
5833
  linear_issue?: undefined;
5478
5834
  issue_title?: undefined;
@@ -5571,6 +5927,106 @@ export declare function getRegisteredTools(): ({
5571
5927
  match_count?: undefined;
5572
5928
  issue_id?: undefined;
5573
5929
  similarity_threshold?: undefined;
5930
+ reflections?: undefined;
5931
+ agent_identity?: undefined;
5932
+ linear_issue?: undefined;
5933
+ issue_title?: undefined;
5934
+ issue_description?: undefined;
5935
+ issue_labels?: undefined;
5936
+ force?: undefined;
5937
+ session_id?: undefined;
5938
+ close_type?: undefined;
5939
+ ceremony_duration_ms?: undefined;
5940
+ learning_type?: undefined;
5941
+ title?: undefined;
5942
+ description?: undefined;
5943
+ severity?: undefined;
5944
+ scar_type?: undefined;
5945
+ counter_arguments?: undefined;
5946
+ problem_context?: undefined;
5947
+ solution_approach?: undefined;
5948
+ applies_when?: undefined;
5949
+ domain?: undefined;
5950
+ keywords?: undefined;
5951
+ source_linear_issue?: undefined;
5952
+ decision?: undefined;
5953
+ rationale?: undefined;
5954
+ alternatives_considered?: undefined;
5955
+ personas_involved?: undefined;
5956
+ docs_affected?: undefined;
5957
+ scar_id?: undefined;
5958
+ issue_identifier?: undefined;
5959
+ surfaced_at?: undefined;
5960
+ acknowledged_at?: undefined;
5961
+ reference_type?: undefined;
5962
+ reference_context?: undefined;
5963
+ execution_successful?: undefined;
5964
+ agent?: undefined;
5965
+ variant_id?: undefined;
5966
+ scars?: undefined;
5967
+ transcript?: undefined;
5968
+ format?: undefined;
5969
+ query?: undefined;
5970
+ limit?: undefined;
5971
+ since?: undefined;
5972
+ max_tokens?: undefined;
5973
+ agent_role?: undefined;
5974
+ task_id?: undefined;
5975
+ observations?: undefined;
5976
+ status?: undefined;
5977
+ include_resolved?: undefined;
5978
+ thread_id?: undefined;
5979
+ text_match?: undefined;
5980
+ resolution_note?: undefined;
5981
+ text?: undefined;
5982
+ suggestion_id?: undefined;
5983
+ auto_archive?: undefined;
5984
+ failure_limit?: undefined;
5985
+ lens?: undefined;
5986
+ days?: undefined;
5987
+ id?: undefined;
5988
+ reason?: undefined;
5989
+ node?: undefined;
5990
+ predicate?: undefined;
5991
+ depth?: undefined;
5992
+ };
5993
+ required: string[];
5994
+ };
5995
+ } | {
5996
+ name: string;
5997
+ description: string;
5998
+ inputSchema: {
5999
+ type: "object";
6000
+ properties: {
6001
+ reflections: {
6002
+ type: string;
6003
+ items: {
6004
+ type: string;
6005
+ properties: {
6006
+ scar_id: {
6007
+ type: string;
6008
+ description: string;
6009
+ };
6010
+ outcome: {
6011
+ type: string;
6012
+ enum: string[];
6013
+ description?: undefined;
6014
+ };
6015
+ evidence: {
6016
+ type: string;
6017
+ description: string;
6018
+ };
6019
+ };
6020
+ required: string[];
6021
+ };
6022
+ description: string;
6023
+ };
6024
+ plan?: undefined;
6025
+ project?: undefined;
6026
+ match_count?: undefined;
6027
+ issue_id?: undefined;
6028
+ similarity_threshold?: undefined;
6029
+ confirmations?: undefined;
5574
6030
  agent_identity?: undefined;
5575
6031
  linear_issue?: undefined;
5576
6032
  issue_title?: undefined;
@@ -5668,6 +6124,7 @@ export declare function getRegisteredTools(): ({
5668
6124
  issue_id?: undefined;
5669
6125
  similarity_threshold?: undefined;
5670
6126
  confirmations?: undefined;
6127
+ reflections?: undefined;
5671
6128
  agent_identity?: undefined;
5672
6129
  linear_issue?: undefined;
5673
6130
  issue_title?: undefined;
@@ -5740,6 +6197,7 @@ export declare function getRegisteredTools(): ({
5740
6197
  issue_id?: undefined;
5741
6198
  similarity_threshold?: undefined;
5742
6199
  confirmations?: undefined;
6200
+ reflections?: undefined;
5743
6201
  agent_identity?: undefined;
5744
6202
  linear_issue?: undefined;
5745
6203
  issue_title?: undefined;
@@ -5824,6 +6282,7 @@ export declare function getRegisteredTools(): ({
5824
6282
  issue_id?: undefined;
5825
6283
  similarity_threshold?: undefined;
5826
6284
  confirmations?: undefined;
6285
+ reflections?: undefined;
5827
6286
  agent_identity?: undefined;
5828
6287
  linear_issue?: undefined;
5829
6288
  issue_title?: undefined;
@@ -5923,6 +6382,7 @@ export declare function getRegisteredTools(): ({
5923
6382
  issue_id?: undefined;
5924
6383
  similarity_threshold?: undefined;
5925
6384
  confirmations?: undefined;
6385
+ reflections?: undefined;
5926
6386
  agent_identity?: undefined;
5927
6387
  linear_issue?: undefined;
5928
6388
  issue_title?: undefined;